Shades of Hot Pink #E06EAF
Tints of Hot Pink #E06EAF
RGB
CMYK
RGB Variations
Color information
#E06EAF (or 0xE06EAF) is known color: Hot Pink. HEX triplet: E0, 6E and AF. RGB value is (224,110,175). Sum of RGB (Red+Green+Blue) = 224+110+175=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EAF is #1F9150. Grayscale: #979797. Windows color (decimal): -2068817 or 11497184. OLE color: 11497184.
HSL color Cylindrical-coordinate representation of color #E06EAF: hue angle of 325.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EAF is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 175 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.12 |
| HSL | 325.79º | 0.65% | 0.65% | - |
| HSV(B) | 325.79º | 0.51% | 0.88% | - |
| XYZ | 44.05 | 30.09 | 44.04 | - |
| YUV | 151.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 175 | 0 | 0.51 | 0.22 | 0.12 | 325.79 | 0.65 | 0.65 |
| Hex | E0 | 6E | AF | 0 | 33 | 16 | C | 146 | 41 | 41 |
| Octal | 340 | 156 | 257 | 0 | 63 | 26 | 14 | 506 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10101111 | 0 | 110011 | 10110 | 1100 | 101000110 | 1000001 | 1000001 |
Color Harmonies of #E06EAF
Complementary color
Monochromatic Colors of #E06EAF
Black with #E06EAF
Text Example
Text Example
White with #E06EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EAF; }
p { color: rgb(224,110,175); }
H1.HeaderClassName
{
color: #E06EAF;
}
.AnyTagClassName
{
color: #E06EAF;
}
</style>
background-color css
<style>
a { background-color: #E06EAF; }
a { background-color: rgb(224,110,175); }
div.DivClassName
{
background-color: #E06EAF;
}
.BgClassName
{
background-color: #E06EAF;
}
</style>
border-color css
<style>
span { border-color: #E06EAF; }
span { border-color: rgb(224,110,175); }
td.TdClassName
{
border-color: #E06EAF;
}
.TagClassName
{
border-color: #E06EAF;
}
</style>