Shades of Hot Pink #E75FB0
Tints of Hot Pink #E75FB0
RGB
CMYK
RGB Variations
Color information
#E75FB0 (or 0xE75FB0) is known color: Hot Pink. HEX triplet: E7, 5F and B0. RGB value is (231,95,176). Sum of RGB (Red+Green+Blue) = 231+95+176=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FB0 is #18A04F. Grayscale: #909090. Windows color (decimal): -1613904 or 11558887. OLE color: 11558887.
HSL color Cylindrical-coordinate representation of color #E75FB0: hue angle of 324.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75FB0 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 176 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.09 |
| HSL | 324.26º | 0.74% | 0.64% | - |
| HSV(B) | 324.26º | 0.59% | 0.91% | - |
| XYZ | 44.88 | 28.31 | 44.17 | - |
| YUV | 144.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 176 | 0 | 0.59 | 0.24 | 0.09 | 324.26 | 0.74 | 0.64 |
| Hex | E7 | 5F | B0 | 0 | 3B | 18 | 9 | 144 | 4A | 40 |
| Octal | 347 | 137 | 260 | 0 | 73 | 30 | 11 | 504 | 112 | 100 |
| Binary | 11100111 | 1011111 | 10110000 | 0 | 111011 | 11000 | 1001 | 101000100 | 1001010 | 1000000 |
Color Harmonies of #E75FB0
Complementary color
Monochromatic Colors of #E75FB0
Black with #E75FB0
Text Example
Text Example
White with #E75FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75FB0; }
p { color: rgb(231,95,176); }
H1.HeaderClassName
{
color: #E75FB0;
}
.AnyTagClassName
{
color: #E75FB0;
}
</style>
background-color css
<style>
a { background-color: #E75FB0; }
a { background-color: rgb(231,95,176); }
div.DivClassName
{
background-color: #E75FB0;
}
.BgClassName
{
background-color: #E75FB0;
}
</style>
border-color css
<style>
span { border-color: #E75FB0; }
span { border-color: rgb(231,95,176); }
td.TdClassName
{
border-color: #E75FB0;
}
.TagClassName
{
border-color: #E75FB0;
}
</style>