Html Css Color HEX #EAA5DB Lavender Rose

📋 copy color: '#EAA5DB'

red 234 ◦ green 165 ◦ blue 219

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

Shades of Lavender Rose #EAA5DB

Tints of Lavender Rose #EAA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.7%

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

R = 37.86%
G = 26.7%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA5DB (or 0xEAA5DB) is known color: Lavender Rose. HEX triplet: EA, A5 and DB. RGB value is (234,165,219). Sum of RGB (Red+Green+Blue) = 234+165+219=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DB is #155A24. Grayscale: #BFBFBF. Windows color (decimal): -1399333 or 14394858. OLE color: 14394858.

HSL color Cylindrical-coordinate representation of color #EAA5DB: hue angle of 313.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5DB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 219 -
CMYK 0 0.29 0.06 0.08
HSL 313.04º 0.62% 0.78% -
HSV(B) 313.04º 0.29% 0.92% -
XYZ 60.17 49.52 73.4 -
YUV 191.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 234 165 219 0 0.29 0.06 0.08 313.04 0.62 0.78
Hex EA A5 DB 0 1D 6 8 139 3E 4E
Octal 352 245 333 0 35 6 10 471 76 116
Binary 11101010 10100101 11011011 0 11101 110 1000 100111001 111110 1001110

Color Harmonies of #EAA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5DB

Black with #EAA5DB

Text Example


Text Example

White with #EAA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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