Html Css Color HEX #EAA5DC Lavender Rose

📋 copy color: '#EAA5DC'

red 234 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #EAA5DC

Tints of Lavender Rose #EAA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 37.8%
G = 26.66%
B = 35.54%

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

#EAA5DC (or 0xEAA5DC) is known color: Lavender Rose. HEX triplet: EA, A5 and DC. RGB value is (234,165,220). Sum of RGB (Red+Green+Blue) = 234+165+220=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DC is #155A23. Grayscale: #BFBFBF. Windows color (decimal): -1399332 or 14460394. OLE color: 14460394.

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

Color convert

RGB 234 165 220 -
CMYK 0 0.29 0.06 0.08
HSL 312.17º 0.62% 0.78% -
HSV(B) 312.17º 0.29% 0.92% -
XYZ 60.31 49.57 74.1 -
YUV 191.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 234 165 220 0 0.29 0.06 0.08 312.17 0.62 0.78
Hex EA A5 DC 0 1D 6 8 138 3E 4E
Octal 352 245 334 0 35 6 10 470 76 116
Binary 11101010 10100101 11011100 0 11101 110 1000 100111000 111110 1001110

Color Harmonies of #EAA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5DC

Black with #EAA5DC

Text Example


Text Example

White with #EAA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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