#EEB4CE

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

Shades of Lavender Pink #EEB4CE

Tints of Lavender Pink #EEB4CE

Color information

#EEB4CE (or 0xEEB4CE) is unknown color: approx Lavender Pink. HEX triplet: EE, B4 and CE. RGB value is (238,180,206). Sum of RGB (Red+Green+Blue) = 238+180+206=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4CE is #114B31. Grayscale: #C8C8C8. Windows color (decimal): -1133362 or 13546734. OLE color: 13546734.

HSL color Cylindrical-coordinate representation of color #EEB4CE: hue angle of 333.1º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4CE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238180206-
CMYK00.240.130.07
HSL333.1º63.04%81.96%-
HSV(B)333.1º24.37%93.33%-
XYZ62.7255.2865.76-
YUV200.31131.22154.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 180 (70.70% from 255) = 28.85%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=38.14%
G=28.85%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818020600.240.130.07333.163.0481.96
HexEEB4CE018D714d3f52
Octal35626431603015751577122
Binary11101110101101001100111001100011011111010011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4CE; }

 p { color: rgb(238,180,206); }

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

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

 a { background-color: rgb(238,180,206); }

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

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

 span { border-color: rgb(238,180,206); }

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