Shades of Hot Pink #E755B7
Tints of Hot Pink #E755B7
RGB
CMYK
RGB Variations
Color information
#E755B7 (or 0xE755B7) is known color: Hot Pink. HEX triplet: E7, 55 and B7. RGB value is (231,85,183). Sum of RGB (Red+Green+Blue) = 231+85+183=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755B7 is #18AA48. Grayscale: #8B8B8B. Windows color (decimal): -1616457 or 12015079. OLE color: 12015079.
HSL color Cylindrical-coordinate representation of color #E755B7: hue angle of 319.73º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755B7 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 183 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.09 |
| HSL | 319.73º | 0.75% | 0.62% | - |
| HSV(B) | 319.73º | 0.63% | 0.91% | - |
| XYZ | 44.75 | 26.9 | 47.63 | - |
| YUV | 139.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 183 | 0 | 0.63 | 0.21 | 0.09 | 319.73 | 0.75 | 0.62 |
| Hex | E7 | 55 | B7 | 0 | 3F | 15 | 9 | 140 | 4B | 3E |
| Octal | 347 | 125 | 267 | 0 | 77 | 25 | 11 | 500 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10110111 | 0 | 111111 | 10101 | 1001 | 101000000 | 1001011 | 111110 |
Color Harmonies of #E755B7
Complementary color
Monochromatic Colors of #E755B7
Black with #E755B7
Text Example
Text Example
White with #E755B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755B7; }
p { color: rgb(231,85,183); }
H1.HeaderClassName
{
color: #E755B7;
}
.AnyTagClassName
{
color: #E755B7;
}
</style>
background-color css
<style>
a { background-color: #E755B7; }
a { background-color: rgb(231,85,183); }
div.DivClassName
{
background-color: #E755B7;
}
.BgClassName
{
background-color: #E755B7;
}
</style>
border-color css
<style>
span { border-color: #E755B7; }
span { border-color: rgb(231,85,183); }
td.TdClassName
{
border-color: #E755B7;
}
.TagClassName
{
border-color: #E755B7;
}
</style>