Html Css Color HEX #EEA0DD Lavender Rose

📋 copy color: '#EEA0DD'

red 238 ◦ green 160 ◦ blue 221

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

Shades of Lavender Rose #EEA0DD

Tints of Lavender Rose #EEA0DD

RGB

 RED value IS 238 (93.36% from 255) = 38.45%

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

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

R = 38.45%
G = 25.85%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEA0DD (or 0xEEA0DD) is known color: Lavender Rose. HEX triplet: EE, A0 and DD. RGB value is (238,160,221). Sum of RGB (Red+Green+Blue) = 238+160+221=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0DD is #115F22. Grayscale: #BEBEBE. Windows color (decimal): -1138467 or 14524654. OLE color: 14524654.

HSL color Cylindrical-coordinate representation of color #EEA0DD: hue angle of 313.08º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0DD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 221 -
CMYK 0 0.33 0.07 0.07
HSL 313.08º 0.7% 0.78% -
HSV(B) 313.08º 0.33% 0.93% -
XYZ 60.88 48.54 74.57 -
YUV 190.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 238 160 221 0 0.33 0.07 0.07 313.08 0.7 0.78
Hex EE A0 DD 0 21 7 7 139 46 4E
Octal 356 240 335 0 41 7 7 471 106 116
Binary 11101110 10100000 11011101 0 100001 111 111 100111001 1000110 1001110

Color Harmonies of #EEA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0DD

Black with #EEA0DD

Text Example


Text Example

White with #EEA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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