Shades of Spicy Pink #E92BAF
Tints of Spicy Pink #E92BAF
RGB
CMYK
RGB Variations
Color information
#E92BAF (or 0xE92BAF) is known color: Spicy Pink. HEX triplet: E9, 2B and AF. RGB value is (233,43,175). Sum of RGB (Red+Green+Blue) = 233+43+175=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E92BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92BAF is #16D450. Grayscale: #727272. Windows color (decimal): -1496145 or 11480041. OLE color: 11480041.
HSL color Cylindrical-coordinate representation of color #E92BAF: hue angle of 318.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92BAF is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 175 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.09 |
| HSL | 318.32º | 0.81% | 0.54% | - |
| HSV(B) | 318.32º | 0.82% | 0.91% | - |
| XYZ | 42.21 | 22.15 | 42.61 | - |
| YUV | 114.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 175 | 0 | 0.82 | 0.25 | 0.09 | 318.32 | 0.81 | 0.54 |
| Hex | E9 | 2B | AF | 0 | 52 | 19 | 9 | 13E | 51 | 36 |
| Octal | 351 | 53 | 257 | 0 | 122 | 31 | 11 | 476 | 121 | 66 |
| Binary | 11101001 | 101011 | 10101111 | 0 | 1010010 | 11001 | 1001 | 100111110 | 1010001 | 110110 |
Color Harmonies of #E92BAF
Complementary color
Monochromatic Colors of #E92BAF
Black with #E92BAF
Text Example
Text Example
White with #E92BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BAF; }
p { color: rgb(233,43,175); }
H1.HeaderClassName
{
color: #E92BAF;
}
.AnyTagClassName
{
color: #E92BAF;
}
</style>
background-color css
<style>
a { background-color: #E92BAF; }
a { background-color: rgb(233,43,175); }
div.DivClassName
{
background-color: #E92BAF;
}
.BgClassName
{
background-color: #E92BAF;
}
</style>
border-color css
<style>
span { border-color: #E92BAF; }
span { border-color: rgb(233,43,175); }
td.TdClassName
{
border-color: #E92BAF;
}
.TagClassName
{
border-color: #E92BAF;
}
</style>