Shades of Shocking Pink #E20CBA
Tints of Shocking Pink #E20CBA
RGB
CMYK
RGB Variations
Color information
#E20CBA (or 0xE20CBA) is known color: Shocking Pink. HEX triplet: E2, 0C and BA. RGB value is (226,12,186). Sum of RGB (Red+Green+Blue) = 226+12+186=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CBA is #1DF345. Grayscale: #5F5F5F. Windows color (decimal): -1962822 or 12192994. OLE color: 12192994.
HSL color Cylindrical-coordinate representation of color #E20CBA: hue angle of 311.21º 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 #E20CBA is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.11 |
| HSL | 311.22º | 0.9% | 0.47% | - |
| HSV(B) | 311.22º | 0.95% | 0.89% | - |
| XYZ | 40.36 | 19.98 | 48.18 | - |
| YUV | 95.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 186 | 0 | 0.95 | 0.18 | 0.11 | 311.22 | 0.9 | 0.47 |
| Hex | E2 | C | BA | 0 | 5F | 12 | B | 137 | 5A | 2F |
| Octal | 342 | 14 | 272 | 0 | 137 | 22 | 13 | 467 | 132 | 57 |
| Binary | 11100010 | 1100 | 10111010 | 0 | 1011111 | 10010 | 1011 | 100110111 | 1011010 | 101111 |
Color Harmonies of #E20CBA
Complementary color
Monochromatic Colors of #E20CBA
Black with #E20CBA
Text Example
Text Example
White with #E20CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CBA; }
p { color: rgb(226,12,186); }
H1.HeaderClassName
{
color: #E20CBA;
}
.AnyTagClassName
{
color: #E20CBA;
}
</style>
background-color css
<style>
a { background-color: #E20CBA; }
a { background-color: rgb(226,12,186); }
div.DivClassName
{
background-color: #E20CBA;
}
.BgClassName
{
background-color: #E20CBA;
}
</style>
border-color css
<style>
span { border-color: #E20CBA; }
span { border-color: rgb(226,12,186); }
td.TdClassName
{
border-color: #E20CBA;
}
.TagClassName
{
border-color: #E20CBA;
}
</style>