Shades of Hot Pink #E254B6
Tints of Hot Pink #E254B6
RGB
CMYK
RGB Variations
Color information
#E254B6 (or 0xE254B6) is known color: Hot Pink. HEX triplet: E2, 54 and B6. RGB value is (226,84,182). Sum of RGB (Red+Green+Blue) = 226+84+182=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E254B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254B6 is #1DAB49. Grayscale: #898989. Windows color (decimal): -1944394 or 11949282. OLE color: 11949282.
HSL color Cylindrical-coordinate representation of color #E254B6: hue angle of 318.59º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254B6 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 182 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.11 |
| HSL | 318.59º | 0.71% | 0.61% | - |
| HSV(B) | 318.59º | 0.63% | 0.89% | - |
| XYZ | 42.98 | 25.89 | 46.99 | - |
| YUV | 137.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 182 | 0 | 0.63 | 0.19 | 0.11 | 318.59 | 0.71 | 0.61 |
| Hex | E2 | 54 | B6 | 0 | 3F | 13 | B | 13F | 47 | 3D |
| Octal | 342 | 124 | 266 | 0 | 77 | 23 | 13 | 477 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10110110 | 0 | 111111 | 10011 | 1011 | 100111111 | 1000111 | 111101 |
Color Harmonies of #E254B6
Complementary color
Monochromatic Colors of #E254B6
Black with #E254B6
Text Example
Text Example
White with #E254B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254B6; }
p { color: rgb(226,84,182); }
H1.HeaderClassName
{
color: #E254B6;
}
.AnyTagClassName
{
color: #E254B6;
}
</style>
background-color css
<style>
a { background-color: #E254B6; }
a { background-color: rgb(226,84,182); }
div.DivClassName
{
background-color: #E254B6;
}
.BgClassName
{
background-color: #E254B6;
}
</style>
border-color css
<style>
span { border-color: #E254B6; }
span { border-color: rgb(226,84,182); }
td.TdClassName
{
border-color: #E254B6;
}
.TagClassName
{
border-color: #E254B6;
}
</style>