Shades of Spicy Pink #E42CB4
Tints of Spicy Pink #E42CB4
RGB
CMYK
RGB Variations
Color information
#E42CB4 (or 0xE42CB4) is known color: Spicy Pink. HEX triplet: E4, 2C and B4. RGB value is (228,44,180). Sum of RGB (Red+Green+Blue) = 228+44+180=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E42CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E42CB4 is #1BD34B. Grayscale: #727272. Windows color (decimal): -1823564 or 11807972. OLE color: 11807972.
HSL color Cylindrical-coordinate representation of color #E42CB4: hue angle of 315.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42CB4 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 180 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.11 |
| HSL | 315.65º | 0.77% | 0.53% | - |
| HSV(B) | 315.65º | 0.81% | 0.89% | - |
| XYZ | 41.13 | 21.59 | 45.18 | - |
| YUV | 114.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 180 | 0 | 0.81 | 0.21 | 0.11 | 315.65 | 0.77 | 0.53 |
| Hex | E4 | 2C | B4 | 0 | 51 | 15 | B | 13C | 4D | 35 |
| Octal | 344 | 54 | 264 | 0 | 121 | 25 | 13 | 474 | 115 | 65 |
| Binary | 11100100 | 101100 | 10110100 | 0 | 1010001 | 10101 | 1011 | 100111100 | 1001101 | 110101 |
Color Harmonies of #E42CB4
Complementary color
Monochromatic Colors of #E42CB4
Black with #E42CB4
Text Example
Text Example
White with #E42CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CB4; }
p { color: rgb(228,44,180); }
H1.HeaderClassName
{
color: #E42CB4;
}
.AnyTagClassName
{
color: #E42CB4;
}
</style>
background-color css
<style>
a { background-color: #E42CB4; }
a { background-color: rgb(228,44,180); }
div.DivClassName
{
background-color: #E42CB4;
}
.BgClassName
{
background-color: #E42CB4;
}
</style>
border-color css
<style>
span { border-color: #E42CB4; }
span { border-color: rgb(228,44,180); }
td.TdClassName
{
border-color: #E42CB4;
}
.TagClassName
{
border-color: #E42CB4;
}
</style>