#E19EEE

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

Shades of Plum #E19EEE

Tints of Plum #E19EEE

Color information

#E19EEE (or 0xE19EEE) is unknown color: approx Plum. HEX triplet: E1, 9E and EE. RGB value is (225,158,238). Sum of RGB (Red+Green+Blue) = 225+158+238=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #E19EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EEE is #1E6111. Grayscale: #BABABA. Windows color (decimal): -1990930 or 15638241. OLE color: 15638241.

HSL color Cylindrical-coordinate representation of color #E19EEE: hue angle of 290.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19EEE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225158238-
CMYK0.050.3400.07
HSL290.25º70.18%77.65%-
HSV(B)290.25º33.61%93.33%-
XYZ58.7146.6386.8-
YUV187.15156.7155-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 158 (62.11% from 255) = 25.44%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=36.23%
G=25.44%
B=38.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251582380.050.3400.07290.2570.1877.65
HexE19EEE52207122464e
Octal34123635654207442106116
Binary111000011001111011101110101100010011110010001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EEE; }

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

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

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

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

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

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

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

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