#E0AACA

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

Shades of Twilight #E0AACA

Tints of Twilight #E0AACA

Color information

#E0AACA (or 0xE0AACA) is unknown color: approx Twilight. HEX triplet: E0, AA and CA. RGB value is (224,170,202). Sum of RGB (Red+Green+Blue) = 224+170+202=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AACA is #1F5535. Grayscale: #BDBDBD. Windows color (decimal): -2053430 or 13282016. OLE color: 13282016.

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

Color convert

RGB224170202-
CMYK00.240.100.12
HSL324.44º46.55%77.25%-
HSV(B)324.44º24.11%87.84%-
XYZ55.7848.8662.37-
YUV189.79134.89152.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=37.58%
G=28.52%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417020200.240.100.12324.4446.5577.25
HexE0AACA018AC1442f4d
Octal340252312030121450457115
Binary111000001010101011001010011000101011001010001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AACA; }

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

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

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

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

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

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

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

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