Shades of Spicy Pink #E92DB5
Tints of Spicy Pink #E92DB5
RGB
CMYK
RGB Variations
Color information
#E92DB5 (or 0xE92DB5) is known color: Spicy Pink. HEX triplet: E9, 2D and B5. RGB value is (233,45,181). Sum of RGB (Red+Green+Blue) = 233+45+181=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92DB5 is #16D24A. Grayscale: #747474. Windows color (decimal): -1495627 or 11873769. OLE color: 11873769.
HSL color Cylindrical-coordinate representation of color #E92DB5: hue angle of 316.6º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92DB5 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 181 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.09 |
| HSL | 316.6º | 0.81% | 0.55% | - |
| HSV(B) | 316.6º | 0.81% | 0.91% | - |
| XYZ | 42.88 | 22.54 | 45.81 | - |
| YUV | 116.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 181 | 0 | 0.81 | 0.22 | 0.09 | 316.6 | 0.81 | 0.55 |
| Hex | E9 | 2D | B5 | 0 | 51 | 16 | 9 | 13D | 51 | 37 |
| Octal | 351 | 55 | 265 | 0 | 121 | 26 | 11 | 475 | 121 | 67 |
| Binary | 11101001 | 101101 | 10110101 | 0 | 1010001 | 10110 | 1001 | 100111101 | 1010001 | 110111 |
Color Harmonies of #E92DB5
Complementary color
Monochromatic Colors of #E92DB5
Black with #E92DB5
Text Example
Text Example
White with #E92DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DB5; }
p { color: rgb(233,45,181); }
H1.HeaderClassName
{
color: #E92DB5;
}
.AnyTagClassName
{
color: #E92DB5;
}
</style>
background-color css
<style>
a { background-color: #E92DB5; }
a { background-color: rgb(233,45,181); }
div.DivClassName
{
background-color: #E92DB5;
}
.BgClassName
{
background-color: #E92DB5;
}
</style>
border-color css
<style>
span { border-color: #E92DB5; }
span { border-color: rgb(233,45,181); }
td.TdClassName
{
border-color: #E92DB5;
}
.TagClassName
{
border-color: #E92DB5;
}
</style>