Shades of Hot Pink #E06BAF
Tints of Hot Pink #E06BAF
RGB
CMYK
RGB Variations
Color information
#E06BAF (or 0xE06BAF) is known color: Hot Pink. HEX triplet: E0, 6B and AF. RGB value is (224,107,175). Sum of RGB (Red+Green+Blue) = 224+107+175=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BAF is #1F9450. Grayscale: #959595. Windows color (decimal): -2069585 or 11496416. OLE color: 11496416.
HSL color Cylindrical-coordinate representation of color #E06BAF: hue angle of 325.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BAF is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 175 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.12 |
| HSL | 325.13º | 0.65% | 0.65% | - |
| HSV(B) | 325.13º | 0.52% | 0.88% | - |
| XYZ | 43.74 | 29.46 | 43.94 | - |
| YUV | 149.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 175 | 0 | 0.52 | 0.22 | 0.12 | 325.13 | 0.65 | 0.65 |
| Hex | E0 | 6B | AF | 0 | 34 | 16 | C | 145 | 41 | 41 |
| Octal | 340 | 153 | 257 | 0 | 64 | 26 | 14 | 505 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10101111 | 0 | 110100 | 10110 | 1100 | 101000101 | 1000001 | 1000001 |
Color Harmonies of #E06BAF
Complementary color
Monochromatic Colors of #E06BAF
Black with #E06BAF
Text Example
Text Example
White with #E06BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BAF; }
p { color: rgb(224,107,175); }
H1.HeaderClassName
{
color: #E06BAF;
}
.AnyTagClassName
{
color: #E06BAF;
}
</style>
background-color css
<style>
a { background-color: #E06BAF; }
a { background-color: rgb(224,107,175); }
div.DivClassName
{
background-color: #E06BAF;
}
.BgClassName
{
background-color: #E06BAF;
}
</style>
border-color css
<style>
span { border-color: #E06BAF; }
span { border-color: rgb(224,107,175); }
td.TdClassName
{
border-color: #E06BAF;
}
.TagClassName
{
border-color: #E06BAF;
}
</style>