Shades of Shocking Pink #E41EBB
Tints of Shocking Pink #E41EBB
RGB
CMYK
RGB Variations
Color information
#E41EBB (or 0xE41EBB) is known color: Shocking Pink. HEX triplet: E4, 1E and BB. RGB value is (228,30,187). Sum of RGB (Red+Green+Blue) = 228+30+187=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EBB is #1BE144. Grayscale: #6A6A6A. Windows color (decimal): -1827141 or 12263140. OLE color: 12263140.
HSL color Cylindrical-coordinate representation of color #E41EBB: hue angle of 312.42º 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 #E41EBB is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 30 | 187 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.11 |
| HSL | 312.42º | 0.79% | 0.51% | - |
| HSV(B) | 312.42º | 0.87% | 0.89% | - |
| XYZ | 41.43 | 21.01 | 48.89 | - |
| YUV | 107.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 187 | 0 | 0.87 | 0.18 | 0.11 | 312.42 | 0.79 | 0.51 |
| Hex | E4 | 1E | BB | 0 | 57 | 12 | B | 138 | 4F | 33 |
| Octal | 344 | 36 | 273 | 0 | 127 | 22 | 13 | 470 | 117 | 63 |
| Binary | 11100100 | 11110 | 10111011 | 0 | 1010111 | 10010 | 1011 | 100111000 | 1001111 | 110011 |
Color Harmonies of #E41EBB
Complementary color
Monochromatic Colors of #E41EBB
Black with #E41EBB
Text Example
Text Example
White with #E41EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EBB; }
p { color: rgb(228,30,187); }
H1.HeaderClassName
{
color: #E41EBB;
}
.AnyTagClassName
{
color: #E41EBB;
}
</style>
background-color css
<style>
a { background-color: #E41EBB; }
a { background-color: rgb(228,30,187); }
div.DivClassName
{
background-color: #E41EBB;
}
.BgClassName
{
background-color: #E41EBB;
}
</style>
border-color css
<style>
span { border-color: #E41EBB; }
span { border-color: rgb(228,30,187); }
td.TdClassName
{
border-color: #E41EBB;
}
.TagClassName
{
border-color: #E41EBB;
}
</style>