#E1B3CA

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

Shades of Twilight #E1B3CA

Tints of Twilight #E1B3CA

Color information

#E1B3CA (or 0xE1B3CA) is unknown color: approx Twilight. HEX triplet: E1, B3 and CA. RGB value is (225,179,202). Sum of RGB (Red+Green+Blue) = 225+179+202=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3CA is #1E4C35. Grayscale: #C3C3C3. Windows color (decimal): -1985590 or 13284321. OLE color: 13284321.

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

Color convert

RGB225179202-
CMYK00.200.100.12
HSL330º43.4%79.22%-
HSV(B)330º20.44%88.24%-
XYZ57.8352.5162.96-
YUV195.38131.74149.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=37.13%
G=29.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517920200.200.100.1233043.479.22
HexE1B3CA014AC14a2b4f
Octal341263312024121451253117
Binary111000011011001111001010010100101011001010010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3CA; }

 p { color: rgb(225,179,202); }

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

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

 a { background-color: rgb(225,179,202); }

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

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

 span { border-color: rgb(225,179,202); }

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