Shades of Twilight #E0AFCB
Tints of Twilight #E0AFCB
RGB
CMYK
RGB Variations
Color information
#E0AFCB (or 0xE0AFCB) is known color: Twilight. HEX triplet: E0, AF and CB. RGB value is (224,175,203). Sum of RGB (Red+Green+Blue) = 224+175+203=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCB is #1F5034. Grayscale: #C0C0C0. Windows color (decimal): -2052149 or 13348832. OLE color: 13348832.
HSL color Cylindrical-coordinate representation of color #E0AFCB: hue angle of 325.71º 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 #E0AFCB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 203 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.12 |
| HSL | 325.71º | 0.44% | 0.78% | - |
| HSV(B) | 325.71º | 0.22% | 0.88% | - |
| XYZ | 56.85 | 50.82 | 63.31 | - |
| YUV | 192.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 203 | 0 | 0.22 | 0.09 | 0.12 | 325.71 | 0.44 | 0.78 |
| Hex | E0 | AF | CB | 0 | 16 | 9 | C | 146 | 2C | 4E |
| Octal | 340 | 257 | 313 | 0 | 26 | 11 | 14 | 506 | 54 | 116 |
| Binary | 11100000 | 10101111 | 11001011 | 0 | 10110 | 1001 | 1100 | 101000110 | 101100 | 1001110 |
Color Harmonies of #E0AFCB
Complementary color
Monochromatic Colors of #E0AFCB
Black with #E0AFCB
Text Example
Text Example
White with #E0AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFCB; }
p { color: rgb(224,175,203); }
H1.HeaderClassName
{
color: #E0AFCB;
}
.AnyTagClassName
{
color: #E0AFCB;
}
</style>
background-color css
<style>
a { background-color: #E0AFCB; }
a { background-color: rgb(224,175,203); }
div.DivClassName
{
background-color: #E0AFCB;
}
.BgClassName
{
background-color: #E0AFCB;
}
</style>
border-color css
<style>
span { border-color: #E0AFCB; }
span { border-color: rgb(224,175,203); }
td.TdClassName
{
border-color: #E0AFCB;
}
.TagClassName
{
border-color: #E0AFCB;
}
</style>