Shades of Hot Pink #E75CB8
Tints of Hot Pink #E75CB8
RGB
CMYK
RGB Variations
Color information
#E75CB8 (or 0xE75CB8) is known color: Hot Pink. HEX triplet: E7, 5C and B8. RGB value is (231,92,184). Sum of RGB (Red+Green+Blue) = 231+92+184=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CB8 is #18A347. Grayscale: #8F8F8F. Windows color (decimal): -1614664 or 12082407. OLE color: 12082407.
HSL color Cylindrical-coordinate representation of color #E75CB8: hue angle of 320.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CB8 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 184 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.09 |
| HSL | 320.29º | 0.74% | 0.63% | - |
| HSV(B) | 320.29º | 0.6% | 0.91% | - |
| XYZ | 45.43 | 28.1 | 48.38 | - |
| YUV | 144.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 184 | 0 | 0.60 | 0.20 | 0.09 | 320.29 | 0.74 | 0.63 |
| Hex | E7 | 5C | B8 | 0 | 3C | 14 | 9 | 140 | 4A | 3F |
| Octal | 347 | 134 | 270 | 0 | 74 | 24 | 11 | 500 | 112 | 77 |
| Binary | 11100111 | 1011100 | 10111000 | 0 | 111100 | 10100 | 1001 | 101000000 | 1001010 | 111111 |
Color Harmonies of #E75CB8
Complementary color
Monochromatic Colors of #E75CB8
Black with #E75CB8
Text Example
Text Example
White with #E75CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CB8; }
p { color: rgb(231,92,184); }
H1.HeaderClassName
{
color: #E75CB8;
}
.AnyTagClassName
{
color: #E75CB8;
}
</style>
background-color css
<style>
a { background-color: #E75CB8; }
a { background-color: rgb(231,92,184); }
div.DivClassName
{
background-color: #E75CB8;
}
.BgClassName
{
background-color: #E75CB8;
}
</style>
border-color css
<style>
span { border-color: #E75CB8; }
span { border-color: rgb(231,92,184); }
td.TdClassName
{
border-color: #E75CB8;
}
.TagClassName
{
border-color: #E75CB8;
}
</style>