Html Css Color HEX #EAA7DD Lavender Rose

📋 copy color: '#EAA7DD'

red 234 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #EAA7DD

Tints of Lavender Rose #EAA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.85%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 37.62%
G = 26.85%
B = 35.53%

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

#EAA7DD (or 0xEAA7DD) is known color: Lavender Rose. HEX triplet: EA, A7 and DD. RGB value is (234,167,221). Sum of RGB (Red+Green+Blue) = 234+167+221=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7DD is #155822. Grayscale: #C1C1C1. Windows color (decimal): -1398819 or 14526442. OLE color: 14526442.

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

Color convert

RGB 234 167 221 -
CMYK 0 0.29 0.06 0.08
HSL 311.64º 0.61% 0.79% -
HSV(B) 311.64º 0.29% 0.92% -
XYZ 60.8 50.35 74.92 -
YUV 193.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 234 167 221 0 0.29 0.06 0.08 311.64 0.61 0.79
Hex EA A7 DD 0 1D 6 8 138 3D 4F
Octal 352 247 335 0 35 6 10 470 75 117
Binary 11101010 10100111 11011101 0 11101 110 1000 100111000 111101 1001111

Color Harmonies of #EAA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA7DD

Black with #EAA7DD

Text Example


Text Example

White with #EAA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA7DD; }

 p { color: rgb(234,167,221); }

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

background-color css

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

 a { background-color: rgb(234,167,221); }

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

border-color css

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

 span { border-color: rgb(234,167,221); }

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