Shades of Hot Pink #E258B2
Tints of Hot Pink #E258B2
RGB
CMYK
RGB Variations
Color information
#E258B2 (or 0xE258B2) is known color: Hot Pink. HEX triplet: E2, 58 and B2. RGB value is (226,88,178). Sum of RGB (Red+Green+Blue) = 226+88+178=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E258B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258B2 is #1DA74D. Grayscale: #8B8B8B. Windows color (decimal): -1943374 or 11688162. OLE color: 11688162.
HSL color Cylindrical-coordinate representation of color #E258B2: hue angle of 320.87º 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 #E258B2 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 178 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.11 |
| HSL | 320.87º | 0.7% | 0.62% | - |
| HSV(B) | 320.87º | 0.61% | 0.89% | - |
| XYZ | 42.89 | 26.36 | 44.95 | - |
| YUV | 139.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 178 | 0 | 0.61 | 0.21 | 0.11 | 320.87 | 0.7 | 0.62 |
| Hex | E2 | 58 | B2 | 0 | 3D | 15 | B | 141 | 46 | 3E |
| Octal | 342 | 130 | 262 | 0 | 75 | 25 | 13 | 501 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10110010 | 0 | 111101 | 10101 | 1011 | 101000001 | 1000110 | 111110 |
Color Harmonies of #E258B2
Complementary color
Monochromatic Colors of #E258B2
Black with #E258B2
Text Example
Text Example
White with #E258B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258B2; }
p { color: rgb(226,88,178); }
H1.HeaderClassName
{
color: #E258B2;
}
.AnyTagClassName
{
color: #E258B2;
}
</style>
background-color css
<style>
a { background-color: #E258B2; }
a { background-color: rgb(226,88,178); }
div.DivClassName
{
background-color: #E258B2;
}
.BgClassName
{
background-color: #E258B2;
}
</style>
border-color css
<style>
span { border-color: #E258B2; }
span { border-color: rgb(226,88,178); }
td.TdClassName
{
border-color: #E258B2;
}
.TagClassName
{
border-color: #E258B2;
}
</style>