Shades of Hot Pink #E258B4
Tints of Hot Pink #E258B4
RGB
CMYK
RGB Variations
Color information
#E258B4 (or 0xE258B4) is known color: Hot Pink. HEX triplet: E2, 58 and B4. RGB value is (226,88,180). Sum of RGB (Red+Green+Blue) = 226+88+180=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E258B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258B4 is #1DA74B. Grayscale: #8B8B8B. Windows color (decimal): -1943372 or 11819234. OLE color: 11819234.
HSL color Cylindrical-coordinate representation of color #E258B4: hue angle of 320º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E258B4 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 180 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.11 |
| HSL | 320º | 0.7% | 0.62% | - |
| HSV(B) | 320º | 0.61% | 0.89% | - |
| XYZ | 43.09 | 26.44 | 46.01 | - |
| YUV | 139.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 180 | 0 | 0.61 | 0.20 | 0.11 | 320 | 0.7 | 0.62 |
| Hex | E2 | 58 | B4 | 0 | 3D | 14 | B | 140 | 46 | 3E |
| Octal | 342 | 130 | 264 | 0 | 75 | 24 | 13 | 500 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10110100 | 0 | 111101 | 10100 | 1011 | 101000000 | 1000110 | 111110 |
Color Harmonies of #E258B4
Complementary color
Monochromatic Colors of #E258B4
Black with #E258B4
Text Example
Text Example
White with #E258B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258B4; }
p { color: rgb(226,88,180); }
H1.HeaderClassName
{
color: #E258B4;
}
.AnyTagClassName
{
color: #E258B4;
}
</style>
background-color css
<style>
a { background-color: #E258B4; }
a { background-color: rgb(226,88,180); }
div.DivClassName
{
background-color: #E258B4;
}
.BgClassName
{
background-color: #E258B4;
}
</style>
border-color css
<style>
span { border-color: #E258B4; }
span { border-color: rgb(226,88,180); }
td.TdClassName
{
border-color: #E258B4;
}
.TagClassName
{
border-color: #E258B4;
}
</style>