Shades of Shocking Pink #E420BC
Tints of Shocking Pink #E420BC
RGB
CMYK
RGB Variations
Color information
#E420BC (or 0xE420BC) is known color: Shocking Pink. HEX triplet: E4, 20 and BC. RGB value is (228,32,188). Sum of RGB (Red+Green+Blue) = 228+32+188=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E420BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420BC is #1BDF43. Grayscale: #6B6B6B. Windows color (decimal): -1826628 or 12329188. OLE color: 12329188.
HSL color Cylindrical-coordinate representation of color #E420BC: hue angle of 312.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E420BC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 188 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.24º | 0.78% | 0.51% | - |
| HSV(B) | 312.24º | 0.86% | 0.89% | - |
| XYZ | 41.59 | 21.16 | 49.47 | - |
| YUV | 108.39 | 172.93 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 188 | 0 | 0.86 | 0.18 | 0.11 | 312.24 | 0.78 | 0.51 |
| Hex | E4 | 20 | BC | 0 | 56 | 12 | B | 138 | 4E | 33 |
| Octal | 344 | 40 | 274 | 0 | 126 | 22 | 13 | 470 | 116 | 63 |
| Binary | 11100100 | 100000 | 10111100 | 0 | 1010110 | 10010 | 1011 | 100111000 | 1001110 | 110011 |
Color Harmonies of #E420BC
Complementary color
Monochromatic Colors of #E420BC
Black with #E420BC
Text Example
Text Example
White with #E420BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420BC; }
p { color: rgb(228,32,188); }
H1.HeaderClassName
{
color: #E420BC;
}
.AnyTagClassName
{
color: #E420BC;
}
</style>
background-color css
<style>
a { background-color: #E420BC; }
a { background-color: rgb(228,32,188); }
div.DivClassName
{
background-color: #E420BC;
}
.BgClassName
{
background-color: #E420BC;
}
</style>
border-color css
<style>
span { border-color: #E420BC; }
span { border-color: rgb(228,32,188); }
td.TdClassName
{
border-color: #E420BC;
}
.TagClassName
{
border-color: #E420BC;
}
</style>