Shades of Shocking Pink #E804C0
Tints of Shocking Pink #E804C0
RGB
CMYK
RGB Variations
Color information
#E804C0 (or 0xE804C0) is known color: Shocking Pink. HEX triplet: E8, 04 and C0. RGB value is (232,4,192). Sum of RGB (Red+Green+Blue) = 232+4+192=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E804C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804C0 is #17FB3F. Grayscale: #5D5D5D. Windows color (decimal): -1571648 or 12584168. OLE color: 12584168.
HSL color Cylindrical-coordinate representation of color #E804C0: hue angle of 310.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804C0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.09 |
| HSL | 310.53º | 0.97% | 0.46% | - |
| HSV(B) | 310.53º | 0.98% | 0.91% | - |
| XYZ | 42.84 | 21.05 | 51.67 | - |
| YUV | 93.6 | 183.54 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 192 | 0 | 0.98 | 0.17 | 0.09 | 310.53 | 0.97 | 0.46 |
| Hex | E8 | 4 | C0 | 0 | 62 | 11 | 9 | 137 | 61 | 2E |
| Octal | 350 | 4 | 300 | 0 | 142 | 21 | 11 | 467 | 141 | 56 |
| Binary | 11101000 | 100 | 11000000 | 0 | 1100010 | 10001 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E804C0
Complementary color
Monochromatic Colors of #E804C0
Black with #E804C0
Text Example
Text Example
White with #E804C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804C0; }
p { color: rgb(232,4,192); }
H1.HeaderClassName
{
color: #E804C0;
}
.AnyTagClassName
{
color: #E804C0;
}
</style>
background-color css
<style>
a { background-color: #E804C0; }
a { background-color: rgb(232,4,192); }
div.DivClassName
{
background-color: #E804C0;
}
.BgClassName
{
background-color: #E804C0;
}
</style>
border-color css
<style>
span { border-color: #E804C0; }
span { border-color: rgb(232,4,192); }
td.TdClassName
{
border-color: #E804C0;
}
.TagClassName
{
border-color: #E804C0;
}
</style>