Shades of Twilight #E2AFCA
Tints of Twilight #E2AFCA
RGB
CMYK
RGB Variations
Color information
#E2AFCA (or 0xE2AFCA) is known color: Twilight. HEX triplet: E2, AF and CA. RGB value is (226,175,202). Sum of RGB (Red+Green+Blue) = 226+175+202=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFCA is #1D5035. Grayscale: #C1C1C1. Windows color (decimal): -1921078 or 13283298. OLE color: 13283298.
HSL color Cylindrical-coordinate representation of color #E2AFCA: hue angle of 328.24º 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 #E2AFCA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 202 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.11 |
| HSL | 328.24º | 0.47% | 0.79% | - |
| HSV(B) | 328.24º | 0.23% | 0.89% | - |
| XYZ | 57.35 | 51.09 | 62.72 | - |
| YUV | 193.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 202 | 0 | 0.23 | 0.11 | 0.11 | 328.24 | 0.47 | 0.79 |
| Hex | E2 | AF | CA | 0 | 17 | B | B | 148 | 2F | 4F |
| Octal | 342 | 257 | 312 | 0 | 27 | 13 | 13 | 510 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11001010 | 0 | 10111 | 1011 | 1011 | 101001000 | 101111 | 1001111 |
Color Harmonies of #E2AFCA
Complementary color
Monochromatic Colors of #E2AFCA
Black with #E2AFCA
Text Example
Text Example
White with #E2AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFCA; }
p { color: rgb(226,175,202); }
H1.HeaderClassName
{
color: #E2AFCA;
}
.AnyTagClassName
{
color: #E2AFCA;
}
</style>
background-color css
<style>
a { background-color: #E2AFCA; }
a { background-color: rgb(226,175,202); }
div.DivClassName
{
background-color: #E2AFCA;
}
.BgClassName
{
background-color: #E2AFCA;
}
</style>
border-color css
<style>
span { border-color: #E2AFCA; }
span { border-color: rgb(226,175,202); }
td.TdClassName
{
border-color: #E2AFCA;
}
.TagClassName
{
border-color: #E2AFCA;
}
</style>