Html Css Color HEX #EAA5DD Lavender Rose

📋 copy color: '#EAA5DD'

red 234 ◦ green 165 ◦ blue 221

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

Shades of Lavender Rose #EAA5DD

Tints of Lavender Rose #EAA5DD

RGB

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

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

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

R = 37.74%
G = 26.61%
B = 35.65%

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

#EAA5DD (or 0xEAA5DD) is known color: Lavender Rose. HEX triplet: EA, A5 and DD. RGB value is (234,165,221). Sum of RGB (Red+Green+Blue) = 234+165+221=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DD is #155A22. Grayscale: #BFBFBF. Windows color (decimal): -1399331 or 14525930. OLE color: 14525930.

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

Color convert

RGB 234 165 221 -
CMYK 0 0.29 0.06 0.08
HSL 311.3º 0.62% 0.78% -
HSV(B) 311.3º 0.29% 0.92% -
XYZ 60.44 49.62 74.8 -
YUV 192.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 234 165 221 0 0.29 0.06 0.08 311.3 0.62 0.78
Hex EA A5 DD 0 1D 6 8 137 3E 4E
Octal 352 245 335 0 35 6 10 467 76 116
Binary 11101010 10100101 11011101 0 11101 110 1000 100110111 111110 1001110

Color Harmonies of #EAA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5DD

Black with #EAA5DD

Text Example


Text Example

White with #EAA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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