Shades of Spicy Pink #E915B0
Tints of Spicy Pink #E915B0
RGB
CMYK
RGB Variations
Color information
#E915B0 (or 0xE915B0) is known color: Spicy Pink. HEX triplet: E9, 15 and B0. RGB value is (233,21,176). Sum of RGB (Red+Green+Blue) = 233+21+176=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E915B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E915B0 is #16EA4F. Grayscale: #656565. Windows color (decimal): -1501776 or 11539945. OLE color: 11539945.
HSL color Cylindrical-coordinate representation of color #E915B0: hue angle of 316.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915B0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 176 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.09 |
| HSL | 316.13º | 0.83% | 0.5% | - |
| HSV(B) | 316.13º | 0.91% | 0.91% | - |
| XYZ | 41.71 | 20.99 | 42.93 | - |
| YUV | 102.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 176 | 0 | 0.91 | 0.24 | 0.09 | 316.13 | 0.83 | 0.5 |
| Hex | E9 | 15 | B0 | 0 | 5B | 18 | 9 | 13C | 53 | 32 |
| Octal | 351 | 25 | 260 | 0 | 133 | 30 | 11 | 474 | 123 | 62 |
| Binary | 11101001 | 10101 | 10110000 | 0 | 1011011 | 11000 | 1001 | 100111100 | 1010011 | 110010 |
Color Harmonies of #E915B0
Complementary color
Monochromatic Colors of #E915B0
Black with #E915B0
Text Example
Text Example
White with #E915B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915B0; }
p { color: rgb(233,21,176); }
H1.HeaderClassName
{
color: #E915B0;
}
.AnyTagClassName
{
color: #E915B0;
}
</style>
background-color css
<style>
a { background-color: #E915B0; }
a { background-color: rgb(233,21,176); }
div.DivClassName
{
background-color: #E915B0;
}
.BgClassName
{
background-color: #E915B0;
}
</style>
border-color css
<style>
span { border-color: #E915B0; }
span { border-color: rgb(233,21,176); }
td.TdClassName
{
border-color: #E915B0;
}
.TagClassName
{
border-color: #E915B0;
}
</style>