Html Css Color HEX #EEA0DC Lavender Rose

📋 copy color: '#EEA0DC'

red 238 ◦ green 160 ◦ blue 220

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

Shades of Lavender Rose #EEA0DC

Tints of Lavender Rose #EEA0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 38.51%
G = 25.89%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEA0DC (or 0xEEA0DC) is known color: Lavender Rose. HEX triplet: EE, A0 and DC. RGB value is (238,160,220). Sum of RGB (Red+Green+Blue) = 238+160+220=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0DC is #115F23. Grayscale: #BDBDBD. Windows color (decimal): -1138468 or 14459118. OLE color: 14459118.

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

Color convert

RGB 238 160 220 -
CMYK 0 0.33 0.08 0.07
HSL 313.85º 0.7% 0.78% -
HSV(B) 313.85º 0.33% 0.93% -
XYZ 60.75 48.49 73.87 -
YUV 190.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 238 160 220 0 0.33 0.08 0.07 313.85 0.7 0.78
Hex EE A0 DC 0 21 8 7 13A 46 4E
Octal 356 240 334 0 41 10 7 472 106 116
Binary 11101110 10100000 11011100 0 100001 1000 111 100111010 1000110 1001110

Color Harmonies of #EEA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0DC

Black with #EEA0DC

Text Example


Text Example

White with #EEA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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