Shades of Twilight #E1AFCC
Tints of Twilight #E1AFCC
RGB
CMYK
RGB Variations
Color information
#E1AFCC (or 0xE1AFCC) is known color: Twilight. HEX triplet: E1, AF and CC. RGB value is (225,175,204). Sum of RGB (Red+Green+Blue) = 225+175+204=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCC is #1E5033. Grayscale: #C1C1C1. Windows color (decimal): -1986612 or 13414369. OLE color: 13414369.
HSL color Cylindrical-coordinate representation of color #E1AFCC: hue angle of 325.2º 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 #E1AFCC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 204 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.12 |
| HSL | 325.2º | 0.45% | 0.78% | - |
| HSV(B) | 325.2º | 0.22% | 0.88% | - |
| XYZ | 57.28 | 51.03 | 63.96 | - |
| YUV | 193.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 204 | 0 | 0.22 | 0.09 | 0.12 | 325.2 | 0.45 | 0.78 |
| Hex | E1 | AF | CC | 0 | 16 | 9 | C | 145 | 2D | 4E |
| Octal | 341 | 257 | 314 | 0 | 26 | 11 | 14 | 505 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11001100 | 0 | 10110 | 1001 | 1100 | 101000101 | 101101 | 1001110 |
Color Harmonies of #E1AFCC
Complementary color
Monochromatic Colors of #E1AFCC
Black with #E1AFCC
Text Example
Text Example
White with #E1AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFCC; }
p { color: rgb(225,175,204); }
H1.HeaderClassName
{
color: #E1AFCC;
}
.AnyTagClassName
{
color: #E1AFCC;
}
</style>
background-color css
<style>
a { background-color: #E1AFCC; }
a { background-color: rgb(225,175,204); }
div.DivClassName
{
background-color: #E1AFCC;
}
.BgClassName
{
background-color: #E1AFCC;
}
</style>
border-color css
<style>
span { border-color: #E1AFCC; }
span { border-color: rgb(225,175,204); }
td.TdClassName
{
border-color: #E1AFCC;
}
.TagClassName
{
border-color: #E1AFCC;
}
</style>