Shades of Hot Pink #E65FAC
Tints of Hot Pink #E65FAC
RGB
CMYK
RGB Variations
Color information
#E65FAC (or 0xE65FAC) is known color: Hot Pink. HEX triplet: E6, 5F and AC. RGB value is (230,95,172). Sum of RGB (Red+Green+Blue) = 230+95+172=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FAC is #19A053. Grayscale: #8F8F8F. Windows color (decimal): -1679444 or 11296742. OLE color: 11296742.
HSL color Cylindrical-coordinate representation of color #E65FAC: hue angle of 325.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FAC is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 172 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.10 |
| HSL | 325.78º | 0.73% | 0.64% | - |
| HSV(B) | 325.78º | 0.59% | 0.9% | - |
| XYZ | 44.17 | 27.99 | 42.1 | - |
| YUV | 144.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 172 | 0 | 0.59 | 0.25 | 0.10 | 325.78 | 0.73 | 0.64 |
| Hex | E6 | 5F | AC | 0 | 3B | 19 | A | 146 | 49 | 40 |
| Octal | 346 | 137 | 254 | 0 | 73 | 31 | 12 | 506 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10101100 | 0 | 111011 | 11001 | 1010 | 101000110 | 1001001 | 1000000 |
Color Harmonies of #E65FAC
Complementary color
Monochromatic Colors of #E65FAC
Black with #E65FAC
Text Example
Text Example
White with #E65FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FAC; }
p { color: rgb(230,95,172); }
H1.HeaderClassName
{
color: #E65FAC;
}
.AnyTagClassName
{
color: #E65FAC;
}
</style>
background-color css
<style>
a { background-color: #E65FAC; }
a { background-color: rgb(230,95,172); }
div.DivClassName
{
background-color: #E65FAC;
}
.BgClassName
{
background-color: #E65FAC;
}
</style>
border-color css
<style>
span { border-color: #E65FAC; }
span { border-color: rgb(230,95,172); }
td.TdClassName
{
border-color: #E65FAC;
}
.TagClassName
{
border-color: #E65FAC;
}
</style>