Shades of Twilight #E0AECA
Tints of Twilight #E0AECA
RGB
CMYK
RGB Variations
Color information
#E0AECA (or 0xE0AECA) is known color: Twilight. HEX triplet: E0, AE and CA. RGB value is (224,174,202). Sum of RGB (Red+Green+Blue) = 224+174+202=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AECA is #1F5135. Grayscale: #C0C0C0. Windows color (decimal): -2052406 or 13283040. OLE color: 13283040.
HSL color Cylindrical-coordinate representation of color #E0AECA: hue angle of 326.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AECA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 202 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.12 |
| HSL | 326.4º | 0.45% | 0.78% | - |
| HSV(B) | 326.4º | 0.22% | 0.88% | - |
| XYZ | 56.54 | 50.38 | 62.62 | - |
| YUV | 192.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 202 | 0 | 0.22 | 0.10 | 0.12 | 326.4 | 0.45 | 0.78 |
| Hex | E0 | AE | CA | 0 | 16 | A | C | 146 | 2D | 4E |
| Octal | 340 | 256 | 312 | 0 | 26 | 12 | 14 | 506 | 55 | 116 |
| Binary | 11100000 | 10101110 | 11001010 | 0 | 10110 | 1010 | 1100 | 101000110 | 101101 | 1001110 |
Color Harmonies of #E0AECA
Complementary color
Monochromatic Colors of #E0AECA
Black with #E0AECA
Text Example
Text Example
White with #E0AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AECA; }
p { color: rgb(224,174,202); }
H1.HeaderClassName
{
color: #E0AECA;
}
.AnyTagClassName
{
color: #E0AECA;
}
</style>
background-color css
<style>
a { background-color: #E0AECA; }
a { background-color: rgb(224,174,202); }
div.DivClassName
{
background-color: #E0AECA;
}
.BgClassName
{
background-color: #E0AECA;
}
</style>
border-color css
<style>
span { border-color: #E0AECA; }
span { border-color: rgb(224,174,202); }
td.TdClassName
{
border-color: #E0AECA;
}
.TagClassName
{
border-color: #E0AECA;
}
</style>