#EA99D6

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

Shades of Lavender Rose #EA99D6

Tints of Lavender Rose #EA99D6

Color information

#EA99D6 (or 0xEA99D6) is unknown color: approx Lavender Rose. HEX triplet: EA, 99 and D6. RGB value is (234,153,214). Sum of RGB (Red+Green+Blue) = 234+153+214=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99D6 is #156629. Grayscale: #B8B8B8. Windows color (decimal): -1402410 or 14064106. OLE color: 14064106.

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

Color convert

RGB234153214-
CMYK00.350.090.08
HSL314.81º65.85%75.88%-
HSV(B)314.81º34.62%91.76%-
XYZ57.4645.1369.3-
YUV184.17144.84163.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=38.94%
G=25.46%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415321400.350.090.08314.8165.8575.88
HexEA99D60239813b424c
Octal3522313260431110473102114
Binary11101010100110011101011001000111001100010011101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99D6; }

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

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

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

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

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

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

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

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