#E8B1CC

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

Shades of Lavender Pink #E8B1CC

Tints of Lavender Pink #E8B1CC

Color information

#E8B1CC (or 0xE8B1CC) is unknown color: approx Lavender Pink. HEX triplet: E8, B1 and CC. RGB value is (232,177,204). Sum of RGB (Red+Green+Blue) = 232+177+204=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1CC is #174E33. Grayscale: #C4C4C4. Windows color (decimal): -1527348 or 13414888. OLE color: 13414888.

HSL color Cylindrical-coordinate representation of color #E8B1CC: hue angle of 330.55º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B1CC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232177204-
CMYK00.240.120.09
HSL330.55º54.46%80.2%-
HSV(B)330.55º23.71%90.98%-
XYZ59.952.9664.19-
YUV196.52132.22153.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=37.85%
G=28.87%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217720400.240.120.09330.5554.4680.2
HexE8B1CC018C914b3650
Octal350261314030141151366120
Binary111010001011000111001100011000110010011010010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B1CC; }

 p { color: rgb(232,177,204); }

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

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

 a { background-color: rgb(232,177,204); }

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

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

 span { border-color: rgb(232,177,204); }

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