Shades of Spicy Pink #E419B1
Tints of Spicy Pink #E419B1
RGB
CMYK
RGB Variations
Color information
#E419B1 (or 0xE419B1) is known color: Spicy Pink. HEX triplet: E4, 19 and B1. RGB value is (228,25,177). Sum of RGB (Red+Green+Blue) = 228+25+177=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E419B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E419B1 is #1BE64E. Grayscale: #666666. Windows color (decimal): -1828431 or 11606500. OLE color: 11606500.
HSL color Cylindrical-coordinate representation of color #E419B1: hue angle of 315.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419B1 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 177 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.11 |
| HSL | 315.07º | 0.8% | 0.5% | - |
| HSV(B) | 315.07º | 0.89% | 0.89% | - |
| XYZ | 40.28 | 20.36 | 43.4 | - |
| YUV | 103.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 177 | 0 | 0.89 | 0.22 | 0.11 | 315.07 | 0.8 | 0.5 |
| Hex | E4 | 19 | B1 | 0 | 59 | 16 | B | 13B | 50 | 32 |
| Octal | 344 | 31 | 261 | 0 | 131 | 26 | 13 | 473 | 120 | 62 |
| Binary | 11100100 | 11001 | 10110001 | 0 | 1011001 | 10110 | 1011 | 100111011 | 1010000 | 110010 |
Color Harmonies of #E419B1
Complementary color
Monochromatic Colors of #E419B1
Black with #E419B1
Text Example
Text Example
White with #E419B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419B1; }
p { color: rgb(228,25,177); }
H1.HeaderClassName
{
color: #E419B1;
}
.AnyTagClassName
{
color: #E419B1;
}
</style>
background-color css
<style>
a { background-color: #E419B1; }
a { background-color: rgb(228,25,177); }
div.DivClassName
{
background-color: #E419B1;
}
.BgClassName
{
background-color: #E419B1;
}
</style>
border-color css
<style>
span { border-color: #E419B1; }
span { border-color: rgb(228,25,177); }
td.TdClassName
{
border-color: #E419B1;
}
.TagClassName
{
border-color: #E419B1;
}
</style>