Shades of Shocking Pink #E41CB5
Tints of Shocking Pink #E41CB5
RGB
CMYK
RGB Variations
Color information
#E41CB5 (or 0xE41CB5) is known color: Shocking Pink. HEX triplet: E4, 1C and B5. RGB value is (228,28,181). Sum of RGB (Red+Green+Blue) = 228+28+181=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CB5 is #1BE34A. Grayscale: #686868. Windows color (decimal): -1827659 or 11869412. OLE color: 11869412.
HSL color Cylindrical-coordinate representation of color #E41CB5: hue angle of 314.1º 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 #E41CB5 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 181 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.11 |
| HSL | 314.1º | 0.79% | 0.5% | - |
| HSV(B) | 314.1º | 0.88% | 0.89% | - |
| XYZ | 40.75 | 20.66 | 45.56 | - |
| YUV | 105.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 181 | 0 | 0.88 | 0.21 | 0.11 | 314.1 | 0.79 | 0.5 |
| Hex | E4 | 1C | B5 | 0 | 58 | 15 | B | 13A | 4F | 32 |
| Octal | 344 | 34 | 265 | 0 | 130 | 25 | 13 | 472 | 117 | 62 |
| Binary | 11100100 | 11100 | 10110101 | 0 | 1011000 | 10101 | 1011 | 100111010 | 1001111 | 110010 |
Color Harmonies of #E41CB5
Complementary color
Monochromatic Colors of #E41CB5
Black with #E41CB5
Text Example
Text Example
White with #E41CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CB5; }
p { color: rgb(228,28,181); }
H1.HeaderClassName
{
color: #E41CB5;
}
.AnyTagClassName
{
color: #E41CB5;
}
</style>
background-color css
<style>
a { background-color: #E41CB5; }
a { background-color: rgb(228,28,181); }
div.DivClassName
{
background-color: #E41CB5;
}
.BgClassName
{
background-color: #E41CB5;
}
</style>
border-color css
<style>
span { border-color: #E41CB5; }
span { border-color: rgb(228,28,181); }
td.TdClassName
{
border-color: #E41CB5;
}
.TagClassName
{
border-color: #E41CB5;
}
</style>