Shades of Shocking Pink #E11CBD
Tints of Shocking Pink #E11CBD
RGB
CMYK
RGB Variations
Color information
#E11CBD (or 0xE11CBD) is known color: Shocking Pink. HEX triplet: E1, 1C and BD. RGB value is (225,28,189). Sum of RGB (Red+Green+Blue) = 225+28+189=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CBD is #1EE342. Grayscale: #686868. Windows color (decimal): -2024259 or 12393697. OLE color: 12393697.
HSL color Cylindrical-coordinate representation of color #E11CBD: hue angle of 310.96º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CBD is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 189 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 310.96º | 0.78% | 0.5% | - |
| HSV(B) | 310.96º | 0.88% | 0.88% | - |
| XYZ | 40.65 | 20.51 | 49.96 | - |
| YUV | 105.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 189 | 0 | 0.88 | 0.16 | 0.12 | 310.96 | 0.78 | 0.5 |
| Hex | E1 | 1C | BD | 0 | 58 | 10 | C | 137 | 4E | 32 |
| Octal | 341 | 34 | 275 | 0 | 130 | 20 | 14 | 467 | 116 | 62 |
| Binary | 11100001 | 11100 | 10111101 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001110 | 110010 |
Color Harmonies of #E11CBD
Complementary color
Monochromatic Colors of #E11CBD
Black with #E11CBD
Text Example
Text Example
White with #E11CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CBD; }
p { color: rgb(225,28,189); }
H1.HeaderClassName
{
color: #E11CBD;
}
.AnyTagClassName
{
color: #E11CBD;
}
</style>
background-color css
<style>
a { background-color: #E11CBD; }
a { background-color: rgb(225,28,189); }
div.DivClassName
{
background-color: #E11CBD;
}
.BgClassName
{
background-color: #E11CBD;
}
</style>
border-color css
<style>
span { border-color: #E11CBD; }
span { border-color: rgb(225,28,189); }
td.TdClassName
{
border-color: #E11CBD;
}
.TagClassName
{
border-color: #E11CBD;
}
</style>