Shades of Hot Pink #E95CBC
Tints of Hot Pink #E95CBC
RGB
CMYK
RGB Variations
Color information
#E95CBC (or 0xE95CBC) is known color: Hot Pink. HEX triplet: E9, 5C and BC. RGB value is (233,92,188). Sum of RGB (Red+Green+Blue) = 233+92+188=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CBC is #16A343. Grayscale: #909090. Windows color (decimal): -1483588 or 12344553. OLE color: 12344553.
HSL color Cylindrical-coordinate representation of color #E95CBC: hue angle of 319.15º 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 #E95CBC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 188 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.09 |
| HSL | 319.15º | 0.76% | 0.64% | - |
| HSV(B) | 319.15º | 0.61% | 0.91% | - |
| XYZ | 46.51 | 28.61 | 50.65 | - |
| YUV | 145.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 188 | 0 | 0.61 | 0.19 | 0.09 | 319.15 | 0.76 | 0.64 |
| Hex | E9 | 5C | BC | 0 | 3D | 13 | 9 | 13F | 4C | 40 |
| Octal | 351 | 134 | 274 | 0 | 75 | 23 | 11 | 477 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10111100 | 0 | 111101 | 10011 | 1001 | 100111111 | 1001100 | 1000000 |
Color Harmonies of #E95CBC
Complementary color
Monochromatic Colors of #E95CBC
Black with #E95CBC
Text Example
Text Example
White with #E95CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CBC; }
p { color: rgb(233,92,188); }
H1.HeaderClassName
{
color: #E95CBC;
}
.AnyTagClassName
{
color: #E95CBC;
}
</style>
background-color css
<style>
a { background-color: #E95CBC; }
a { background-color: rgb(233,92,188); }
div.DivClassName
{
background-color: #E95CBC;
}
.BgClassName
{
background-color: #E95CBC;
}
</style>
border-color css
<style>
span { border-color: #E95CBC; }
span { border-color: rgb(233,92,188); }
td.TdClassName
{
border-color: #E95CBC;
}
.TagClassName
{
border-color: #E95CBC;
}
</style>