Shades of Shocking Pink #E804BC
Tints of Shocking Pink #E804BC
RGB
CMYK
RGB Variations
Color information
#E804BC (or 0xE804BC) is known color: Shocking Pink. HEX triplet: E8, 04 and BC. RGB value is (232,4,188). Sum of RGB (Red+Green+Blue) = 232+4+188=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E804BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804BC is #17FB43. Grayscale: #5C5C5C. Windows color (decimal): -1571652 or 12322024. OLE color: 12322024.
HSL color Cylindrical-coordinate representation of color #E804BC: hue angle of 311.58º 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 #E804BC is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.09 |
| HSL | 311.58º | 0.97% | 0.46% | - |
| HSV(B) | 311.58º | 0.98% | 0.91% | - |
| XYZ | 42.4 | 20.87 | 49.37 | - |
| YUV | 93.15 | 181.54 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 188 | 0 | 0.98 | 0.19 | 0.09 | 311.58 | 0.97 | 0.46 |
| Hex | E8 | 4 | BC | 0 | 62 | 13 | 9 | 138 | 61 | 2E |
| Octal | 350 | 4 | 274 | 0 | 142 | 23 | 11 | 470 | 141 | 56 |
| Binary | 11101000 | 100 | 10111100 | 0 | 1100010 | 10011 | 1001 | 100111000 | 1100001 | 101110 |
Color Harmonies of #E804BC
Complementary color
Monochromatic Colors of #E804BC
Black with #E804BC
Text Example
Text Example
White with #E804BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804BC; }
p { color: rgb(232,4,188); }
H1.HeaderClassName
{
color: #E804BC;
}
.AnyTagClassName
{
color: #E804BC;
}
</style>
background-color css
<style>
a { background-color: #E804BC; }
a { background-color: rgb(232,4,188); }
div.DivClassName
{
background-color: #E804BC;
}
.BgClassName
{
background-color: #E804BC;
}
</style>
border-color css
<style>
span { border-color: #E804BC; }
span { border-color: rgb(232,4,188); }
td.TdClassName
{
border-color: #E804BC;
}
.TagClassName
{
border-color: #E804BC;
}
</style>