Html Css Color HEX #EAA0DB Lavender Rose

📋 copy color: '#EAA0DB'

red 234 ◦ green 160 ◦ blue 219

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

Shades of Lavender Rose #EAA0DB

Tints of Lavender Rose #EAA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.1%

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

R = 38.17%
G = 26.1%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA0DB (or 0xEAA0DB) is known color: Lavender Rose. HEX triplet: EA, A0 and DB. RGB value is (234,160,219). Sum of RGB (Red+Green+Blue) = 234+160+219=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0DB is #155F24. Grayscale: #BCBCBC. Windows color (decimal): -1400613 or 14393578. OLE color: 14393578.

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

Color convert

RGB 234 160 219 -
CMYK 0 0.32 0.06 0.08
HSL 312.16º 0.64% 0.77% -
HSV(B) 312.16º 0.32% 0.92% -
XYZ 59.29 47.75 73.11 -
YUV 188.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 234 160 219 0 0.32 0.06 0.08 312.16 0.64 0.77
Hex EA A0 DB 0 20 6 8 138 40 4D
Octal 352 240 333 0 40 6 10 470 100 115
Binary 11101010 10100000 11011011 0 100000 110 1000 100111000 1000000 1001101

Color Harmonies of #EAA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA0DB

Black with #EAA0DB

Text Example


Text Example

White with #EAA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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