Shades of Twilight #E5AFCC
Tints of Twilight #E5AFCC
RGB
CMYK
RGB Variations
Color information
#E5AFCC (or 0xE5AFCC) is known color: Twilight. HEX triplet: E5, AF and CC. RGB value is (229,175,204). Sum of RGB (Red+Green+Blue) = 229+175+204=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFCC is #1A5033. Grayscale: #C2C2C2. Windows color (decimal): -1724468 or 13414373. OLE color: 13414373.
HSL color Cylindrical-coordinate representation of color #E5AFCC: hue angle of 327.78º 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 #E5AFCC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 204 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.10 |
| HSL | 327.78º | 0.51% | 0.79% | - |
| HSV(B) | 327.78º | 0.24% | 0.9% | - |
| XYZ | 58.54 | 51.68 | 64.02 | - |
| YUV | 194.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 204 | 0 | 0.24 | 0.11 | 0.10 | 327.78 | 0.51 | 0.79 |
| Hex | E5 | AF | CC | 0 | 18 | B | A | 148 | 33 | 4F |
| Octal | 345 | 257 | 314 | 0 | 30 | 13 | 12 | 510 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11001100 | 0 | 11000 | 1011 | 1010 | 101001000 | 110011 | 1001111 |
Color Harmonies of #E5AFCC
Complementary color
Monochromatic Colors of #E5AFCC
Black with #E5AFCC
Text Example
Text Example
White with #E5AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFCC; }
p { color: rgb(229,175,204); }
H1.HeaderClassName
{
color: #E5AFCC;
}
.AnyTagClassName
{
color: #E5AFCC;
}
</style>
background-color css
<style>
a { background-color: #E5AFCC; }
a { background-color: rgb(229,175,204); }
div.DivClassName
{
background-color: #E5AFCC;
}
.BgClassName
{
background-color: #E5AFCC;
}
</style>
border-color css
<style>
span { border-color: #E5AFCC; }
span { border-color: rgb(229,175,204); }
td.TdClassName
{
border-color: #E5AFCC;
}
.TagClassName
{
border-color: #E5AFCC;
}
</style>