Shades of Shocking Pink #E41BBA
Tints of Shocking Pink #E41BBA
RGB
CMYK
RGB Variations
Color information
#E41BBA (or 0xE41BBA) is known color: Shocking Pink. HEX triplet: E4, 1B and BA. RGB value is (228,27,186). Sum of RGB (Red+Green+Blue) = 228+27+186=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41BBA is #1BE445. Grayscale: #686868. Windows color (decimal): -1827910 or 12196836. OLE color: 12196836.
HSL color Cylindrical-coordinate representation of color #E41BBA: hue angle of 312.54º 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 #E41BBA is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.11 |
| HSL | 312.54º | 0.79% | 0.5% | - |
| HSV(B) | 312.54º | 0.88% | 0.89% | - |
| XYZ | 41.25 | 20.82 | 48.3 | - |
| YUV | 105.23 | 173.59 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 186 | 0 | 0.88 | 0.18 | 0.11 | 312.54 | 0.79 | 0.5 |
| Hex | E4 | 1B | BA | 0 | 58 | 12 | B | 139 | 4F | 32 |
| Octal | 344 | 33 | 272 | 0 | 130 | 22 | 13 | 471 | 117 | 62 |
| Binary | 11100100 | 11011 | 10111010 | 0 | 1011000 | 10010 | 1011 | 100111001 | 1001111 | 110010 |
Color Harmonies of #E41BBA
Complementary color
Monochromatic Colors of #E41BBA
Black with #E41BBA
Text Example
Text Example
White with #E41BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BBA; }
p { color: rgb(228,27,186); }
H1.HeaderClassName
{
color: #E41BBA;
}
.AnyTagClassName
{
color: #E41BBA;
}
</style>
background-color css
<style>
a { background-color: #E41BBA; }
a { background-color: rgb(228,27,186); }
div.DivClassName
{
background-color: #E41BBA;
}
.BgClassName
{
background-color: #E41BBA;
}
</style>
border-color css
<style>
span { border-color: #E41BBA; }
span { border-color: rgb(228,27,186); }
td.TdClassName
{
border-color: #E41BBA;
}
.TagClassName
{
border-color: #E41BBA;
}
</style>