Shades of Shocking Pink #E20CBF
Tints of Shocking Pink #E20CBF
RGB
CMYK
RGB Variations
Color information
#E20CBF (or 0xE20CBF) is known color: Shocking Pink. HEX triplet: E2, 0C and BF. RGB value is (226,12,191). Sum of RGB (Red+Green+Blue) = 226+12+191=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CBF is #1DF340. Grayscale: #5F5F5F. Windows color (decimal): -1962817 or 12520674. OLE color: 12520674.
HSL color Cylindrical-coordinate representation of color #E20CBF: hue angle of 309.81º 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 #E20CBF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.11 |
| HSL | 309.81º | 0.9% | 0.47% | - |
| HSV(B) | 309.81º | 0.95% | 0.89% | - |
| XYZ | 40.9 | 20.19 | 51.03 | - |
| YUV | 96.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 191 | 0 | 0.95 | 0.15 | 0.11 | 309.81 | 0.9 | 0.47 |
| Hex | E2 | C | BF | 0 | 5F | F | B | 136 | 5A | 2F |
| Octal | 342 | 14 | 277 | 0 | 137 | 17 | 13 | 466 | 132 | 57 |
| Binary | 11100010 | 1100 | 10111111 | 0 | 1011111 | 1111 | 1011 | 100110110 | 1011010 | 101111 |
Color Harmonies of #E20CBF
Complementary color
Monochromatic Colors of #E20CBF
Black with #E20CBF
Text Example
Text Example
White with #E20CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CBF; }
p { color: rgb(226,12,191); }
H1.HeaderClassName
{
color: #E20CBF;
}
.AnyTagClassName
{
color: #E20CBF;
}
</style>
background-color css
<style>
a { background-color: #E20CBF; }
a { background-color: rgb(226,12,191); }
div.DivClassName
{
background-color: #E20CBF;
}
.BgClassName
{
background-color: #E20CBF;
}
</style>
border-color css
<style>
span { border-color: #E20CBF; }
span { border-color: rgb(226,12,191); }
td.TdClassName
{
border-color: #E20CBF;
}
.TagClassName
{
border-color: #E20CBF;
}
</style>