#E19EEA

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

Shades of Plum #E19EEA

Tints of Plum #E19EEA

Color information

#E19EEA (or 0xE19EEA) is unknown color: approx Plum. HEX triplet: E1, 9E and EA. RGB value is (225,158,234). Sum of RGB (Red+Green+Blue) = 225+158+234=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EEA is #1E6115. Grayscale: #BABABA. Windows color (decimal): -1990934 or 15376097. OLE color: 15376097.

HSL color Cylindrical-coordinate representation of color #E19EEA: hue angle of 292.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19EEA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225158234-
CMYK0.040.3200.08
HSL292.89º64.41%76.86%-
HSV(B)292.89º32.48%91.76%-
XYZ58.1346.483.73-
YUV186.7154.7155.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=36.47%
G=25.61%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251582340.040.3200.08292.8964.4176.86
HexE19EEA42008125404d
Octal341236352440010445100115
Binary1110000110011110111010101001000000100010010010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EEA; }

 p { color: rgb(225,158,234); }

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

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

 a { background-color: rgb(225,158,234); }

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

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

 span { border-color: rgb(225,158,234); }

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