Shades of Shocking Pink #E424C0
Tints of Shocking Pink #E424C0
RGB
CMYK
RGB Variations
Color information
#E424C0 (or 0xE424C0) is known color: Shocking Pink. HEX triplet: E4, 24 and C0. RGB value is (228,36,192). Sum of RGB (Red+Green+Blue) = 228+36+192=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E424C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424C0 is #1BDB3F. Grayscale: #6E6E6E. Windows color (decimal): -1825600 or 12592356. OLE color: 12592356.
HSL color Cylindrical-coordinate representation of color #E424C0: hue angle of 311.25º 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 #E424C0 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 192 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.11 |
| HSL | 311.25º | 0.78% | 0.52% | - |
| HSV(B) | 311.25º | 0.84% | 0.89% | - |
| XYZ | 42.14 | 21.56 | 51.81 | - |
| YUV | 111.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 192 | 0 | 0.84 | 0.16 | 0.11 | 311.25 | 0.78 | 0.52 |
| Hex | E4 | 24 | C0 | 0 | 54 | 10 | B | 137 | 4E | 34 |
| Octal | 344 | 44 | 300 | 0 | 124 | 20 | 13 | 467 | 116 | 64 |
| Binary | 11100100 | 100100 | 11000000 | 0 | 1010100 | 10000 | 1011 | 100110111 | 1001110 | 110100 |
Color Harmonies of #E424C0
Complementary color
Monochromatic Colors of #E424C0
Black with #E424C0
Text Example
Text Example
White with #E424C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424C0; }
p { color: rgb(228,36,192); }
H1.HeaderClassName
{
color: #E424C0;
}
.AnyTagClassName
{
color: #E424C0;
}
</style>
background-color css
<style>
a { background-color: #E424C0; }
a { background-color: rgb(228,36,192); }
div.DivClassName
{
background-color: #E424C0;
}
.BgClassName
{
background-color: #E424C0;
}
</style>
border-color css
<style>
span { border-color: #E424C0; }
span { border-color: rgb(228,36,192); }
td.TdClassName
{
border-color: #E424C0;
}
.TagClassName
{
border-color: #E424C0;
}
</style>