#E99DE5

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

Shades of Plum #E99DE5

Tints of Plum #E99DE5

Color information

#E99DE5 (or 0xE99DE5) is unknown color: approx Plum. HEX triplet: E9, 9D and E5. RGB value is (233,157,229). Sum of RGB (Red+Green+Blue) = 233+157+229=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DE5 is #16621A. Grayscale: #BBBBBB. Windows color (decimal): -1466907 or 15048169. OLE color: 15048169.

HSL color Cylindrical-coordinate representation of color #E99DE5: hue angle of 303.16º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99DE5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233157229-
CMYK00.330.020.09
HSL303.16º63.33%76.47%-
HSV(B)303.16º32.62%91.37%-
XYZ59.847.0980.07-
YUV187.93151.18160.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.64%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=37.64%
G=25.36%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315722900.330.020.09303.1663.3376.47
HexE99DE50212912f3f4c
Octal35123534504121145777114
Binary11101001100111011110010101000011010011001011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DE5; }

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

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

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

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

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

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

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

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