#E9B1CF

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

Shades of Lavender Pink #E9B1CF

Tints of Lavender Pink #E9B1CF

Color information

#E9B1CF (or 0xE9B1CF) is unknown color: approx Lavender Pink. HEX triplet: E9, B1 and CF. RGB value is (233,177,207). Sum of RGB (Red+Green+Blue) = 233+177+207=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1CF is #164E30. Grayscale: #C5C5C5. Windows color (decimal): -1461809 or 13611497. OLE color: 13611497.

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

Color convert

RGB233177207-
CMYK00.240.110.09
HSL327.86º56%80.39%-
HSV(B)327.86º24.03%91.37%-
XYZ60.5953.2766.12-
YUV197.16133.55153.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=37.76%
G=28.69%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317720700.240.110.09327.865680.39
HexE9B1CF018B91483850
Octal351261317030131151070120
Binary111010011011000111001111011000101110011010010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B1CF; }

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

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

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

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

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

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

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

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