Shades of Hot Pink #E06AB1
Tints of Hot Pink #E06AB1
RGB
CMYK
RGB Variations
Color information
#E06AB1 (or 0xE06AB1) is known color: Hot Pink. HEX triplet: E0, 6A and B1. RGB value is (224,106,177). Sum of RGB (Red+Green+Blue) = 224+106+177=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AB1 is #1F954E. Grayscale: #959595. Windows color (decimal): -2069839 or 11627232. OLE color: 11627232.
HSL color Cylindrical-coordinate representation of color #E06AB1: hue angle of 323.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06AB1 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 177 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.12 |
| HSL | 323.9º | 0.66% | 0.65% | - |
| HSV(B) | 323.9º | 0.53% | 0.88% | - |
| XYZ | 43.83 | 29.33 | 44.95 | - |
| YUV | 149.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 177 | 0 | 0.53 | 0.21 | 0.12 | 323.9 | 0.66 | 0.65 |
| Hex | E0 | 6A | B1 | 0 | 35 | 15 | C | 144 | 42 | 41 |
| Octal | 340 | 152 | 261 | 0 | 65 | 25 | 14 | 504 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10110001 | 0 | 110101 | 10101 | 1100 | 101000100 | 1000010 | 1000001 |
Color Harmonies of #E06AB1
Complementary color
Monochromatic Colors of #E06AB1
Black with #E06AB1
Text Example
Text Example
White with #E06AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AB1; }
p { color: rgb(224,106,177); }
H1.HeaderClassName
{
color: #E06AB1;
}
.AnyTagClassName
{
color: #E06AB1;
}
</style>
background-color css
<style>
a { background-color: #E06AB1; }
a { background-color: rgb(224,106,177); }
div.DivClassName
{
background-color: #E06AB1;
}
.BgClassName
{
background-color: #E06AB1;
}
</style>
border-color css
<style>
span { border-color: #E06AB1; }
span { border-color: rgb(224,106,177); }
td.TdClassName
{
border-color: #E06AB1;
}
.TagClassName
{
border-color: #E06AB1;
}
</style>