Shades of Twilight #E2AFCF
Tints of Twilight #E2AFCF
RGB
CMYK
RGB Variations
Color information
#E2AFCF (or 0xE2AFCF) is known color: Twilight. HEX triplet: E2, AF and CF. RGB value is (226,175,207). Sum of RGB (Red+Green+Blue) = 226+175+207=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFCF is #1D5030. Grayscale: #C1C1C1. Windows color (decimal): -1921073 or 13610978. OLE color: 13610978.
HSL color Cylindrical-coordinate representation of color #E2AFCF: hue angle of 322.35º 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 #E2AFCF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 207 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.11 |
| HSL | 322.35º | 0.47% | 0.79% | - |
| HSV(B) | 322.35º | 0.23% | 0.89% | - |
| XYZ | 57.96 | 51.33 | 65.89 | - |
| YUV | 193.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 207 | 0 | 0.23 | 0.08 | 0.11 | 322.35 | 0.47 | 0.79 |
| Hex | E2 | AF | CF | 0 | 17 | 8 | B | 142 | 2F | 4F |
| Octal | 342 | 257 | 317 | 0 | 27 | 10 | 13 | 502 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11001111 | 0 | 10111 | 1000 | 1011 | 101000010 | 101111 | 1001111 |
Color Harmonies of #E2AFCF
Complementary color
Monochromatic Colors of #E2AFCF
Black with #E2AFCF
Text Example
Text Example
White with #E2AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFCF; }
p { color: rgb(226,175,207); }
H1.HeaderClassName
{
color: #E2AFCF;
}
.AnyTagClassName
{
color: #E2AFCF;
}
</style>
background-color css
<style>
a { background-color: #E2AFCF; }
a { background-color: rgb(226,175,207); }
div.DivClassName
{
background-color: #E2AFCF;
}
.BgClassName
{
background-color: #E2AFCF;
}
</style>
border-color css
<style>
span { border-color: #E2AFCF; }
span { border-color: rgb(226,175,207); }
td.TdClassName
{
border-color: #E2AFCF;
}
.TagClassName
{
border-color: #E2AFCF;
}
</style>