Shades of Hot Pink #E955B7
Tints of Hot Pink #E955B7
RGB
CMYK
RGB Variations
Color information
#E955B7 (or 0xE955B7) is known color: Hot Pink. HEX triplet: E9, 55 and B7. RGB value is (233,85,183). Sum of RGB (Red+Green+Blue) = 233+85+183=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E955B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955B7 is #16AA48. Grayscale: #8C8C8C. Windows color (decimal): -1485385 or 12015081. OLE color: 12015081.
HSL color Cylindrical-coordinate representation of color #E955B7: hue angle of 320.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955B7 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 183 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.09 |
| HSL | 320.27º | 0.77% | 0.62% | - |
| HSV(B) | 320.27º | 0.64% | 0.91% | - |
| XYZ | 45.4 | 27.24 | 47.66 | - |
| YUV | 140.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 183 | 0 | 0.64 | 0.21 | 0.09 | 320.27 | 0.77 | 0.62 |
| Hex | E9 | 55 | B7 | 0 | 40 | 15 | 9 | 140 | 4D | 3E |
| Octal | 351 | 125 | 267 | 0 | 100 | 25 | 11 | 500 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10110111 | 0 | 1000000 | 10101 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E955B7
Complementary color
Monochromatic Colors of #E955B7
Black with #E955B7
Text Example
Text Example
White with #E955B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955B7; }
p { color: rgb(233,85,183); }
H1.HeaderClassName
{
color: #E955B7;
}
.AnyTagClassName
{
color: #E955B7;
}
</style>
background-color css
<style>
a { background-color: #E955B7; }
a { background-color: rgb(233,85,183); }
div.DivClassName
{
background-color: #E955B7;
}
.BgClassName
{
background-color: #E955B7;
}
</style>
border-color css
<style>
span { border-color: #E955B7; }
span { border-color: rgb(233,85,183); }
td.TdClassName
{
border-color: #E955B7;
}
.TagClassName
{
border-color: #E955B7;
}
</style>