Shades of Hot Pink #E75FAC
Tints of Hot Pink #E75FAC
RGB
CMYK
RGB Variations
Color information
#E75FAC (or 0xE75FAC) is known color: Hot Pink. HEX triplet: E7, 5F and AC. RGB value is (231,95,172). Sum of RGB (Red+Green+Blue) = 231+95+172=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FAC is #18A053. Grayscale: #909090. Windows color (decimal): -1613908 or 11296743. OLE color: 11296743.
HSL color Cylindrical-coordinate representation of color #E75FAC: hue angle of 326.03º 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 #E75FAC is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 172 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.09 |
| HSL | 326.03º | 0.74% | 0.64% | - |
| HSV(B) | 326.03º | 0.59% | 0.91% | - |
| XYZ | 44.49 | 28.15 | 42.12 | - |
| YUV | 144.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 172 | 0 | 0.59 | 0.26 | 0.09 | 326.03 | 0.74 | 0.64 |
| Hex | E7 | 5F | AC | 0 | 3B | 1A | 9 | 146 | 4A | 40 |
| Octal | 347 | 137 | 254 | 0 | 73 | 32 | 11 | 506 | 112 | 100 |
| Binary | 11100111 | 1011111 | 10101100 | 0 | 111011 | 11010 | 1001 | 101000110 | 1001010 | 1000000 |
Color Harmonies of #E75FAC
Complementary color
Monochromatic Colors of #E75FAC
Black with #E75FAC
Text Example
Text Example
White with #E75FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75FAC; }
p { color: rgb(231,95,172); }
H1.HeaderClassName
{
color: #E75FAC;
}
.AnyTagClassName
{
color: #E75FAC;
}
</style>
background-color css
<style>
a { background-color: #E75FAC; }
a { background-color: rgb(231,95,172); }
div.DivClassName
{
background-color: #E75FAC;
}
.BgClassName
{
background-color: #E75FAC;
}
</style>
border-color css
<style>
span { border-color: #E75FAC; }
span { border-color: rgb(231,95,172); }
td.TdClassName
{
border-color: #E75FAC;
}
.TagClassName
{
border-color: #E75FAC;
}
</style>