Shades of Twilight #E6AFD0
Tints of Twilight #E6AFD0
RGB
CMYK
RGB Variations
Color information
#E6AFD0 (or 0xE6AFD0) is known color: Twilight. HEX triplet: E6, AF and D0. RGB value is (230,175,208). Sum of RGB (Red+Green+Blue) = 230+175+208=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFD0 is #19502F. Grayscale: #C3C3C3. Windows color (decimal): -1658928 or 13676518. OLE color: 13676518.
HSL color Cylindrical-coordinate representation of color #E6AFD0: hue angle of 324º 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 #E6AFD0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 208 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.10 |
| HSL | 324º | 0.52% | 0.79% | - |
| HSV(B) | 324º | 0.24% | 0.9% | - |
| XYZ | 59.35 | 52.04 | 66.59 | - |
| YUV | 195.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 208 | 0 | 0.24 | 0.10 | 0.10 | 324 | 0.52 | 0.79 |
| Hex | E6 | AF | D0 | 0 | 18 | A | A | 144 | 34 | 4F |
| Octal | 346 | 257 | 320 | 0 | 30 | 12 | 12 | 504 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11010000 | 0 | 11000 | 1010 | 1010 | 101000100 | 110100 | 1001111 |
Color Harmonies of #E6AFD0
Complementary color
Monochromatic Colors of #E6AFD0
Black with #E6AFD0
Text Example
Text Example
White with #E6AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFD0; }
p { color: rgb(230,175,208); }
H1.HeaderClassName
{
color: #E6AFD0;
}
.AnyTagClassName
{
color: #E6AFD0;
}
</style>
background-color css
<style>
a { background-color: #E6AFD0; }
a { background-color: rgb(230,175,208); }
div.DivClassName
{
background-color: #E6AFD0;
}
.BgClassName
{
background-color: #E6AFD0;
}
</style>
border-color css
<style>
span { border-color: #E6AFD0; }
span { border-color: rgb(230,175,208); }
td.TdClassName
{
border-color: #E6AFD0;
}
.TagClassName
{
border-color: #E6AFD0;
}
</style>