Shades of Hot Pink #EA54B6
Tints of Hot Pink #EA54B6
RGB
CMYK
RGB Variations
Color information
#EA54B6 (or 0xEA54B6) is known color: Hot Pink. HEX triplet: EA, 54 and B6. RGB value is (234,84,182). Sum of RGB (Red+Green+Blue) = 234+84+182=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54B6 is #15AB49. Grayscale: #8B8B8B. Windows color (decimal): -1420106 or 11949290. OLE color: 11949290.
HSL color Cylindrical-coordinate representation of color #EA54B6: hue angle of 320.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA54B6 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 182 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.08 |
| HSL | 320.8º | 0.78% | 0.62% | - |
| HSV(B) | 320.8º | 0.64% | 0.92% | - |
| XYZ | 45.55 | 27.21 | 47.11 | - |
| YUV | 140.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 182 | 0 | 0.64 | 0.22 | 0.08 | 320.8 | 0.78 | 0.62 |
| Hex | EA | 54 | B6 | 0 | 40 | 16 | 8 | 141 | 4E | 3E |
| Octal | 352 | 124 | 266 | 0 | 100 | 26 | 10 | 501 | 116 | 76 |
| Binary | 11101010 | 1010100 | 10110110 | 0 | 1000000 | 10110 | 1000 | 101000001 | 1001110 | 111110 |
Color Harmonies of #EA54B6
Complementary color
Monochromatic Colors of #EA54B6
Black with #EA54B6
Text Example
Text Example
White with #EA54B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA54B6; }
p { color: rgb(234,84,182); }
H1.HeaderClassName
{
color: #EA54B6;
}
.AnyTagClassName
{
color: #EA54B6;
}
</style>
background-color css
<style>
a { background-color: #EA54B6; }
a { background-color: rgb(234,84,182); }
div.DivClassName
{
background-color: #EA54B6;
}
.BgClassName
{
background-color: #EA54B6;
}
</style>
border-color css
<style>
span { border-color: #EA54B6; }
span { border-color: rgb(234,84,182); }
td.TdClassName
{
border-color: #EA54B6;
}
.TagClassName
{
border-color: #EA54B6;
}
</style>