Shades of Hot Pink #E06AB3
Tints of Hot Pink #E06AB3
RGB
CMYK
RGB Variations
Color information
#E06AB3 (or 0xE06AB3) is known color: Hot Pink. HEX triplet: E0, 6A and B3. RGB value is (224,106,179). Sum of RGB (Red+Green+Blue) = 224+106+179=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AB3 is #1F954C. Grayscale: #959595. Windows color (decimal): -2069837 or 11758304. OLE color: 11758304.
HSL color Cylindrical-coordinate representation of color #E06AB3: hue angle of 322.88º 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 #E06AB3 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 179 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.12 |
| HSL | 322.88º | 0.66% | 0.65% | - |
| HSV(B) | 322.88º | 0.53% | 0.88% | - |
| XYZ | 44.03 | 29.41 | 46 | - |
| YUV | 149.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 179 | 0 | 0.53 | 0.20 | 0.12 | 322.88 | 0.66 | 0.65 |
| Hex | E0 | 6A | B3 | 0 | 35 | 14 | C | 143 | 42 | 41 |
| Octal | 340 | 152 | 263 | 0 | 65 | 24 | 14 | 503 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10110011 | 0 | 110101 | 10100 | 1100 | 101000011 | 1000010 | 1000001 |
Color Harmonies of #E06AB3
Complementary color
Monochromatic Colors of #E06AB3
Black with #E06AB3
Text Example
Text Example
White with #E06AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AB3; }
p { color: rgb(224,106,179); }
H1.HeaderClassName
{
color: #E06AB3;
}
.AnyTagClassName
{
color: #E06AB3;
}
</style>
background-color css
<style>
a { background-color: #E06AB3; }
a { background-color: rgb(224,106,179); }
div.DivClassName
{
background-color: #E06AB3;
}
.BgClassName
{
background-color: #E06AB3;
}
</style>
border-color css
<style>
span { border-color: #E06AB3; }
span { border-color: rgb(224,106,179); }
td.TdClassName
{
border-color: #E06AB3;
}
.TagClassName
{
border-color: #E06AB3;
}
</style>