Shades of Twilight #E6AFCB
Tints of Twilight #E6AFCB
RGB
CMYK
RGB Variations
Color information
#E6AFCB (or 0xE6AFCB) is known color: Twilight. HEX triplet: E6, AF and CB. RGB value is (230,175,203). Sum of RGB (Red+Green+Blue) = 230+175+203=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCB is #195034. Grayscale: #C2C2C2. Windows color (decimal): -1658933 or 13348838. OLE color: 13348838.
HSL color Cylindrical-coordinate representation of color #E6AFCB: hue angle of 329.45º degrees, saturation: 0.52, 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 #E6AFCB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 203 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.10 |
| HSL | 329.45º | 0.52% | 0.79% | - |
| HSV(B) | 329.45º | 0.24% | 0.9% | - |
| XYZ | 58.74 | 51.79 | 63.4 | - |
| YUV | 194.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 203 | 0 | 0.24 | 0.12 | 0.10 | 329.45 | 0.52 | 0.79 |
| Hex | E6 | AF | CB | 0 | 18 | C | A | 149 | 34 | 4F |
| Octal | 346 | 257 | 313 | 0 | 30 | 14 | 12 | 511 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11001011 | 0 | 11000 | 1100 | 1010 | 101001001 | 110100 | 1001111 |
Color Harmonies of #E6AFCB
Complementary color
Monochromatic Colors of #E6AFCB
Black with #E6AFCB
Text Example
Text Example
White with #E6AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFCB; }
p { color: rgb(230,175,203); }
H1.HeaderClassName
{
color: #E6AFCB;
}
.AnyTagClassName
{
color: #E6AFCB;
}
</style>
background-color css
<style>
a { background-color: #E6AFCB; }
a { background-color: rgb(230,175,203); }
div.DivClassName
{
background-color: #E6AFCB;
}
.BgClassName
{
background-color: #E6AFCB;
}
</style>
border-color css
<style>
span { border-color: #E6AFCB; }
span { border-color: rgb(230,175,203); }
td.TdClassName
{
border-color: #E6AFCB;
}
.TagClassName
{
border-color: #E6AFCB;
}
</style>