Shades of Hot Pink #E958B2
Tints of Hot Pink #E958B2
RGB
CMYK
RGB Variations
Color information
#E958B2 (or 0xE958B2) is known color: Hot Pink. HEX triplet: E9, 58 and B2. RGB value is (233,88,178). Sum of RGB (Red+Green+Blue) = 233+88+178=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E958B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E958B2 is #16A74D. Grayscale: #8D8D8D. Windows color (decimal): -1484622 or 11688169. OLE color: 11688169.
HSL color Cylindrical-coordinate representation of color #E958B2: hue angle of 322.76º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958B2 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 178 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.09 |
| HSL | 322.76º | 0.77% | 0.63% | - |
| HSV(B) | 322.76º | 0.62% | 0.91% | - |
| XYZ | 45.13 | 27.52 | 45.05 | - |
| YUV | 141.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 178 | 0 | 0.62 | 0.24 | 0.09 | 322.76 | 0.77 | 0.63 |
| Hex | E9 | 58 | B2 | 0 | 3E | 18 | 9 | 143 | 4D | 3F |
| Octal | 351 | 130 | 262 | 0 | 76 | 30 | 11 | 503 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10110010 | 0 | 111110 | 11000 | 1001 | 101000011 | 1001101 | 111111 |
Color Harmonies of #E958B2
Complementary color
Monochromatic Colors of #E958B2
Black with #E958B2
Text Example
Text Example
White with #E958B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958B2; }
p { color: rgb(233,88,178); }
H1.HeaderClassName
{
color: #E958B2;
}
.AnyTagClassName
{
color: #E958B2;
}
</style>
background-color css
<style>
a { background-color: #E958B2; }
a { background-color: rgb(233,88,178); }
div.DivClassName
{
background-color: #E958B2;
}
.BgClassName
{
background-color: #E958B2;
}
</style>
border-color css
<style>
span { border-color: #E958B2; }
span { border-color: rgb(233,88,178); }
td.TdClassName
{
border-color: #E958B2;
}
.TagClassName
{
border-color: #E958B2;
}
</style>