Shades of Twilight #E5AFCF
Tints of Twilight #E5AFCF
RGB
CMYK
RGB Variations
Color information
#E5AFCF (or 0xE5AFCF) is known color: Twilight. HEX triplet: E5, AF and CF. RGB value is (229,175,207). Sum of RGB (Red+Green+Blue) = 229+175+207=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFCF is #1A5030. Grayscale: #C2C2C2. Windows color (decimal): -1724465 or 13610981. OLE color: 13610981.
HSL color Cylindrical-coordinate representation of color #E5AFCF: hue angle of 324.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFCF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 207 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.10 |
| HSL | 324.44º | 0.51% | 0.79% | - |
| HSV(B) | 324.44º | 0.24% | 0.9% | - |
| XYZ | 58.91 | 51.82 | 65.93 | - |
| YUV | 194.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 207 | 0 | 0.24 | 0.10 | 0.10 | 324.44 | 0.51 | 0.79 |
| Hex | E5 | AF | CF | 0 | 18 | A | A | 144 | 33 | 4F |
| Octal | 345 | 257 | 317 | 0 | 30 | 12 | 12 | 504 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11001111 | 0 | 11000 | 1010 | 1010 | 101000100 | 110011 | 1001111 |
Color Harmonies of #E5AFCF
Complementary color
Monochromatic Colors of #E5AFCF
Black with #E5AFCF
Text Example
Text Example
White with #E5AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFCF; }
p { color: rgb(229,175,207); }
H1.HeaderClassName
{
color: #E5AFCF;
}
.AnyTagClassName
{
color: #E5AFCF;
}
</style>
background-color css
<style>
a { background-color: #E5AFCF; }
a { background-color: rgb(229,175,207); }
div.DivClassName
{
background-color: #E5AFCF;
}
.BgClassName
{
background-color: #E5AFCF;
}
</style>
border-color css
<style>
span { border-color: #E5AFCF; }
span { border-color: rgb(229,175,207); }
td.TdClassName
{
border-color: #E5AFCF;
}
.TagClassName
{
border-color: #E5AFCF;
}
</style>