Shades of Twilight #E1AFCF
Tints of Twilight #E1AFCF
RGB
CMYK
RGB Variations
Color information
#E1AFCF (or 0xE1AFCF) is known color: Twilight. HEX triplet: E1, AF and CF. RGB value is (225,175,207). Sum of RGB (Red+Green+Blue) = 225+175+207=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCF is #1E5030. Grayscale: #C1C1C1. Windows color (decimal): -1986609 or 13610977. OLE color: 13610977.
HSL color Cylindrical-coordinate representation of color #E1AFCF: hue angle of 321.6º 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 #E1AFCF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 207 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.12 |
| HSL | 321.6º | 0.45% | 0.78% | - |
| HSV(B) | 321.6º | 0.22% | 0.88% | - |
| XYZ | 57.64 | 51.17 | 65.87 | - |
| YUV | 193.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 207 | 0 | 0.22 | 0.08 | 0.12 | 321.6 | 0.45 | 0.78 |
| Hex | E1 | AF | CF | 0 | 16 | 8 | C | 142 | 2D | 4E |
| Octal | 341 | 257 | 317 | 0 | 26 | 10 | 14 | 502 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11001111 | 0 | 10110 | 1000 | 1100 | 101000010 | 101101 | 1001110 |
Color Harmonies of #E1AFCF
Complementary color
Monochromatic Colors of #E1AFCF
Black with #E1AFCF
Text Example
Text Example
White with #E1AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFCF; }
p { color: rgb(225,175,207); }
H1.HeaderClassName
{
color: #E1AFCF;
}
.AnyTagClassName
{
color: #E1AFCF;
}
</style>
background-color css
<style>
a { background-color: #E1AFCF; }
a { background-color: rgb(225,175,207); }
div.DivClassName
{
background-color: #E1AFCF;
}
.BgClassName
{
background-color: #E1AFCF;
}
</style>
border-color css
<style>
span { border-color: #E1AFCF; }
span { border-color: rgb(225,175,207); }
td.TdClassName
{
border-color: #E1AFCF;
}
.TagClassName
{
border-color: #E1AFCF;
}
</style>