#EEB0CC

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

Shades of Lavender Pink #EEB0CC

Tints of Lavender Pink #EEB0CC

Color information

#EEB0CC (or 0xEEB0CC) is unknown color: approx Lavender Pink. HEX triplet: EE, B0 and CC. RGB value is (238,176,204). Sum of RGB (Red+Green+Blue) = 238+176+204=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0CC is #114F33. Grayscale: #C5C5C5. Windows color (decimal): -1134388 or 13414638. OLE color: 13414638.

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

Color convert

RGB238176204-
CMYK00.260.140.07
HSL332.9º64.58%81.18%-
HSV(B)332.9º26.05%93.33%-
XYZ61.6853.5964.22-
YUV197.73131.54156.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 176 (69.14% from 255) = 28.48%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=38.51%
G=28.48%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817620400.260.140.07332.964.5881.18
HexEEB0CC01AE714d4151
Octal356260314032167515101121
Binary111011101011000011001100011010111011110100110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0CC; }

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

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

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

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

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

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

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

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