#E8B1D0

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

Shades of Lavender Pink #E8B1D0

Tints of Lavender Pink #E8B1D0

Color information

#E8B1D0 (or 0xE8B1D0) is unknown color: approx Lavender Pink. HEX triplet: E8, B1 and D0. RGB value is (232,177,208). Sum of RGB (Red+Green+Blue) = 232+177+208=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1D0 is #174E2F. Grayscale: #C4C4C4. Windows color (decimal): -1527344 or 13677032. OLE color: 13677032.

HSL color Cylindrical-coordinate representation of color #E8B1D0: hue angle of 326.18º 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 #E8B1D0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232177208-
CMYK00.240.100.09
HSL326.18º54.46%80.2%-
HSV(B)326.18º23.71%90.98%-
XYZ60.3953.1566.75-
YUV196.98134.22152.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.60%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=37.60%
G=28.69%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217720800.240.100.09326.1854.4680.2
HexE8B1D0018A91463650
Octal350261320030121150666120
Binary111010001011000111010000011000101010011010001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B1D0; }

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

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

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

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

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

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

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

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