Shades of Hot Pink #E95CBA
Tints of Hot Pink #E95CBA
RGB
CMYK
RGB Variations
Color information
#E95CBA (or 0xE95CBA) is known color: Hot Pink. HEX triplet: E9, 5C and BA. RGB value is (233,92,186). Sum of RGB (Red+Green+Blue) = 233+92+186=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CBA is #16A345. Grayscale: #909090. Windows color (decimal): -1483590 or 12213481. OLE color: 12213481.
HSL color Cylindrical-coordinate representation of color #E95CBA: hue angle of 320º 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 #E95CBA is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 186 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.09 |
| HSL | 320º | 0.76% | 0.64% | - |
| HSV(B) | 320º | 0.61% | 0.91% | - |
| XYZ | 46.29 | 28.52 | 49.52 | - |
| YUV | 144.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 186 | 0 | 0.61 | 0.20 | 0.09 | 320 | 0.76 | 0.64 |
| Hex | E9 | 5C | BA | 0 | 3D | 14 | 9 | 140 | 4C | 40 |
| Octal | 351 | 134 | 272 | 0 | 75 | 24 | 11 | 500 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10111010 | 0 | 111101 | 10100 | 1001 | 101000000 | 1001100 | 1000000 |
Color Harmonies of #E95CBA
Complementary color
Monochromatic Colors of #E95CBA
Black with #E95CBA
Text Example
Text Example
White with #E95CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CBA; }
p { color: rgb(233,92,186); }
H1.HeaderClassName
{
color: #E95CBA;
}
.AnyTagClassName
{
color: #E95CBA;
}
</style>
background-color css
<style>
a { background-color: #E95CBA; }
a { background-color: rgb(233,92,186); }
div.DivClassName
{
background-color: #E95CBA;
}
.BgClassName
{
background-color: #E95CBA;
}
</style>
border-color css
<style>
span { border-color: #E95CBA; }
span { border-color: rgb(233,92,186); }
td.TdClassName
{
border-color: #E95CBA;
}
.TagClassName
{
border-color: #E95CBA;
}
</style>