#EEA1DC

Color #EEA1DC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EEA1DC

Tints of Lavender Rose #EEA1DC

Color information

#EEA1DC (or 0xEEA1DC) is unknown color: approx Lavender Rose. HEX triplet: EE, A1 and DC. RGB value is (238,161,220). Sum of RGB (Red+Green+Blue) = 238+161+220=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DC is #115E23. Grayscale: #BEBEBE. Windows color (decimal): -1138212 or 14459374. OLE color: 14459374.

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

Color convert

RGB238161220-
CMYK00.320.080.07
HSL314.03º69.37%78.24%-
HSV(B)314.03º32.35%93.33%-
XYZ60.9248.8373.93-
YUV190.75144.51161.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 161 (63.28% from 255) = 26.01%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=38.45%
G=26.01%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816122000.320.080.07314.0369.3778.24
HexEEA1DC0208713a454e
Octal356241334040107472105116
Binary1110111010100001110111000100000100011110011101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1DC; }

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

 H1.HeaderClassName
 {
   color: #EEA1DC;
 }
 .AnyTagClassName
 {
   color: #EEA1DC;
 }
</style>
background-color css

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

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

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

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

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

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