#EEA1DF

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

Shades of Lavender Rose #EEA1DF

Tints of Lavender Rose #EEA1DF

Color information

#EEA1DF (or 0xEEA1DF) is unknown color: approx Lavender Rose. HEX triplet: EE, A1 and DF. RGB value is (238,161,223). Sum of RGB (Red+Green+Blue) = 238+161+223=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DF is #115E20. Grayscale: #BEBEBE. Windows color (decimal): -1138209 or 14655982. OLE color: 14655982.

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

Color convert

RGB238161223-
CMYK00.320.060.07
HSL311.69º69.37%78.24%-
HSV(B)311.69º32.35%93.33%-
XYZ61.3248.9976.04-
YUV191.09146.01161.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 161 (63.28% from 255) = 25.88%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=38.26%
G=25.88%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816122300.320.060.07311.6969.3778.24
HexEEA1DF02067138454e
Octal35624133704067470105116
Binary111011101010000111011111010000011011110011100010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1DF; }

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

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

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

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

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

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

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

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