Shades of Shocking Pink #E21CBA
Tints of Shocking Pink #E21CBA
RGB
CMYK
RGB Variations
Color information
#E21CBA (or 0xE21CBA) is known color: Shocking Pink. HEX triplet: E2, 1C and BA. RGB value is (226,28,186). Sum of RGB (Red+Green+Blue) = 226+28+186=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CBA is #1DE345. Grayscale: #686868. Windows color (decimal): -1958726 or 12197090. OLE color: 12197090.
HSL color Cylindrical-coordinate representation of color #E21CBA: hue angle of 312.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CBA is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 186 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.11 |
| HSL | 312.12º | 0.78% | 0.5% | - |
| HSV(B) | 312.12º | 0.88% | 0.89% | - |
| XYZ | 40.64 | 20.54 | 48.28 | - |
| YUV | 105.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 186 | 0 | 0.88 | 0.18 | 0.11 | 312.12 | 0.78 | 0.5 |
| Hex | E2 | 1C | BA | 0 | 58 | 12 | B | 138 | 4E | 32 |
| Octal | 342 | 34 | 272 | 0 | 130 | 22 | 13 | 470 | 116 | 62 |
| Binary | 11100010 | 11100 | 10111010 | 0 | 1011000 | 10010 | 1011 | 100111000 | 1001110 | 110010 |
Color Harmonies of #E21CBA
Complementary color
Monochromatic Colors of #E21CBA
Black with #E21CBA
Text Example
Text Example
White with #E21CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CBA; }
p { color: rgb(226,28,186); }
H1.HeaderClassName
{
color: #E21CBA;
}
.AnyTagClassName
{
color: #E21CBA;
}
</style>
background-color css
<style>
a { background-color: #E21CBA; }
a { background-color: rgb(226,28,186); }
div.DivClassName
{
background-color: #E21CBA;
}
.BgClassName
{
background-color: #E21CBA;
}
</style>
border-color css
<style>
span { border-color: #E21CBA; }
span { border-color: rgb(226,28,186); }
td.TdClassName
{
border-color: #E21CBA;
}
.TagClassName
{
border-color: #E21CBA;
}
</style>