Shades of Shocking Pink #E41EBC
Tints of Shocking Pink #E41EBC
RGB
CMYK
RGB Variations
Color information
#E41EBC (or 0xE41EBC) is known color: Shocking Pink. HEX triplet: E4, 1E and BC. RGB value is (228,30,188). Sum of RGB (Red+Green+Blue) = 228+30+188=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EBC is #1BE143. Grayscale: #6A6A6A. Windows color (decimal): -1827140 or 12328676. OLE color: 12328676.
HSL color Cylindrical-coordinate representation of color #E41EBC: hue angle of 312.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EBC is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 30 | 188 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.11 |
| HSL | 312.12º | 0.79% | 0.51% | - |
| HSV(B) | 312.12º | 0.87% | 0.89% | - |
| XYZ | 41.54 | 21.05 | 49.45 | - |
| YUV | 107.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 188 | 0 | 0.87 | 0.18 | 0.11 | 312.12 | 0.79 | 0.51 |
| Hex | E4 | 1E | BC | 0 | 57 | 12 | B | 138 | 4F | 33 |
| Octal | 344 | 36 | 274 | 0 | 127 | 22 | 13 | 470 | 117 | 63 |
| Binary | 11100100 | 11110 | 10111100 | 0 | 1010111 | 10010 | 1011 | 100111000 | 1001111 | 110011 |
Color Harmonies of #E41EBC
Complementary color
Monochromatic Colors of #E41EBC
Black with #E41EBC
Text Example
Text Example
White with #E41EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EBC; }
p { color: rgb(228,30,188); }
H1.HeaderClassName
{
color: #E41EBC;
}
.AnyTagClassName
{
color: #E41EBC;
}
</style>
background-color css
<style>
a { background-color: #E41EBC; }
a { background-color: rgb(228,30,188); }
div.DivClassName
{
background-color: #E41EBC;
}
.BgClassName
{
background-color: #E41EBC;
}
</style>
border-color css
<style>
span { border-color: #E41EBC; }
span { border-color: rgb(228,30,188); }
td.TdClassName
{
border-color: #E41EBC;
}
.TagClassName
{
border-color: #E41EBC;
}
</style>