Shades of Twilight #E2AFCC
Tints of Twilight #E2AFCC
RGB
CMYK
RGB Variations
Color information
#E2AFCC (or 0xE2AFCC) is known color: Twilight. HEX triplet: E2, AF and CC. RGB value is (226,175,204). Sum of RGB (Red+Green+Blue) = 226+175+204=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFCC is #1D5033. Grayscale: #C1C1C1. Windows color (decimal): -1921076 or 13414370. OLE color: 13414370.
HSL color Cylindrical-coordinate representation of color #E2AFCC: hue angle of 325.88º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFCC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 204 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.11 |
| HSL | 325.88º | 0.47% | 0.79% | - |
| HSV(B) | 325.88º | 0.23% | 0.89% | - |
| XYZ | 57.59 | 51.19 | 63.97 | - |
| YUV | 193.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 204 | 0 | 0.23 | 0.10 | 0.11 | 325.88 | 0.47 | 0.79 |
| Hex | E2 | AF | CC | 0 | 17 | A | B | 146 | 2F | 4F |
| Octal | 342 | 257 | 314 | 0 | 27 | 12 | 13 | 506 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11001100 | 0 | 10111 | 1010 | 1011 | 101000110 | 101111 | 1001111 |
Color Harmonies of #E2AFCC
Complementary color
Monochromatic Colors of #E2AFCC
Black with #E2AFCC
Text Example
Text Example
White with #E2AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFCC; }
p { color: rgb(226,175,204); }
H1.HeaderClassName
{
color: #E2AFCC;
}
.AnyTagClassName
{
color: #E2AFCC;
}
</style>
background-color css
<style>
a { background-color: #E2AFCC; }
a { background-color: rgb(226,175,204); }
div.DivClassName
{
background-color: #E2AFCC;
}
.BgClassName
{
background-color: #E2AFCC;
}
</style>
border-color css
<style>
span { border-color: #E2AFCC; }
span { border-color: rgb(226,175,204); }
td.TdClassName
{
border-color: #E2AFCC;
}
.TagClassName
{
border-color: #E2AFCC;
}
</style>