Shades of Hot Pink #E75ABC
Tints of Hot Pink #E75ABC
RGB
CMYK
RGB Variations
Color information
#E75ABC (or 0xE75ABC) is known color: Hot Pink. HEX triplet: E7, 5A and BC. RGB value is (231,90,188). Sum of RGB (Red+Green+Blue) = 231+90+188=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ABC is #18A543. Grayscale: #8F8F8F. Windows color (decimal): -1615172 or 12344039. OLE color: 12344039.
HSL color Cylindrical-coordinate representation of color #E75ABC: hue angle of 318.3º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ABC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 188 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.09 |
| HSL | 318.3º | 0.75% | 0.63% | - |
| HSV(B) | 318.3º | 0.61% | 0.91% | - |
| XYZ | 45.69 | 27.93 | 50.56 | - |
| YUV | 143.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 188 | 0 | 0.61 | 0.19 | 0.09 | 318.3 | 0.75 | 0.63 |
| Hex | E7 | 5A | BC | 0 | 3D | 13 | 9 | 13E | 4B | 3F |
| Octal | 347 | 132 | 274 | 0 | 75 | 23 | 11 | 476 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10111100 | 0 | 111101 | 10011 | 1001 | 100111110 | 1001011 | 111111 |
Color Harmonies of #E75ABC
Complementary color
Monochromatic Colors of #E75ABC
Black with #E75ABC
Text Example
Text Example
White with #E75ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75ABC; }
p { color: rgb(231,90,188); }
H1.HeaderClassName
{
color: #E75ABC;
}
.AnyTagClassName
{
color: #E75ABC;
}
</style>
background-color css
<style>
a { background-color: #E75ABC; }
a { background-color: rgb(231,90,188); }
div.DivClassName
{
background-color: #E75ABC;
}
.BgClassName
{
background-color: #E75ABC;
}
</style>
border-color css
<style>
span { border-color: #E75ABC; }
span { border-color: rgb(231,90,188); }
td.TdClassName
{
border-color: #E75ABC;
}
.TagClassName
{
border-color: #E75ABC;
}
</style>