Shades of Shocking Pink #E40BC5
Tints of Shocking Pink #E40BC5
RGB
CMYK
RGB Variations
Color information
#E40BC5 (or 0xE40BC5) is known color: Shocking Pink. HEX triplet: E4, 0B and C5. RGB value is (228,11,197). Sum of RGB (Red+Green+Blue) = 228+11+197=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BC5 is #1BF43A. Grayscale: #606060. Windows color (decimal): -1831995 or 12913636. OLE color: 12913636.
HSL color Cylindrical-coordinate representation of color #E40BC5: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.11 |
| HSL | 308.57º | 0.91% | 0.47% | - |
| HSV(B) | 308.57º | 0.95% | 0.89% | - |
| XYZ | 42.19 | 20.76 | 54.61 | - |
| YUV | 97.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 197 | 0 | 0.95 | 0.14 | 0.11 | 308.57 | 0.91 | 0.47 |
| Hex | E4 | B | C5 | 0 | 5F | E | B | 135 | 5B | 2F |
| Octal | 344 | 13 | 305 | 0 | 137 | 16 | 13 | 465 | 133 | 57 |
| Binary | 11100100 | 1011 | 11000101 | 0 | 1011111 | 1110 | 1011 | 100110101 | 1011011 | 101111 |
Color Harmonies of #E40BC5
Complementary color
Monochromatic Colors of #E40BC5
Black with #E40BC5
Text Example
Text Example
White with #E40BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BC5; }
p { color: rgb(228,11,197); }
H1.HeaderClassName
{
color: #E40BC5;
}
.AnyTagClassName
{
color: #E40BC5;
}
</style>
background-color css
<style>
a { background-color: #E40BC5; }
a { background-color: rgb(228,11,197); }
div.DivClassName
{
background-color: #E40BC5;
}
.BgClassName
{
background-color: #E40BC5;
}
</style>
border-color css
<style>
span { border-color: #E40BC5; }
span { border-color: rgb(228,11,197); }
td.TdClassName
{
border-color: #E40BC5;
}
.TagClassName
{
border-color: #E40BC5;
}
</style>