Shades of Twilight #E1AFCD
Tints of Twilight #E1AFCD
RGB
CMYK
RGB Variations
Color information
#E1AFCD (or 0xE1AFCD) is known color: Twilight. HEX triplet: E1, AF and CD. RGB value is (225,175,205). Sum of RGB (Red+Green+Blue) = 225+175+205=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCD is #1E5032. Grayscale: #C1C1C1. Windows color (decimal): -1986611 or 13479905. OLE color: 13479905.
HSL color Cylindrical-coordinate representation of color #E1AFCD: hue angle of 324º 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 #E1AFCD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 205 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.12 |
| HSL | 324º | 0.45% | 0.78% | - |
| HSV(B) | 324º | 0.22% | 0.88% | - |
| XYZ | 57.4 | 51.08 | 64.59 | - |
| YUV | 193.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 205 | 0 | 0.22 | 0.09 | 0.12 | 324 | 0.45 | 0.78 |
| Hex | E1 | AF | CD | 0 | 16 | 9 | C | 144 | 2D | 4E |
| Octal | 341 | 257 | 315 | 0 | 26 | 11 | 14 | 504 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11001101 | 0 | 10110 | 1001 | 1100 | 101000100 | 101101 | 1001110 |
Color Harmonies of #E1AFCD
Complementary color
Monochromatic Colors of #E1AFCD
Black with #E1AFCD
Text Example
Text Example
White with #E1AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFCD; }
p { color: rgb(225,175,205); }
H1.HeaderClassName
{
color: #E1AFCD;
}
.AnyTagClassName
{
color: #E1AFCD;
}
</style>
background-color css
<style>
a { background-color: #E1AFCD; }
a { background-color: rgb(225,175,205); }
div.DivClassName
{
background-color: #E1AFCD;
}
.BgClassName
{
background-color: #E1AFCD;
}
</style>
border-color css
<style>
span { border-color: #E1AFCD; }
span { border-color: rgb(225,175,205); }
td.TdClassName
{
border-color: #E1AFCD;
}
.TagClassName
{
border-color: #E1AFCD;
}
</style>