Html Css Color HEX #EAA5D9 Lavender Rose

📋 copy color: '#EAA5D9'

red 234 ◦ green 165 ◦ blue 217

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

Shades of Lavender Rose #EAA5D9

Tints of Lavender Rose #EAA5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 37.99%
G = 26.79%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAA5D9 (or 0xEAA5D9) is known color: Lavender Rose. HEX triplet: EA, A5 and D9. RGB value is (234,165,217). Sum of RGB (Red+Green+Blue) = 234+165+217=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5D9 is #155A26. Grayscale: #BFBFBF. Windows color (decimal): -1399335 or 14263786. OLE color: 14263786.

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

Color convert

RGB 234 165 217 -
CMYK 0 0.29 0.07 0.08
HSL 314.78º 0.62% 0.78% -
HSV(B) 314.78º 0.29% 0.92% -
XYZ 59.91 49.41 72.03 -
YUV 191.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 234 165 217 0 0.29 0.07 0.08 314.78 0.62 0.78
Hex EA A5 D9 0 1D 7 8 13B 3E 4E
Octal 352 245 331 0 35 7 10 473 76 116
Binary 11101010 10100101 11011001 0 11101 111 1000 100111011 111110 1001110

Color Harmonies of #EAA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5D9

Black with #EAA5D9

Text Example


Text Example

White with #EAA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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