Shades of Twilight #E1AFCB
Tints of Twilight #E1AFCB
RGB
CMYK
RGB Variations
Color information
#E1AFCB (or 0xE1AFCB) is known color: Twilight. HEX triplet: E1, AF and CB. RGB value is (225,175,203). Sum of RGB (Red+Green+Blue) = 225+175+203=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCB is #1E5034. Grayscale: #C1C1C1. Windows color (decimal): -1986613 or 13348833. OLE color: 13348833.
HSL color Cylindrical-coordinate representation of color #E1AFCB: hue angle of 326.4º 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 #E1AFCB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 203 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.12 |
| HSL | 326.4º | 0.45% | 0.78% | - |
| HSV(B) | 326.4º | 0.22% | 0.88% | - |
| XYZ | 57.16 | 50.98 | 63.33 | - |
| YUV | 193.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 203 | 0 | 0.22 | 0.10 | 0.12 | 326.4 | 0.45 | 0.78 |
| Hex | E1 | AF | CB | 0 | 16 | A | C | 146 | 2D | 4E |
| Octal | 341 | 257 | 313 | 0 | 26 | 12 | 14 | 506 | 55 | 116 |
| Binary | 11100001 | 10101111 | 11001011 | 0 | 10110 | 1010 | 1100 | 101000110 | 101101 | 1001110 |
Color Harmonies of #E1AFCB
Complementary color
Monochromatic Colors of #E1AFCB
Black with #E1AFCB
Text Example
Text Example
White with #E1AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFCB; }
p { color: rgb(225,175,203); }
H1.HeaderClassName
{
color: #E1AFCB;
}
.AnyTagClassName
{
color: #E1AFCB;
}
</style>
background-color css
<style>
a { background-color: #E1AFCB; }
a { background-color: rgb(225,175,203); }
div.DivClassName
{
background-color: #E1AFCB;
}
.BgClassName
{
background-color: #E1AFCB;
}
</style>
border-color css
<style>
span { border-color: #E1AFCB; }
span { border-color: rgb(225,175,203); }
td.TdClassName
{
border-color: #E1AFCB;
}
.TagClassName
{
border-color: #E1AFCB;
}
</style>