Shades of Hot Pink #E758B9
Tints of Hot Pink #E758B9
RGB
CMYK
RGB Variations
Color information
#E758B9 (or 0xE758B9) is known color: Hot Pink. HEX triplet: E7, 58 and B9. RGB value is (231,88,185). Sum of RGB (Red+Green+Blue) = 231+88+185=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E758B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758B9 is #18A746. Grayscale: #8D8D8D. Windows color (decimal): -1615687 or 12146919. OLE color: 12146919.
HSL color Cylindrical-coordinate representation of color #E758B9: hue angle of 319.3º degrees, saturation: 0.75, 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 #E758B9 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 185 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.09 |
| HSL | 319.3º | 0.75% | 0.63% | - |
| HSV(B) | 319.3º | 0.62% | 0.91% | - |
| XYZ | 45.2 | 27.47 | 48.82 | - |
| YUV | 141.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 185 | 0 | 0.62 | 0.20 | 0.09 | 319.3 | 0.75 | 0.63 |
| Hex | E7 | 58 | B9 | 0 | 3E | 14 | 9 | 13F | 4B | 3F |
| Octal | 347 | 130 | 271 | 0 | 76 | 24 | 11 | 477 | 113 | 77 |
| Binary | 11100111 | 1011000 | 10111001 | 0 | 111110 | 10100 | 1001 | 100111111 | 1001011 | 111111 |
Color Harmonies of #E758B9
Complementary color
Monochromatic Colors of #E758B9
Black with #E758B9
Text Example
Text Example
White with #E758B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758B9; }
p { color: rgb(231,88,185); }
H1.HeaderClassName
{
color: #E758B9;
}
.AnyTagClassName
{
color: #E758B9;
}
</style>
background-color css
<style>
a { background-color: #E758B9; }
a { background-color: rgb(231,88,185); }
div.DivClassName
{
background-color: #E758B9;
}
.BgClassName
{
background-color: #E758B9;
}
</style>
border-color css
<style>
span { border-color: #E758B9; }
span { border-color: rgb(231,88,185); }
td.TdClassName
{
border-color: #E758B9;
}
.TagClassName
{
border-color: #E758B9;
}
</style>