#EA99DA

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

Shades of Lavender Rose #EA99DA

Tints of Lavender Rose #EA99DA

Color information

#EA99DA (or 0xEA99DA) is unknown color: approx Lavender Rose. HEX triplet: EA, 99 and DA. RGB value is (234,153,218). Sum of RGB (Red+Green+Blue) = 234+153+218=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99DA is #156625. Grayscale: #B8B8B8. Windows color (decimal): -1402406 or 14326250. OLE color: 14326250.

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

Color convert

RGB234153218-
CMYK00.350.070.08
HSL311.85º65.85%75.88%-
HSV(B)311.85º34.62%91.76%-
XYZ57.9845.3472.02-
YUV184.63146.84163.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=38.68%
G=25.29%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415321800.350.070.08311.8565.8575.88
HexEA99DA02378138424c
Octal352231332043710470102114
Binary1110101010011001110110100100011111100010011100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99DA; }

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

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

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

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

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

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

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

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