Shades of Twilight #E6AFCF
Tints of Twilight #E6AFCF
RGB
CMYK
RGB Variations
Color information
#E6AFCF (or 0xE6AFCF) is known color: Twilight. HEX triplet: E6, AF and CF. RGB value is (230,175,207). Sum of RGB (Red+Green+Blue) = 230+175+207=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCF is #195030. Grayscale: #C3C3C3. Windows color (decimal): -1658929 or 13610982. OLE color: 13610982.
HSL color Cylindrical-coordinate representation of color #E6AFCF: hue angle of 325.09º 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 #E6AFCF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 207 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.10 |
| HSL | 325.09º | 0.52% | 0.79% | - |
| HSV(B) | 325.09º | 0.24% | 0.9% | - |
| XYZ | 59.23 | 51.99 | 65.94 | - |
| YUV | 195.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 207 | 0 | 0.24 | 0.10 | 0.10 | 325.09 | 0.52 | 0.79 |
| Hex | E6 | AF | CF | 0 | 18 | A | A | 145 | 34 | 4F |
| Octal | 346 | 257 | 317 | 0 | 30 | 12 | 12 | 505 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11001111 | 0 | 11000 | 1010 | 1010 | 101000101 | 110100 | 1001111 |
Color Harmonies of #E6AFCF
Complementary color
Monochromatic Colors of #E6AFCF
Black with #E6AFCF
Text Example
Text Example
White with #E6AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFCF; }
p { color: rgb(230,175,207); }
H1.HeaderClassName
{
color: #E6AFCF;
}
.AnyTagClassName
{
color: #E6AFCF;
}
</style>
background-color css
<style>
a { background-color: #E6AFCF; }
a { background-color: rgb(230,175,207); }
div.DivClassName
{
background-color: #E6AFCF;
}
.BgClassName
{
background-color: #E6AFCF;
}
</style>
border-color css
<style>
span { border-color: #E6AFCF; }
span { border-color: rgb(230,175,207); }
td.TdClassName
{
border-color: #E6AFCF;
}
.TagClassName
{
border-color: #E6AFCF;
}
</style>