#EA99E5

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

Shades of Plum #EA99E5

Tints of Plum #EA99E5

Color information

#EA99E5 (or 0xEA99E5) is unknown color: approx Plum. HEX triplet: EA, 99 and E5. RGB value is (234,153,229). Sum of RGB (Red+Green+Blue) = 234+153+229=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99E5 is #15661A. Grayscale: #B9B9B9. Windows color (decimal): -1402395 or 15047146. OLE color: 15047146.

HSL color Cylindrical-coordinate representation of color #EA99E5: hue angle of 303.7º 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 #EA99E5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234153229-
CMYK00.350.020.08
HSL303.7º65.85%75.88%-
HSV(B)303.7º34.62%91.76%-
XYZ59.4745.9379.86-
YUV185.88152.34162.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 153 (60.16% from 255) = 24.84%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=37.99%
G=24.84%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415322900.350.020.08303.765.8575.88
HexEA99E502328130424c
Octal352231345043210460102114
Binary111010101001100111100101010001110100010011000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99E5; }

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

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

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

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

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

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

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

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