Shades of Twilight #E5AFCB
Tints of Twilight #E5AFCB
RGB
CMYK
RGB Variations
Color information
#E5AFCB (or 0xE5AFCB) is known color: Twilight. HEX triplet: E5, AF and CB. RGB value is (229,175,203). Sum of RGB (Red+Green+Blue) = 229+175+203=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFCB is #1A5034. Grayscale: #C2C2C2. Windows color (decimal): -1724469 or 13348837. OLE color: 13348837.
HSL color Cylindrical-coordinate representation of color #E5AFCB: hue angle of 328.89º 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 #E5AFCB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 203 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.10 |
| HSL | 328.89º | 0.51% | 0.79% | - |
| HSV(B) | 328.89º | 0.24% | 0.9% | - |
| XYZ | 58.42 | 51.63 | 63.39 | - |
| YUV | 194.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 203 | 0 | 0.24 | 0.11 | 0.10 | 328.89 | 0.51 | 0.79 |
| Hex | E5 | AF | CB | 0 | 18 | B | A | 149 | 33 | 4F |
| Octal | 345 | 257 | 313 | 0 | 30 | 13 | 12 | 511 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11001011 | 0 | 11000 | 1011 | 1010 | 101001001 | 110011 | 1001111 |
Color Harmonies of #E5AFCB
Complementary color
Monochromatic Colors of #E5AFCB
Black with #E5AFCB
Text Example
Text Example
White with #E5AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFCB; }
p { color: rgb(229,175,203); }
H1.HeaderClassName
{
color: #E5AFCB;
}
.AnyTagClassName
{
color: #E5AFCB;
}
</style>
background-color css
<style>
a { background-color: #E5AFCB; }
a { background-color: rgb(229,175,203); }
div.DivClassName
{
background-color: #E5AFCB;
}
.BgClassName
{
background-color: #E5AFCB;
}
</style>
border-color css
<style>
span { border-color: #E5AFCB; }
span { border-color: rgb(229,175,203); }
td.TdClassName
{
border-color: #E5AFCB;
}
.TagClassName
{
border-color: #E5AFCB;
}
</style>