Shades of Hot Pink #EA60B5
Tints of Hot Pink #EA60B5
RGB
CMYK
RGB Variations
Color information
#EA60B5 (or 0xEA60B5) is known color: Hot Pink. HEX triplet: EA, 60 and B5. RGB value is (234,96,181). Sum of RGB (Red+Green+Blue) = 234+96+181=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60B5 is #159F4A. Grayscale: #929292. Windows color (decimal): -1417035 or 11886826. OLE color: 11886826.
HSL color Cylindrical-coordinate representation of color #EA60B5: hue angle of 323.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA60B5 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 181 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.08 |
| HSL | 323.04º | 0.77% | 0.65% | - |
| HSV(B) | 323.04º | 0.59% | 0.92% | - |
| XYZ | 46.46 | 29.19 | 46.9 | - |
| YUV | 146.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 181 | 0 | 0.59 | 0.23 | 0.08 | 323.04 | 0.77 | 0.65 |
| Hex | EA | 60 | B5 | 0 | 3B | 17 | 8 | 143 | 4D | 41 |
| Octal | 352 | 140 | 265 | 0 | 73 | 27 | 10 | 503 | 115 | 101 |
| Binary | 11101010 | 1100000 | 10110101 | 0 | 111011 | 10111 | 1000 | 101000011 | 1001101 | 1000001 |
Color Harmonies of #EA60B5
Complementary color
Monochromatic Colors of #EA60B5
Black with #EA60B5
Text Example
Text Example
White with #EA60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60B5; }
p { color: rgb(234,96,181); }
H1.HeaderClassName
{
color: #EA60B5;
}
.AnyTagClassName
{
color: #EA60B5;
}
</style>
background-color css
<style>
a { background-color: #EA60B5; }
a { background-color: rgb(234,96,181); }
div.DivClassName
{
background-color: #EA60B5;
}
.BgClassName
{
background-color: #EA60B5;
}
</style>
border-color css
<style>
span { border-color: #EA60B5; }
span { border-color: rgb(234,96,181); }
td.TdClassName
{
border-color: #EA60B5;
}
.TagClassName
{
border-color: #EA60B5;
}
</style>