#EA99E9

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

Shades of Plum #EA99E9

Tints of Plum #EA99E9

Color information

#EA99E9 (or 0xEA99E9) is unknown color: approx Plum. HEX triplet: EA, 99 and E9. RGB value is (234,153,233). Sum of RGB (Red+Green+Blue) = 234+153+233=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99E9 is #156616. Grayscale: #BABABA. Windows color (decimal): -1402391 or 15309290. OLE color: 15309290.

HSL color Cylindrical-coordinate representation of color #EA99E9: hue angle of 300.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99E9 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234153233-
CMYK00.350.000.08
HSL300.74º65.85%75.88%-
HSV(B)300.74º34.62%91.76%-
XYZ60.0346.1682.84-
YUV186.34154.34162-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 153 (60.16% from 255) = 24.68%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=37.74%
G=24.68%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415323300.350.000.08300.7465.8575.88
HexEA99E90230812d424c
Octal352231351043010455102114
Binary11101010100110011110100101000110100010010110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99E9; }

 p { color: rgb(234,153,233); }

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

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

 a { background-color: rgb(234,153,233); }

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

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

 span { border-color: rgb(234,153,233); }

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