Shades of Twilight #E6AFCA
Tints of Twilight #E6AFCA
RGB
CMYK
RGB Variations
Color information
#E6AFCA (or 0xE6AFCA) is known color: Twilight. HEX triplet: E6, AF and CA. RGB value is (230,175,202). Sum of RGB (Red+Green+Blue) = 230+175+202=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCA is #195035. Grayscale: #C2C2C2. Windows color (decimal): -1658934 or 13283302. OLE color: 13283302.
HSL color Cylindrical-coordinate representation of color #E6AFCA: hue angle of 330.55º 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 #E6AFCA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 202 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.10 |
| HSL | 330.55º | 0.52% | 0.79% | - |
| HSV(B) | 330.55º | 0.24% | 0.9% | - |
| XYZ | 58.62 | 51.75 | 62.78 | - |
| YUV | 194.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 202 | 0 | 0.24 | 0.12 | 0.10 | 330.55 | 0.52 | 0.79 |
| Hex | E6 | AF | CA | 0 | 18 | C | A | 14B | 34 | 4F |
| Octal | 346 | 257 | 312 | 0 | 30 | 14 | 12 | 513 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11001010 | 0 | 11000 | 1100 | 1010 | 101001011 | 110100 | 1001111 |
Color Harmonies of #E6AFCA
Complementary color
Monochromatic Colors of #E6AFCA
Black with #E6AFCA
Text Example
Text Example
White with #E6AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFCA; }
p { color: rgb(230,175,202); }
H1.HeaderClassName
{
color: #E6AFCA;
}
.AnyTagClassName
{
color: #E6AFCA;
}
</style>
background-color css
<style>
a { background-color: #E6AFCA; }
a { background-color: rgb(230,175,202); }
div.DivClassName
{
background-color: #E6AFCA;
}
.BgClassName
{
background-color: #E6AFCA;
}
</style>
border-color css
<style>
span { border-color: #E6AFCA; }
span { border-color: rgb(230,175,202); }
td.TdClassName
{
border-color: #E6AFCA;
}
.TagClassName
{
border-color: #E6AFCA;
}
</style>