#E4AADF

Color #E4AADF Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E4AADF

Tints of Plum #E4AADF

Color information

#E4AADF (or 0xE4AADF) is unknown color: approx Plum. HEX triplet: E4, AA and DF. RGB value is (228,170,223). Sum of RGB (Red+Green+Blue) = 228+170+223=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AADF is #1B5520. Grayscale: #C1C1C1. Windows color (decimal): -1791265 or 14658276. OLE color: 14658276.

HSL color Cylindrical-coordinate representation of color #E4AADF: hue angle of 305.17º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AADF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228170223-
CMYK00.250.020.11
HSL305.17º51.79%78.04%-
HSV(B)305.17º25.44%89.41%-
XYZ59.6950.5776.43-
YUV193.38144.72152.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 36.71%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=36.71%
G=27.38%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817022300.250.020.11305.1751.7978.04
HexE4AADF0192B131344e
Octal34425233703121346164116
Binary1110010010101010110111110110011010111001100011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AADF; }

 p { color: rgb(228,170,223); }

 H1.HeaderClassName
 {
   color: #E4AADF;
 }
 .AnyTagClassName
 {
   color: #E4AADF;
 }
</style>
background-color css

<style>
 a { background-color: #E4AADF; }

 a { background-color: rgb(228,170,223); }

 div.DivClassName
 {
   background-color: #E4AADF;
 }
 .BgClassName
 {
   background-color: #E4AADF;
 }
</style>
border-color css

<style>
 span { border-color: #E4AADF; }

 span { border-color: rgb(228,170,223); }

 td.TdClassName
 {
   border-color: #E4AADF;
 }
 .TagClassName
 {
   border-color: #E4AADF;
 }
</style>