Html Css Color HEX #EAA6DB Lavender Rose

📋 copy color: '#EAA6DB'

red 234 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #EAA6DB

Tints of Lavender Rose #EAA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

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

R = 37.8%
G = 26.82%
B = 35.38%

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

#EAA6DB (or 0xEAA6DB) is known color: Lavender Rose. HEX triplet: EA, A6 and DB. RGB value is (234,166,219). Sum of RGB (Red+Green+Blue) = 234+166+219=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6DB is #155924. Grayscale: #C0C0C0. Windows color (decimal): -1399077 or 14395114. OLE color: 14395114.

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

Color convert

RGB 234 166 219 -
CMYK 0 0.29 0.06 0.08
HSL 313.24º 0.62% 0.78% -
HSV(B) 313.24º 0.29% 0.92% -
XYZ 60.35 49.88 73.46 -
YUV 192.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 234 166 219 0 0.29 0.06 0.08 313.24 0.62 0.78
Hex EA A6 DB 0 1D 6 8 139 3E 4E
Octal 352 246 333 0 35 6 10 471 76 116
Binary 11101010 10100110 11011011 0 11101 110 1000 100111001 111110 1001110

Color Harmonies of #EAA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6DB

Black with #EAA6DB

Text Example


Text Example

White with #EAA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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