#E1B0C8

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

Shades of Twilight #E1B0C8

Tints of Twilight #E1B0C8

Color information

#E1B0C8 (or 0xE1B0C8) is unknown color: approx Twilight. HEX triplet: E1, B0 and C8. RGB value is (225,176,200). Sum of RGB (Red+Green+Blue) = 225+176+200=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0C8 is #1E4F37. Grayscale: #C1C1C1. Windows color (decimal): -1986360 or 13152481. OLE color: 13152481.

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

Color convert

RGB225176200-
CMYK00.220.110.12
HSL330.61º44.95%78.63%-
HSV(B)330.61º21.78%88.24%-
XYZ5751.2361.53-
YUV193.39131.73150.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=37.44%
G=29.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517620000.220.110.12330.6144.9578.63
HexE1B0C8016BC14b2d4f
Octal341260310026131451355117
Binary111000011011000011001000010110101111001010010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0C8; }

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

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

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

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

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

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

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

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