Shades of Hot Pink #EA58B2
Tints of Hot Pink #EA58B2
RGB
CMYK
RGB Variations
Color information
#EA58B2 (or 0xEA58B2) is known color: Hot Pink. HEX triplet: EA, 58 and B2. RGB value is (234,88,178). Sum of RGB (Red+Green+Blue) = 234+88+178=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58B2 is #15A74D. Grayscale: #8D8D8D. Windows color (decimal): -1419086 or 11688170. OLE color: 11688170.
HSL color Cylindrical-coordinate representation of color #EA58B2: hue angle of 323.01º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA58B2 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 178 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.08 |
| HSL | 323.01º | 0.78% | 0.63% | - |
| HSV(B) | 323.01º | 0.62% | 0.92% | - |
| XYZ | 45.46 | 27.69 | 45.07 | - |
| YUV | 141.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 178 | 0 | 0.62 | 0.24 | 0.08 | 323.01 | 0.78 | 0.63 |
| Hex | EA | 58 | B2 | 0 | 3E | 18 | 8 | 143 | 4E | 3F |
| Octal | 352 | 130 | 262 | 0 | 76 | 30 | 10 | 503 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10110010 | 0 | 111110 | 11000 | 1000 | 101000011 | 1001110 | 111111 |
Color Harmonies of #EA58B2
Complementary color
Monochromatic Colors of #EA58B2
Black with #EA58B2
Text Example
Text Example
White with #EA58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58B2; }
p { color: rgb(234,88,178); }
H1.HeaderClassName
{
color: #EA58B2;
}
.AnyTagClassName
{
color: #EA58B2;
}
</style>
background-color css
<style>
a { background-color: #EA58B2; }
a { background-color: rgb(234,88,178); }
div.DivClassName
{
background-color: #EA58B2;
}
.BgClassName
{
background-color: #EA58B2;
}
</style>
border-color css
<style>
span { border-color: #EA58B2; }
span { border-color: rgb(234,88,178); }
td.TdClassName
{
border-color: #EA58B2;
}
.TagClassName
{
border-color: #EA58B2;
}
</style>