Shades of Shocking Pink #E40FB5
Tints of Shocking Pink #E40FB5
RGB
CMYK
RGB Variations
Color information
#E40FB5 (or 0xE40FB5) is known color: Shocking Pink. HEX triplet: E4, 0F and B5. RGB value is (228,15,181). Sum of RGB (Red+Green+Blue) = 228+15+181=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FB5 is #1BF04A. Grayscale: #616161. Windows color (decimal): -1830987 or 11866084. OLE color: 11866084.
HSL color Cylindrical-coordinate representation of color #E40FB5: hue angle of 313.24º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FB5 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 181 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.11 |
| HSL | 313.24º | 0.88% | 0.48% | - |
| HSV(B) | 313.24º | 0.93% | 0.89% | - |
| XYZ | 40.51 | 20.17 | 45.47 | - |
| YUV | 97.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 181 | 0 | 0.93 | 0.21 | 0.11 | 313.24 | 0.88 | 0.48 |
| Hex | E4 | F | B5 | 0 | 5D | 15 | B | 139 | 58 | 30 |
| Octal | 344 | 17 | 265 | 0 | 135 | 25 | 13 | 471 | 130 | 60 |
| Binary | 11100100 | 1111 | 10110101 | 0 | 1011101 | 10101 | 1011 | 100111001 | 1011000 | 110000 |
Color Harmonies of #E40FB5
Complementary color
Monochromatic Colors of #E40FB5
Black with #E40FB5
Text Example
Text Example
White with #E40FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FB5; }
p { color: rgb(228,15,181); }
H1.HeaderClassName
{
color: #E40FB5;
}
.AnyTagClassName
{
color: #E40FB5;
}
</style>
background-color css
<style>
a { background-color: #E40FB5; }
a { background-color: rgb(228,15,181); }
div.DivClassName
{
background-color: #E40FB5;
}
.BgClassName
{
background-color: #E40FB5;
}
</style>
border-color css
<style>
span { border-color: #E40FB5; }
span { border-color: rgb(228,15,181); }
td.TdClassName
{
border-color: #E40FB5;
}
.TagClassName
{
border-color: #E40FB5;
}
</style>