#EEB0CE

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

Shades of Lavender Pink #EEB0CE

Tints of Lavender Pink #EEB0CE

Color information

#EEB0CE (or 0xEEB0CE) is unknown color: approx Lavender Pink. HEX triplet: EE, B0 and CE. RGB value is (238,176,206). Sum of RGB (Red+Green+Blue) = 238+176+206=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0CE is #114F31. Grayscale: #C5C5C5. Windows color (decimal): -1134386 or 13545710. OLE color: 13545710.

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

Color convert

RGB238176206-
CMYK00.260.130.07
HSL330.97º64.58%81.18%-
HSV(B)330.97º26.05%93.33%-
XYZ61.9353.6865.49-
YUV197.96132.54156.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=38.39%
G=28.39%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817620600.260.130.07330.9764.5881.18
HexEEB0CE01AD714b4151
Octal356260316032157513101121
Binary111011101011000011001110011010110111110100101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0CE; }

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

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

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

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

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

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

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

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