#EEA1DE

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

Shades of Lavender Rose #EEA1DE

Tints of Lavender Rose #EEA1DE

Color information

#EEA1DE (or 0xEEA1DE) is unknown color: approx Lavender Rose. HEX triplet: EE, A1 and DE. RGB value is (238,161,222). Sum of RGB (Red+Green+Blue) = 238+161+222=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DE is #115E21. Grayscale: #BEBEBE. Windows color (decimal): -1138210 or 14590446. OLE color: 14590446.

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

Color convert

RGB238161222-
CMYK00.320.070.07
HSL312.47º69.37%78.24%-
HSV(B)312.47º32.35%93.33%-
XYZ61.1948.9475.33-
YUV190.98145.51161.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=38.33%
G=25.93%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816122200.320.070.07312.4769.3778.24
HexEEA1DE02077138454e
Octal35624133604077470105116
Binary111011101010000111011110010000011111110011100010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1DE; }

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

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

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

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

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

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

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

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