Shades of Twilight #E0AFCF
Tints of Twilight #E0AFCF
RGB
CMYK
RGB Variations
Color information
#E0AFCF (or 0xE0AFCF) is known color: Twilight. HEX triplet: E0, AF and CF. RGB value is (224,175,207). Sum of RGB (Red+Green+Blue) = 224+175+207=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCF is #1F5030. Grayscale: #C1C1C1. Windows color (decimal): -2052145 or 13610976. OLE color: 13610976.
HSL color Cylindrical-coordinate representation of color #E0AFCF: hue angle of 320.82º degrees, saturation: 0.44, 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 #E0AFCF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 207 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.12 |
| HSL | 320.82º | 0.44% | 0.78% | - |
| HSV(B) | 320.82º | 0.22% | 0.88% | - |
| XYZ | 57.33 | 51.01 | 65.86 | - |
| YUV | 193.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 207 | 0 | 0.22 | 0.08 | 0.12 | 320.82 | 0.44 | 0.78 |
| Hex | E0 | AF | CF | 0 | 16 | 8 | C | 141 | 2C | 4E |
| Octal | 340 | 257 | 317 | 0 | 26 | 10 | 14 | 501 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11001111 | 0 | 10110 | 1000 | 1100 | 101000001 | 101100 | 1001110 |
Color Harmonies of #E0AFCF
Complementary color
Monochromatic Colors of #E0AFCF
Black with #E0AFCF
Text Example
Text Example
White with #E0AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFCF; }
p { color: rgb(224,175,207); }
H1.HeaderClassName
{
color: #E0AFCF;
}
.AnyTagClassName
{
color: #E0AFCF;
}
</style>
background-color css
<style>
a { background-color: #E0AFCF; }
a { background-color: rgb(224,175,207); }
div.DivClassName
{
background-color: #E0AFCF;
}
.BgClassName
{
background-color: #E0AFCF;
}
</style>
border-color css
<style>
span { border-color: #E0AFCF; }
span { border-color: rgb(224,175,207); }
td.TdClassName
{
border-color: #E0AFCF;
}
.TagClassName
{
border-color: #E0AFCF;
}
</style>