Shades of Shocking Pink #E40CBD
Tints of Shocking Pink #E40CBD
RGB
CMYK
RGB Variations
Color information
#E40CBD (or 0xE40CBD) is known color: Shocking Pink. HEX triplet: E4, 0C and BD. RGB value is (228,12,189). Sum of RGB (Red+Green+Blue) = 228+12+189=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CBD is #1BF342. Grayscale: #606060. Windows color (decimal): -1831747 or 12389604. OLE color: 12389604.
HSL color Cylindrical-coordinate representation of color #E40CBD: hue angle of 310.83º degrees, saturation: 0.9, 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 #E40CBD is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.11 |
| HSL | 310.83º | 0.9% | 0.47% | - |
| HSV(B) | 310.83º | 0.95% | 0.89% | - |
| XYZ | 41.31 | 20.43 | 49.91 | - |
| YUV | 96.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 189 | 0 | 0.95 | 0.17 | 0.11 | 310.83 | 0.9 | 0.47 |
| Hex | E4 | C | BD | 0 | 5F | 11 | B | 137 | 5A | 2F |
| Octal | 344 | 14 | 275 | 0 | 137 | 21 | 13 | 467 | 132 | 57 |
| Binary | 11100100 | 1100 | 10111101 | 0 | 1011111 | 10001 | 1011 | 100110111 | 1011010 | 101111 |
Color Harmonies of #E40CBD
Complementary color
Monochromatic Colors of #E40CBD
Black with #E40CBD
Text Example
Text Example
White with #E40CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CBD; }
p { color: rgb(228,12,189); }
H1.HeaderClassName
{
color: #E40CBD;
}
.AnyTagClassName
{
color: #E40CBD;
}
</style>
background-color css
<style>
a { background-color: #E40CBD; }
a { background-color: rgb(228,12,189); }
div.DivClassName
{
background-color: #E40CBD;
}
.BgClassName
{
background-color: #E40CBD;
}
</style>
border-color css
<style>
span { border-color: #E40CBD; }
span { border-color: rgb(228,12,189); }
td.TdClassName
{
border-color: #E40CBD;
}
.TagClassName
{
border-color: #E40CBD;
}
</style>