Shades of Twilight #E0AFCE
Tints of Twilight #E0AFCE
RGB
CMYK
RGB Variations
Color information
#E0AFCE (or 0xE0AFCE) is known color: Twilight. HEX triplet: E0, AF and CE. RGB value is (224,175,206). Sum of RGB (Red+Green+Blue) = 224+175+206=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCE is #1F5031. Grayscale: #C1C1C1. Windows color (decimal): -2052146 or 13545440. OLE color: 13545440.
HSL color Cylindrical-coordinate representation of color #E0AFCE: hue angle of 322.04º degrees, saturation: 0.44, 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 #E0AFCE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 206 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.12 |
| HSL | 322.04º | 0.44% | 0.78% | - |
| HSV(B) | 322.04º | 0.22% | 0.88% | - |
| XYZ | 57.21 | 50.96 | 65.21 | - |
| YUV | 193.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 206 | 0 | 0.22 | 0.08 | 0.12 | 322.04 | 0.44 | 0.78 |
| Hex | E0 | AF | CE | 0 | 16 | 8 | C | 142 | 2C | 4E |
| Octal | 340 | 257 | 316 | 0 | 26 | 10 | 14 | 502 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11001110 | 0 | 10110 | 1000 | 1100 | 101000010 | 101100 | 1001110 |
Color Harmonies of #E0AFCE
Complementary color
Monochromatic Colors of #E0AFCE
Black with #E0AFCE
Text Example
Text Example
White with #E0AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFCE; }
p { color: rgb(224,175,206); }
H1.HeaderClassName
{
color: #E0AFCE;
}
.AnyTagClassName
{
color: #E0AFCE;
}
</style>
background-color css
<style>
a { background-color: #E0AFCE; }
a { background-color: rgb(224,175,206); }
div.DivClassName
{
background-color: #E0AFCE;
}
.BgClassName
{
background-color: #E0AFCE;
}
</style>
border-color css
<style>
span { border-color: #E0AFCE; }
span { border-color: rgb(224,175,206); }
td.TdClassName
{
border-color: #E0AFCE;
}
.TagClassName
{
border-color: #E0AFCE;
}
</style>