#E2B3CA

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

Shades of Twilight #E2B3CA

Tints of Twilight #E2B3CA

Color information

#E2B3CA (or 0xE2B3CA) is unknown color: approx Twilight. HEX triplet: E2, B3 and CA. RGB value is (226,179,202). Sum of RGB (Red+Green+Blue) = 226+179+202=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3CA is #1D4C35. Grayscale: #C3C3C3. Windows color (decimal): -1920054 or 13284322. OLE color: 13284322.

HSL color Cylindrical-coordinate representation of color #E2B3CA: hue angle of 330.64º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B3CA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226179202-
CMYK00.210.110.11
HSL330.64º44.76%79.41%-
HSV(B)330.64º20.8%88.63%-
XYZ58.1452.6762.98-
YUV195.68131.57149.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=37.23%
G=29.49%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617920200.210.110.11330.6444.7679.41
HexE2B3CA015BB14b2d4f
Octal342263312025131351355117
Binary111000101011001111001010010101101110111010010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B3CA; }

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

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

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

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

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

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

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

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