Shades of Hot Pink #E755B5
Tints of Hot Pink #E755B5
RGB
CMYK
RGB Variations
Color information
#E755B5 (or 0xE755B5) is known color: Hot Pink. HEX triplet: E7, 55 and B5. RGB value is (231,85,181). Sum of RGB (Red+Green+Blue) = 231+85+181=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755B5 is #18AA4A. Grayscale: #8B8B8B. Windows color (decimal): -1616459 or 11884007. OLE color: 11884007.
HSL color Cylindrical-coordinate representation of color #E755B5: hue angle of 320.55º 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 #E755B5 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 181 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.09 |
| HSL | 320.55º | 0.75% | 0.62% | - |
| HSV(B) | 320.55º | 0.63% | 0.91% | - |
| XYZ | 44.54 | 26.82 | 46.55 | - |
| YUV | 139.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 181 | 0 | 0.63 | 0.22 | 0.09 | 320.55 | 0.75 | 0.62 |
| Hex | E7 | 55 | B5 | 0 | 3F | 16 | 9 | 141 | 4B | 3E |
| Octal | 347 | 125 | 265 | 0 | 77 | 26 | 11 | 501 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10110101 | 0 | 111111 | 10110 | 1001 | 101000001 | 1001011 | 111110 |
Color Harmonies of #E755B5
Complementary color
Monochromatic Colors of #E755B5
Black with #E755B5
Text Example
Text Example
White with #E755B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755B5; }
p { color: rgb(231,85,181); }
H1.HeaderClassName
{
color: #E755B5;
}
.AnyTagClassName
{
color: #E755B5;
}
</style>
background-color css
<style>
a { background-color: #E755B5; }
a { background-color: rgb(231,85,181); }
div.DivClassName
{
background-color: #E755B5;
}
.BgClassName
{
background-color: #E755B5;
}
</style>
border-color css
<style>
span { border-color: #E755B5; }
span { border-color: rgb(231,85,181); }
td.TdClassName
{
border-color: #E755B5;
}
.TagClassName
{
border-color: #E755B5;
}
</style>