#E0B2CA

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

Shades of Twilight #E0B2CA

Tints of Twilight #E0B2CA

Color information

#E0B2CA (or 0xE0B2CA) is unknown color: approx Twilight. HEX triplet: E0, B2 and CA. RGB value is (224,178,202). Sum of RGB (Red+Green+Blue) = 224+178+202=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2CA is #1F4D35. Grayscale: #C2C2C2. Windows color (decimal): -2051382 or 13284064. OLE color: 13284064.

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

Color convert

RGB224178202-
CMYK00.210.100.12
HSL328.7º42.59%78.82%-
HSV(B)328.7º20.54%87.84%-
XYZ57.3251.9562.88-
YUV194.49132.24149.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=37.09%
G=29.47%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417820200.210.100.12328.742.5978.82
HexE0B2CA015AC1492b4f
Octal340262312025121451153117
Binary111000001011001011001010010101101011001010010011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2CA; }

 p { color: rgb(224,178,202); }

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

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

 a { background-color: rgb(224,178,202); }

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

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

 span { border-color: rgb(224,178,202); }

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