#E99DEE

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

Shades of Plum #E99DEE

Tints of Plum #E99DEE

Color information

#E99DEE (or 0xE99DEE) is unknown color: approx Plum. HEX triplet: E9, 9D and EE. RGB value is (233,157,238). Sum of RGB (Red+Green+Blue) = 233+157+238=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #E99DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DEE is #166211. Grayscale: #BCBCBC. Windows color (decimal): -1466898 or 15637993. OLE color: 15637993.

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

Color convert

RGB233157238-
CMYK0.020.3400.07
HSL296.3º70.43%77.45%-
HSV(B)296.3º34.03%93.33%-
XYZ61.0947.6186.86-
YUV188.96155.68159.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=37.10%
G=25%
B=37.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331572380.020.3400.07296.370.4377.45
HexE99DEE22207128464d
Octal35123535624207450106115
Binary11101001100111011110111010100010011110010100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DEE; }

 p { color: rgb(233,157,238); }

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

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

 a { background-color: rgb(233,157,238); }

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

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

 span { border-color: rgb(233,157,238); }

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