Html Css Color HEX #EEA0DF Lavender Rose

📋 copy color: '#EEA0DF'

red 238 ◦ green 160 ◦ blue 223

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

Shades of Lavender Rose #EEA0DF

Tints of Lavender Rose #EEA0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 38.33%
G = 25.76%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEA0DF (or 0xEEA0DF) is known color: Lavender Rose. HEX triplet: EE, A0 and DF. RGB value is (238,160,223). Sum of RGB (Red+Green+Blue) = 238+160+223=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0DF is #115F20. Grayscale: #BEBEBE. Windows color (decimal): -1138465 or 14655726. OLE color: 14655726.

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

Color convert

RGB 238 160 223 -
CMYK 0 0.33 0.06 0.07
HSL 311.54º 0.7% 0.78% -
HSV(B) 311.54º 0.33% 0.93% -
XYZ 61.15 48.65 75.98 -
YUV 190.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 238 160 223 0 0.33 0.06 0.07 311.54 0.7 0.78
Hex EE A0 DF 0 21 6 7 138 46 4E
Octal 356 240 337 0 41 6 7 470 106 116
Binary 11101110 10100000 11011111 0 100001 110 111 100111000 1000110 1001110

Color Harmonies of #EEA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA0DF

Black with #EEA0DF

Text Example


Text Example

White with #EEA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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