Shades of Hot Pink #E06AB2
Tints of Hot Pink #E06AB2
RGB
CMYK
RGB Variations
Color information
#E06AB2 (or 0xE06AB2) is known color: Hot Pink. HEX triplet: E0, 6A and B2. RGB value is (224,106,178). Sum of RGB (Red+Green+Blue) = 224+106+178=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AB2 is #1F954D. Grayscale: #959595. Windows color (decimal): -2069838 or 11692768. OLE color: 11692768.
HSL color Cylindrical-coordinate representation of color #E06AB2: hue angle of 323.39º 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 #E06AB2 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 178 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.12 |
| HSL | 323.39º | 0.66% | 0.65% | - |
| HSV(B) | 323.39º | 0.53% | 0.88% | - |
| XYZ | 43.93 | 29.37 | 45.47 | - |
| YUV | 149.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 178 | 0 | 0.53 | 0.21 | 0.12 | 323.39 | 0.66 | 0.65 |
| Hex | E0 | 6A | B2 | 0 | 35 | 15 | C | 143 | 42 | 41 |
| Octal | 340 | 152 | 262 | 0 | 65 | 25 | 14 | 503 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10110010 | 0 | 110101 | 10101 | 1100 | 101000011 | 1000010 | 1000001 |
Color Harmonies of #E06AB2
Complementary color
Monochromatic Colors of #E06AB2
Black with #E06AB2
Text Example
Text Example
White with #E06AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AB2; }
p { color: rgb(224,106,178); }
H1.HeaderClassName
{
color: #E06AB2;
}
.AnyTagClassName
{
color: #E06AB2;
}
</style>
background-color css
<style>
a { background-color: #E06AB2; }
a { background-color: rgb(224,106,178); }
div.DivClassName
{
background-color: #E06AB2;
}
.BgClassName
{
background-color: #E06AB2;
}
</style>
border-color css
<style>
span { border-color: #E06AB2; }
span { border-color: rgb(224,106,178); }
td.TdClassName
{
border-color: #E06AB2;
}
.TagClassName
{
border-color: #E06AB2;
}
</style>