Shades of Shocking Pink #E41CBE
Tints of Shocking Pink #E41CBE
RGB
CMYK
RGB Variations
Color information
#E41CBE (or 0xE41CBE) is known color: Shocking Pink. HEX triplet: E4, 1C and BE. RGB value is (228,28,190). Sum of RGB (Red+Green+Blue) = 228+28+190=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CBE is #1BE341. Grayscale: #696969. Windows color (decimal): -1827650 or 12459236. OLE color: 12459236.
HSL color Cylindrical-coordinate representation of color #E41CBE: hue angle of 311.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41CBE is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 190 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.11 |
| HSL | 311.4º | 0.79% | 0.5% | - |
| HSV(B) | 311.4º | 0.88% | 0.89% | - |
| XYZ | 41.7 | 21.04 | 50.58 | - |
| YUV | 106.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 190 | 0 | 0.88 | 0.17 | 0.11 | 311.4 | 0.79 | 0.5 |
| Hex | E4 | 1C | BE | 0 | 58 | 11 | B | 137 | 4F | 32 |
| Octal | 344 | 34 | 276 | 0 | 130 | 21 | 13 | 467 | 117 | 62 |
| Binary | 11100100 | 11100 | 10111110 | 0 | 1011000 | 10001 | 1011 | 100110111 | 1001111 | 110010 |
Color Harmonies of #E41CBE
Complementary color
Monochromatic Colors of #E41CBE
Black with #E41CBE
Text Example
Text Example
White with #E41CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CBE; }
p { color: rgb(228,28,190); }
H1.HeaderClassName
{
color: #E41CBE;
}
.AnyTagClassName
{
color: #E41CBE;
}
</style>
background-color css
<style>
a { background-color: #E41CBE; }
a { background-color: rgb(228,28,190); }
div.DivClassName
{
background-color: #E41CBE;
}
.BgClassName
{
background-color: #E41CBE;
}
</style>
border-color css
<style>
span { border-color: #E41CBE; }
span { border-color: rgb(228,28,190); }
td.TdClassName
{
border-color: #E41CBE;
}
.TagClassName
{
border-color: #E41CBE;
}
</style>