Shades of Shocking Pink #E424C2
Tints of Shocking Pink #E424C2
RGB
CMYK
RGB Variations
Color information
#E424C2 (or 0xE424C2) is known color: Shocking Pink. HEX triplet: E4, 24 and C2. RGB value is (228,36,194). Sum of RGB (Red+Green+Blue) = 228+36+194=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E424C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424C2 is #1BDB3D. Grayscale: #6E6E6E. Windows color (decimal): -1825598 or 12723428. OLE color: 12723428.
HSL color Cylindrical-coordinate representation of color #E424C2: hue angle of 310.62º 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 #E424C2 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 194 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.11 |
| HSL | 310.63º | 0.78% | 0.52% | - |
| HSV(B) | 310.63º | 0.84% | 0.89% | - |
| XYZ | 42.36 | 21.65 | 52.99 | - |
| YUV | 111.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 194 | 0 | 0.84 | 0.15 | 0.11 | 310.63 | 0.78 | 0.52 |
| Hex | E4 | 24 | C2 | 0 | 54 | F | B | 137 | 4E | 34 |
| Octal | 344 | 44 | 302 | 0 | 124 | 17 | 13 | 467 | 116 | 64 |
| Binary | 11100100 | 100100 | 11000010 | 0 | 1010100 | 1111 | 1011 | 100110111 | 1001110 | 110100 |
Color Harmonies of #E424C2
Complementary color
Monochromatic Colors of #E424C2
Black with #E424C2
Text Example
Text Example
White with #E424C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E424C2; }
p { color: rgb(228,36,194); }
H1.HeaderClassName
{
color: #E424C2;
}
.AnyTagClassName
{
color: #E424C2;
}
</style>
background-color css
<style>
a { background-color: #E424C2; }
a { background-color: rgb(228,36,194); }
div.DivClassName
{
background-color: #E424C2;
}
.BgClassName
{
background-color: #E424C2;
}
</style>
border-color css
<style>
span { border-color: #E424C2; }
span { border-color: rgb(228,36,194); }
td.TdClassName
{
border-color: #E424C2;
}
.TagClassName
{
border-color: #E424C2;
}
</style>