Shades of Twilight #E5AECA
Tints of Twilight #E5AECA
RGB
CMYK
RGB Variations
Color information
#E5AECA (or 0xE5AECA) is known color: Twilight. HEX triplet: E5, AE and CA. RGB value is (229,174,202). Sum of RGB (Red+Green+Blue) = 229+174+202=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AECA is #1A5135. Grayscale: #C1C1C1. Windows color (decimal): -1724726 or 13283045. OLE color: 13283045.
HSL color Cylindrical-coordinate representation of color #E5AECA: hue angle of 329.45º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AECA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 202 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.10 |
| HSL | 329.45º | 0.51% | 0.79% | - |
| HSV(B) | 329.45º | 0.24% | 0.9% | - |
| XYZ | 58.11 | 51.19 | 62.7 | - |
| YUV | 193.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 202 | 0 | 0.24 | 0.12 | 0.10 | 329.45 | 0.51 | 0.79 |
| Hex | E5 | AE | CA | 0 | 18 | C | A | 149 | 33 | 4F |
| Octal | 345 | 256 | 312 | 0 | 30 | 14 | 12 | 511 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11001010 | 0 | 11000 | 1100 | 1010 | 101001001 | 110011 | 1001111 |
Color Harmonies of #E5AECA
Complementary color
Monochromatic Colors of #E5AECA
Black with #E5AECA
Text Example
Text Example
White with #E5AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AECA; }
p { color: rgb(229,174,202); }
H1.HeaderClassName
{
color: #E5AECA;
}
.AnyTagClassName
{
color: #E5AECA;
}
</style>
background-color css
<style>
a { background-color: #E5AECA; }
a { background-color: rgb(229,174,202); }
div.DivClassName
{
background-color: #E5AECA;
}
.BgClassName
{
background-color: #E5AECA;
}
</style>
border-color css
<style>
span { border-color: #E5AECA; }
span { border-color: rgb(229,174,202); }
td.TdClassName
{
border-color: #E5AECA;
}
.TagClassName
{
border-color: #E5AECA;
}
</style>