#EEA1E0

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

Shades of Lavender Rose #EEA1E0

Tints of Lavender Rose #EEA1E0

Color information

#EEA1E0 (or 0xEEA1E0) is unknown color: approx Lavender Rose. HEX triplet: EE, A1 and E0. RGB value is (238,161,224). Sum of RGB (Red+Green+Blue) = 238+161+224=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1E0 is #115E1F. Grayscale: #BFBFBF. Windows color (decimal): -1138208 or 14721518. OLE color: 14721518.

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

Color convert

RGB238161224-
CMYK00.320.060.07
HSL310.91º69.37%78.24%-
HSV(B)310.91º32.35%93.33%-
XYZ61.4649.0576.75-
YUV191.2146.51161.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 161 (63.28% from 255) = 25.84%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=38.20%
G=25.84%
B=35.96%

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
Decimal23816122400.320.060.07310.9169.3778.24
HexEEA1E002067137454e
Octal35624134004067467105116
Binary111011101010000111100000010000011011110011011110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1E0; }

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

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

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

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

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

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

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

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