Shades of Twilight #E5AFCD
Tints of Twilight #E5AFCD
RGB
CMYK
RGB Variations
Color information
#E5AFCD (or 0xE5AFCD) is known color: Twilight. HEX triplet: E5, AF and CD. RGB value is (229,175,205). Sum of RGB (Red+Green+Blue) = 229+175+205=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFCD is #1A5032. Grayscale: #C2C2C2. Windows color (decimal): -1724467 or 13479909. OLE color: 13479909.
HSL color Cylindrical-coordinate representation of color #E5AFCD: hue angle of 326.67º 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 #E5AFCD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 205 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.10 |
| HSL | 326.67º | 0.51% | 0.79% | - |
| HSV(B) | 326.67º | 0.24% | 0.9% | - |
| XYZ | 58.66 | 51.73 | 64.65 | - |
| YUV | 194.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 205 | 0 | 0.24 | 0.10 | 0.10 | 326.67 | 0.51 | 0.79 |
| Hex | E5 | AF | CD | 0 | 18 | A | A | 147 | 33 | 4F |
| Octal | 345 | 257 | 315 | 0 | 30 | 12 | 12 | 507 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11001101 | 0 | 11000 | 1010 | 1010 | 101000111 | 110011 | 1001111 |
Color Harmonies of #E5AFCD
Complementary color
Monochromatic Colors of #E5AFCD
Black with #E5AFCD
Text Example
Text Example
White with #E5AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFCD; }
p { color: rgb(229,175,205); }
H1.HeaderClassName
{
color: #E5AFCD;
}
.AnyTagClassName
{
color: #E5AFCD;
}
</style>
background-color css
<style>
a { background-color: #E5AFCD; }
a { background-color: rgb(229,175,205); }
div.DivClassName
{
background-color: #E5AFCD;
}
.BgClassName
{
background-color: #E5AFCD;
}
</style>
border-color css
<style>
span { border-color: #E5AFCD; }
span { border-color: rgb(229,175,205); }
td.TdClassName
{
border-color: #E5AFCD;
}
.TagClassName
{
border-color: #E5AFCD;
}
</style>