Html Css Color HEX #EAA0DD Lavender Rose

📋 copy color: '#EAA0DD'

red 234 ◦ green 160 ◦ blue 221

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

Shades of Lavender Rose #EAA0DD

Tints of Lavender Rose #EAA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.02%

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

R = 38.05%
G = 26.02%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA0DD (or 0xEAA0DD) is known color: Lavender Rose. HEX triplet: EA, A0 and DD. RGB value is (234,160,221). Sum of RGB (Red+Green+Blue) = 234+160+221=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA0DD is #155F22. Grayscale: #BCBCBC. Windows color (decimal): -1400611 or 14524650. OLE color: 14524650.

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

Color convert

RGB 234 160 221 -
CMYK 0 0.32 0.06 0.08
HSL 310.54º 0.64% 0.77% -
HSV(B) 310.54º 0.32% 0.92% -
XYZ 59.55 47.85 74.5 -
YUV 189.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 234 160 221 0 0.32 0.06 0.08 310.54 0.64 0.77
Hex EA A0 DD 0 20 6 8 137 40 4D
Octal 352 240 335 0 40 6 10 467 100 115
Binary 11101010 10100000 11011101 0 100000 110 1000 100110111 1000000 1001101

Color Harmonies of #EAA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA0DD

Black with #EAA0DD

Text Example


Text Example

White with #EAA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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