Shades of Spicy Pink #E914B0
Tints of Spicy Pink #E914B0
RGB
CMYK
RGB Variations
Color information
#E914B0 (or 0xE914B0) is known color: Spicy Pink. HEX triplet: E9, 14 and B0. RGB value is (233,20,176). Sum of RGB (Red+Green+Blue) = 233+20+176=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E914B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914B0 is #16EB4F. Grayscale: #656565. Windows color (decimal): -1502032 or 11539689. OLE color: 11539689.
HSL color Cylindrical-coordinate representation of color #E914B0: hue angle of 316.06º degrees, saturation: 0.84, 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 #E914B0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 176 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.09 |
| HSL | 316.06º | 0.84% | 0.5% | - |
| HSV(B) | 316.06º | 0.91% | 0.91% | - |
| XYZ | 41.69 | 20.96 | 42.92 | - |
| YUV | 101.47 | 170.07 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 176 | 0 | 0.91 | 0.24 | 0.09 | 316.06 | 0.84 | 0.5 |
| Hex | E9 | 14 | B0 | 0 | 5B | 18 | 9 | 13C | 54 | 32 |
| Octal | 351 | 24 | 260 | 0 | 133 | 30 | 11 | 474 | 124 | 62 |
| Binary | 11101001 | 10100 | 10110000 | 0 | 1011011 | 11000 | 1001 | 100111100 | 1010100 | 110010 |
Color Harmonies of #E914B0
Complementary color
Monochromatic Colors of #E914B0
Black with #E914B0
Text Example
Text Example
White with #E914B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914B0; }
p { color: rgb(233,20,176); }
H1.HeaderClassName
{
color: #E914B0;
}
.AnyTagClassName
{
color: #E914B0;
}
</style>
background-color css
<style>
a { background-color: #E914B0; }
a { background-color: rgb(233,20,176); }
div.DivClassName
{
background-color: #E914B0;
}
.BgClassName
{
background-color: #E914B0;
}
</style>
border-color css
<style>
span { border-color: #E914B0; }
span { border-color: rgb(233,20,176); }
td.TdClassName
{
border-color: #E914B0;
}
.TagClassName
{
border-color: #E914B0;
}
</style>