#E1B0CA

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

Shades of Twilight #E1B0CA

Tints of Twilight #E1B0CA

Color information

#E1B0CA (or 0xE1B0CA) is unknown color: approx Twilight. HEX triplet: E1, B0 and CA. RGB value is (225,176,202). Sum of RGB (Red+Green+Blue) = 225+176+202=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0CA is #1E4F35. Grayscale: #C1C1C1. Windows color (decimal): -1986358 or 13283553. OLE color: 13283553.

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

Color convert

RGB225176202-
CMYK00.220.100.12
HSL328.16º44.95%78.63%-
HSV(B)328.16º21.78%88.24%-
XYZ57.2451.3262.77-
YUV193.61132.73150.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=37.31%
G=29.19%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517620200.220.100.12328.1644.9578.63
HexE1B0CA016AC1482d4f
Octal341260312026121451055117
Binary111000011011000011001010010110101011001010010001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0CA; }

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

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

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

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

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

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

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

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