#E1B4CB

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

Shades of Twilight #E1B4CB

Tints of Twilight #E1B4CB

Color information

#E1B4CB (or 0xE1B4CB) is unknown color: approx Twilight. HEX triplet: E1, B4 and CB. RGB value is (225,180,203). Sum of RGB (Red+Green+Blue) = 225+180+203=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4CB is #1E4B34. Grayscale: #C4C4C4. Windows color (decimal): -1985333 or 13350113. OLE color: 13350113.

HSL color Cylindrical-coordinate representation of color #E1B4CB: hue angle of 329.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4CB is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225180203-
CMYK00.20.100.12
HSL329.33º42.86%79.41%-
HSV(B)329.33º20%88.24%-
XYZ58.1552.9663.66-
YUV196.08131.91148.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=37.01%
G=29.61%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518020300.20.100.12329.3342.8679.41
HexE1B4CB014AC1492b4f
Octal341264313024121451153117
Binary111000011011010011001011010100101011001010010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4CB; }

 p { color: rgb(225,180,203); }

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

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

 a { background-color: rgb(225,180,203); }

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

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

 span { border-color: rgb(225,180,203); }

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