Shades of Twilight #E0AFCD
Tints of Twilight #E0AFCD
RGB
CMYK
RGB Variations
Color information
#E0AFCD (or 0xE0AFCD) is known color: Twilight. HEX triplet: E0, AF and CD. RGB value is (224,175,205). Sum of RGB (Red+Green+Blue) = 224+175+205=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCD is #1F5032. Grayscale: #C1C1C1. Windows color (decimal): -2052147 or 13479904. OLE color: 13479904.
HSL color Cylindrical-coordinate representation of color #E0AFCD: hue angle of 323.27º 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 #E0AFCD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 205 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.12 |
| HSL | 323.27º | 0.44% | 0.78% | - |
| HSV(B) | 323.27º | 0.22% | 0.88% | - |
| XYZ | 57.09 | 50.92 | 64.58 | - |
| YUV | 193.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 205 | 0 | 0.22 | 0.08 | 0.12 | 323.27 | 0.44 | 0.78 |
| Hex | E0 | AF | CD | 0 | 16 | 8 | C | 143 | 2C | 4E |
| Octal | 340 | 257 | 315 | 0 | 26 | 10 | 14 | 503 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11001101 | 0 | 10110 | 1000 | 1100 | 101000011 | 101100 | 1001110 |
Color Harmonies of #E0AFCD
Complementary color
Monochromatic Colors of #E0AFCD
Black with #E0AFCD
Text Example
Text Example
White with #E0AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFCD; }
p { color: rgb(224,175,205); }
H1.HeaderClassName
{
color: #E0AFCD;
}
.AnyTagClassName
{
color: #E0AFCD;
}
</style>
background-color css
<style>
a { background-color: #E0AFCD; }
a { background-color: rgb(224,175,205); }
div.DivClassName
{
background-color: #E0AFCD;
}
.BgClassName
{
background-color: #E0AFCD;
}
</style>
border-color css
<style>
span { border-color: #E0AFCD; }
span { border-color: rgb(224,175,205); }
td.TdClassName
{
border-color: #E0AFCD;
}
.TagClassName
{
border-color: #E0AFCD;
}
</style>