#EA99D4

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

Shades of Lavender Rose #EA99D4

Tints of Lavender Rose #EA99D4

Color information

#EA99D4 (or 0xEA99D4) is unknown color: approx Lavender Rose. HEX triplet: EA, 99 and D4. RGB value is (234,153,212). Sum of RGB (Red+Green+Blue) = 234+153+212=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99D4 is #15662B. Grayscale: #B7B7B7. Windows color (decimal): -1402412 or 13933034. OLE color: 13933034.

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

Color convert

RGB234153212-
CMYK00.350.090.08
HSL316.3º65.85%75.88%-
HSV(B)316.3º34.62%91.76%-
XYZ57.2145.0367.96-
YUV183.94143.84163.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 153 (60.16% from 255) = 25.54%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=39.07%
G=25.54%
B=35.39%

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
Decimal23415321200.350.090.08316.365.8575.88
HexEA99D40239813c424c
Octal3522313240431110474102114
Binary11101010100110011101010001000111001100010011110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99D4; }

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

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

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

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

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

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

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

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