#EA99EE

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

Shades of Plum #EA99EE

Tints of Plum #EA99EE

Color information

#EA99EE (or 0xEA99EE) is unknown color: approx Plum. HEX triplet: EA, 99 and EE. RGB value is (234,153,238). Sum of RGB (Red+Green+Blue) = 234+153+238=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA99EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99EE is #156611. Grayscale: #BABABA. Windows color (decimal): -1402386 or 15636970. OLE color: 15636970.

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

Color convert

RGB234153238-
CMYK0.020.3600.07
HSL297.18º71.43%76.67%-
HSV(B)297.18º35.71%93.33%-
XYZ60.7646.4586.65-
YUV186.91156.84161.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 153 (60.16% from 255) = 24.48%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=37.44%
G=24.48%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341532380.020.3600.07297.1871.4376.67
HexEA99EE22407129474d
Octal35223135624407451107115
Binary11101010100110011110111010100100011110010100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99EE; }

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

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

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

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

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

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

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

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