Shades of Spicy Pink #E424AB
Tints of Spicy Pink #E424AB
RGB
CMYK
RGB Variations
Color information
#E424AB (or 0xE424AB) is known color: Spicy Pink. HEX triplet: E4, 24 and AB. RGB value is (228,36,171). Sum of RGB (Red+Green+Blue) = 228+36+171=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E424AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E424AB is #1BDB54. Grayscale: #6C6C6C. Windows color (decimal): -1825621 or 11216100. OLE color: 11216100.
HSL color Cylindrical-coordinate representation of color #E424AB: hue angle of 317.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424AB is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 171 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.11 |
| HSL | 317.81º | 0.78% | 0.52% | - |
| HSV(B) | 317.81º | 0.84% | 0.89% | - |
| XYZ | 39.98 | 20.7 | 40.42 | - |
| YUV | 108.8 | 163.11 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 171 | 0 | 0.84 | 0.25 | 0.11 | 317.81 | 0.78 | 0.52 |
| Hex | E4 | 24 | AB | 0 | 54 | 19 | B | 13E | 4E | 34 |
| Octal | 344 | 44 | 253 | 0 | 124 | 31 | 13 | 476 | 116 | 64 |
| Binary | 11100100 | 100100 | 10101011 | 0 | 1010100 | 11001 | 1011 | 100111110 | 1001110 | 110100 |
Color Harmonies of #E424AB
Complementary color
Monochromatic Colors of #E424AB
Black with #E424AB
Text Example
Text Example
White with #E424AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424AB; }
p { color: rgb(228,36,171); }
H1.HeaderClassName
{
color: #E424AB;
}
.AnyTagClassName
{
color: #E424AB;
}
</style>
background-color css
<style>
a { background-color: #E424AB; }
a { background-color: rgb(228,36,171); }
div.DivClassName
{
background-color: #E424AB;
}
.BgClassName
{
background-color: #E424AB;
}
</style>
border-color css
<style>
span { border-color: #E424AB; }
span { border-color: rgb(228,36,171); }
td.TdClassName
{
border-color: #E424AB;
}
.TagClassName
{
border-color: #E424AB;
}
</style>