#EEB1CF

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

Shades of Lavender Pink #EEB1CF

Tints of Lavender Pink #EEB1CF

Color information

#EEB1CF (or 0xEEB1CF) is unknown color: approx Lavender Pink. HEX triplet: EE, B1 and CF. RGB value is (238,177,207). Sum of RGB (Red+Green+Blue) = 238+177+207=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1CF is #114E30. Grayscale: #C6C6C6. Windows color (decimal): -1134129 or 13611502. OLE color: 13611502.

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

Color convert

RGB238177207-
CMYK00.260.130.07
HSL330.49º64.21%81.37%-
HSV(B)330.49º25.63%93.33%-
XYZ62.2454.1366.2-
YUV198.66132.71156.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=38.26%
G=28.46%
B=33.28%

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
Decimal23817720700.260.130.07330.4964.2181.37
HexEEB1CF01AD714a4051
Octal356261317032157512100121
Binary111011101011000111001111011010110111110100101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1CF; }

 p { color: rgb(238,177,207); }

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

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

 a { background-color: rgb(238,177,207); }

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

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

 span { border-color: rgb(238,177,207); }

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