Shades of Shocking Pink #E11CB4
Tints of Shocking Pink #E11CB4
RGB
CMYK
RGB Variations
Color information
#E11CB4 (or 0xE11CB4) is known color: Shocking Pink. HEX triplet: E1, 1C and B4. RGB value is (225,28,180). Sum of RGB (Red+Green+Blue) = 225+28+180=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CB4 is #1EE34B. Grayscale: #676767. Windows color (decimal): -2024268 or 11803873. OLE color: 11803873.
HSL color Cylindrical-coordinate representation of color #E11CB4: hue angle of 313.71º 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 #E11CB4 is Cyan = 0, Magento = 0.88, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 180 | - |
| CMYK | 0 | 0.88 | 0.2 | 0.12 |
| HSL | 313.71º | 0.78% | 0.5% | - |
| HSV(B) | 313.71º | 0.88% | 0.88% | - |
| XYZ | 39.7 | 20.13 | 44.97 | - |
| YUV | 104.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 180 | 0 | 0.88 | 0.2 | 0.12 | 313.71 | 0.78 | 0.5 |
| Hex | E1 | 1C | B4 | 0 | 58 | 14 | C | 13A | 4E | 32 |
| Octal | 341 | 34 | 264 | 0 | 130 | 24 | 14 | 472 | 116 | 62 |
| Binary | 11100001 | 11100 | 10110100 | 0 | 1011000 | 10100 | 1100 | 100111010 | 1001110 | 110010 |
Color Harmonies of #E11CB4
Complementary color
Monochromatic Colors of #E11CB4
Black with #E11CB4
Text Example
Text Example
White with #E11CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CB4; }
p { color: rgb(225,28,180); }
H1.HeaderClassName
{
color: #E11CB4;
}
.AnyTagClassName
{
color: #E11CB4;
}
</style>
background-color css
<style>
a { background-color: #E11CB4; }
a { background-color: rgb(225,28,180); }
div.DivClassName
{
background-color: #E11CB4;
}
.BgClassName
{
background-color: #E11CB4;
}
</style>
border-color css
<style>
span { border-color: #E11CB4; }
span { border-color: rgb(225,28,180); }
td.TdClassName
{
border-color: #E11CB4;
}
.TagClassName
{
border-color: #E11CB4;
}
</style>