Shades of Twilight #E5AFD0
Tints of Twilight #E5AFD0
RGB
CMYK
RGB Variations
Color information
#E5AFD0 (or 0xE5AFD0) is known color: Twilight. HEX triplet: E5, AF and D0. RGB value is (229,175,208). Sum of RGB (Red+Green+Blue) = 229+175+208=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFD0 is #1A502F. Grayscale: #C2C2C2. Windows color (decimal): -1724464 or 13676517. OLE color: 13676517.
HSL color Cylindrical-coordinate representation of color #E5AFD0: hue angle of 323.33º 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 #E5AFD0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 208 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.10 |
| HSL | 323.33º | 0.51% | 0.79% | - |
| HSV(B) | 323.33º | 0.24% | 0.9% | - |
| XYZ | 59.03 | 51.87 | 66.58 | - |
| YUV | 194.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 208 | 0 | 0.24 | 0.09 | 0.10 | 323.33 | 0.51 | 0.79 |
| Hex | E5 | AF | D0 | 0 | 18 | 9 | A | 143 | 33 | 4F |
| Octal | 345 | 257 | 320 | 0 | 30 | 11 | 12 | 503 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11010000 | 0 | 11000 | 1001 | 1010 | 101000011 | 110011 | 1001111 |
Color Harmonies of #E5AFD0
Complementary color
Monochromatic Colors of #E5AFD0
Black with #E5AFD0
Text Example
Text Example
White with #E5AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFD0; }
p { color: rgb(229,175,208); }
H1.HeaderClassName
{
color: #E5AFD0;
}
.AnyTagClassName
{
color: #E5AFD0;
}
</style>
background-color css
<style>
a { background-color: #E5AFD0; }
a { background-color: rgb(229,175,208); }
div.DivClassName
{
background-color: #E5AFD0;
}
.BgClassName
{
background-color: #E5AFD0;
}
</style>
border-color css
<style>
span { border-color: #E5AFD0; }
span { border-color: rgb(229,175,208); }
td.TdClassName
{
border-color: #E5AFD0;
}
.TagClassName
{
border-color: #E5AFD0;
}
</style>