Shades of Hot Pink #E95CB7
Tints of Hot Pink #E95CB7
RGB
CMYK
RGB Variations
Color information
#E95CB7 (or 0xE95CB7) is known color: Hot Pink. HEX triplet: E9, 5C and B7. RGB value is (233,92,183). Sum of RGB (Red+Green+Blue) = 233+92+183=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CB7 is #16A348. Grayscale: #909090. Windows color (decimal): -1483593 or 12016873. OLE color: 12016873.
HSL color Cylindrical-coordinate representation of color #E95CB7: hue angle of 321.28º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95CB7 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 183 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.09 |
| HSL | 321.28º | 0.76% | 0.64% | - |
| HSV(B) | 321.28º | 0.61% | 0.91% | - |
| XYZ | 45.98 | 28.4 | 47.86 | - |
| YUV | 144.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 183 | 0 | 0.61 | 0.21 | 0.09 | 321.28 | 0.76 | 0.64 |
| Hex | E9 | 5C | B7 | 0 | 3D | 15 | 9 | 141 | 4C | 40 |
| Octal | 351 | 134 | 267 | 0 | 75 | 25 | 11 | 501 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10110111 | 0 | 111101 | 10101 | 1001 | 101000001 | 1001100 | 1000000 |
Color Harmonies of #E95CB7
Complementary color
Monochromatic Colors of #E95CB7
Black with #E95CB7
Text Example
Text Example
White with #E95CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CB7; }
p { color: rgb(233,92,183); }
H1.HeaderClassName
{
color: #E95CB7;
}
.AnyTagClassName
{
color: #E95CB7;
}
</style>
background-color css
<style>
a { background-color: #E95CB7; }
a { background-color: rgb(233,92,183); }
div.DivClassName
{
background-color: #E95CB7;
}
.BgClassName
{
background-color: #E95CB7;
}
</style>
border-color css
<style>
span { border-color: #E95CB7; }
span { border-color: rgb(233,92,183); }
td.TdClassName
{
border-color: #E95CB7;
}
.TagClassName
{
border-color: #E95CB7;
}
</style>