Shades of Twilight #E1AECA
Tints of Twilight #E1AECA
RGB
CMYK
RGB Variations
Color information
#E1AECA (or 0xE1AECA) is known color: Twilight. HEX triplet: E1, AE and CA. RGB value is (225,174,202). Sum of RGB (Red+Green+Blue) = 225+174+202=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AECA is #1E5135. Grayscale: #C0C0C0. Windows color (decimal): -1986870 or 13283041. OLE color: 13283041.
HSL color Cylindrical-coordinate representation of color #E1AECA: hue angle of 327.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AECA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 202 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.12 |
| HSL | 327.06º | 0.46% | 0.78% | - |
| HSV(B) | 327.06º | 0.23% | 0.88% | - |
| XYZ | 56.85 | 50.54 | 62.64 | - |
| YUV | 192.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 202 | 0 | 0.23 | 0.10 | 0.12 | 327.06 | 0.46 | 0.78 |
| Hex | E1 | AE | CA | 0 | 17 | A | C | 147 | 2E | 4E |
| Octal | 341 | 256 | 312 | 0 | 27 | 12 | 14 | 507 | 56 | 116 |
| Binary | 11100001 | 10101110 | 11001010 | 0 | 10111 | 1010 | 1100 | 101000111 | 101110 | 1001110 |
Color Harmonies of #E1AECA
Complementary color
Monochromatic Colors of #E1AECA
Black with #E1AECA
Text Example
Text Example
White with #E1AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AECA; }
p { color: rgb(225,174,202); }
H1.HeaderClassName
{
color: #E1AECA;
}
.AnyTagClassName
{
color: #E1AECA;
}
</style>
background-color css
<style>
a { background-color: #E1AECA; }
a { background-color: rgb(225,174,202); }
div.DivClassName
{
background-color: #E1AECA;
}
.BgClassName
{
background-color: #E1AECA;
}
</style>
border-color css
<style>
span { border-color: #E1AECA; }
span { border-color: rgb(225,174,202); }
td.TdClassName
{
border-color: #E1AECA;
}
.TagClassName
{
border-color: #E1AECA;
}
</style>