#E1B6CA

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

Shades of Twilight #E1B6CA

Tints of Twilight #E1B6CA

Color information

#E1B6CA (or 0xE1B6CA) is unknown color: approx Twilight. HEX triplet: E1, B6 and CA. RGB value is (225,182,202). Sum of RGB (Red+Green+Blue) = 225+182+202=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6CA is #1E4935. Grayscale: #C5C5C5. Windows color (decimal): -1984822 or 13285089. OLE color: 13285089.

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

Color convert

RGB225182202-
CMYK00.190.100.12
HSL332.09º41.75%79.8%-
HSV(B)332.09º19.11%88.24%-
XYZ58.4453.7363.17-
YUV197.14130.75147.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=36.95%
G=29.89%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518220200.190.100.12332.0941.7579.8
HexE1B6CA013AC14c2a50
Octal341266312023121451452120
Binary111000011011011011001010010011101011001010011001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6CA; }

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

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

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

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

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

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

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

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