Html Css Color HEX #EAA9D5 Lavender Rose

📋 copy color: '#EAA9D5'

red 234 ◦ green 169 ◦ blue 213

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

Shades of Lavender Rose #EAA9D5

Tints of Lavender Rose #EAA9D5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.44%

 BLUE value IS 213 (83.59% from 255) = 34.58%

R = 37.99%
G = 27.44%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAA9D5 (or 0xEAA9D5) is known color: Lavender Rose. HEX triplet: EA, A9 and D5. RGB value is (234,169,213). Sum of RGB (Red+Green+Blue) = 234+169+213=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D5 is #15562A. Grayscale: #C1C1C1. Windows color (decimal): -1398315 or 14002666. OLE color: 14002666.

HSL color Cylindrical-coordinate representation of color #EAA9D5: hue angle of 319.38º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9D5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 213 -
CMYK 0 0.28 0.09 0.08
HSL 319.38º 0.61% 0.79% -
HSV(B) 319.38º 0.28% 0.92% -
XYZ 60.13 50.67 69.56 -
YUV 193.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 234 169 213 0 0.28 0.09 0.08 319.38 0.61 0.79
Hex EA A9 D5 0 1C 9 8 13F 3D 4F
Octal 352 251 325 0 34 11 10 477 75 117
Binary 11101010 10101001 11010101 0 11100 1001 1000 100111111 111101 1001111

Color Harmonies of #EAA9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9D5

Black with #EAA9D5

Text Example


Text Example

White with #EAA9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9D5; }

 p { color: rgb(234,169,213); }

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

background-color css

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

 a { background-color: rgb(234,169,213); }

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

border-color css

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

 span { border-color: rgb(234,169,213); }

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