Html Css Color HEX #EA99DB Lavender Rose

📋 copy color: '#EA99DB'

red 234 ◦ green 153 ◦ blue 219

#EA99DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EA99DB

Tints of Lavender Rose #EA99DB

RGB

 RED value IS 234 (91.8% from 255) = 38.61%

 GREEN value IS 153 (60.16% from 255) = 25.25%

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 38.61%
G = 25.25%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA99DB (or 0xEA99DB) is known color: Lavender Rose. HEX triplet: EA, 99 and DB. RGB value is (234,153,219). Sum of RGB (Red+Green+Blue) = 234+153+219=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99DB is #156624. Grayscale: #B8B8B8. Windows color (decimal): -1402405 or 14391786. OLE color: 14391786.

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

Color convert

RGB 234 153 219 -
CMYK 0 0.35 0.06 0.08
HSL 311.11º 0.66% 0.76% -
HSV(B) 311.11º 0.35% 0.92% -
XYZ 58.11 45.39 72.72 -
YUV 184.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 234 153 219 0 0.35 0.06 0.08 311.11 0.66 0.76
Hex EA 99 DB 0 23 6 8 137 42 4C
Octal 352 231 333 0 43 6 10 467 102 114
Binary 11101010 10011001 11011011 0 100011 110 1000 100110111 1000010 1001100

Color Harmonies of #EA99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99DB

Black with #EA99DB

Text Example


Text Example

White with #EA99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99DB; }

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

 H1.HeaderClassName
 {
   color: #EA99DB;
 }
 .AnyTagClassName
 {
   color: #EA99DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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