Shades of Hot Pink #E06AB5
Tints of Hot Pink #E06AB5
RGB
CMYK
RGB Variations
Color information
#E06AB5 (or 0xE06AB5) is known color: Hot Pink. HEX triplet: E0, 6A and B5. RGB value is (224,106,181). Sum of RGB (Red+Green+Blue) = 224+106+181=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AB5 is #1F954A. Grayscale: #959595. Windows color (decimal): -2069835 or 11889376. OLE color: 11889376.
HSL color Cylindrical-coordinate representation of color #E06AB5: hue angle of 321.86º 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 #E06AB5 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 181 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.12 |
| HSL | 321.86º | 0.66% | 0.65% | - |
| HSV(B) | 321.86º | 0.53% | 0.88% | - |
| XYZ | 44.24 | 29.49 | 47.08 | - |
| YUV | 149.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 181 | 0 | 0.53 | 0.19 | 0.12 | 321.86 | 0.66 | 0.65 |
| Hex | E0 | 6A | B5 | 0 | 35 | 13 | C | 142 | 42 | 41 |
| Octal | 340 | 152 | 265 | 0 | 65 | 23 | 14 | 502 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10110101 | 0 | 110101 | 10011 | 1100 | 101000010 | 1000010 | 1000001 |
Color Harmonies of #E06AB5
Complementary color
Monochromatic Colors of #E06AB5
Black with #E06AB5
Text Example
Text Example
White with #E06AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AB5; }
p { color: rgb(224,106,181); }
H1.HeaderClassName
{
color: #E06AB5;
}
.AnyTagClassName
{
color: #E06AB5;
}
</style>
background-color css
<style>
a { background-color: #E06AB5; }
a { background-color: rgb(224,106,181); }
div.DivClassName
{
background-color: #E06AB5;
}
.BgClassName
{
background-color: #E06AB5;
}
</style>
border-color css
<style>
span { border-color: #E06AB5; }
span { border-color: rgb(224,106,181); }
td.TdClassName
{
border-color: #E06AB5;
}
.TagClassName
{
border-color: #E06AB5;
}
</style>