Shades of Hot Pink #E75EAC
Tints of Hot Pink #E75EAC
RGB
CMYK
RGB Variations
Color information
#E75EAC (or 0xE75EAC) is known color: Hot Pink. HEX triplet: E7, 5E and AC. RGB value is (231,94,172). Sum of RGB (Red+Green+Blue) = 231+94+172=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75EAC is #18A153. Grayscale: #8F8F8F. Windows color (decimal): -1614164 or 11296487. OLE color: 11296487.
HSL color Cylindrical-coordinate representation of color #E75EAC: hue angle of 325.84º 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 #E75EAC is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 172 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.09 |
| HSL | 325.84º | 0.74% | 0.64% | - |
| HSV(B) | 325.84º | 0.59% | 0.91% | - |
| XYZ | 44.4 | 27.97 | 42.09 | - |
| YUV | 143.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 172 | 0 | 0.59 | 0.26 | 0.09 | 325.84 | 0.74 | 0.64 |
| Hex | E7 | 5E | AC | 0 | 3B | 1A | 9 | 146 | 4A | 40 |
| Octal | 347 | 136 | 254 | 0 | 73 | 32 | 11 | 506 | 112 | 100 |
| Binary | 11100111 | 1011110 | 10101100 | 0 | 111011 | 11010 | 1001 | 101000110 | 1001010 | 1000000 |
Color Harmonies of #E75EAC
Complementary color
Monochromatic Colors of #E75EAC
Black with #E75EAC
Text Example
Text Example
White with #E75EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75EAC; }
p { color: rgb(231,94,172); }
H1.HeaderClassName
{
color: #E75EAC;
}
.AnyTagClassName
{
color: #E75EAC;
}
</style>
background-color css
<style>
a { background-color: #E75EAC; }
a { background-color: rgb(231,94,172); }
div.DivClassName
{
background-color: #E75EAC;
}
.BgClassName
{
background-color: #E75EAC;
}
</style>
border-color css
<style>
span { border-color: #E75EAC; }
span { border-color: rgb(231,94,172); }
td.TdClassName
{
border-color: #E75EAC;
}
.TagClassName
{
border-color: #E75EAC;
}
</style>