Shades of Shocking Pink #E20CBE
Tints of Shocking Pink #E20CBE
RGB
CMYK
RGB Variations
Color information
#E20CBE (or 0xE20CBE) is known color: Shocking Pink. HEX triplet: E2, 0C and BE. RGB value is (226,12,190). Sum of RGB (Red+Green+Blue) = 226+12+190=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CBE is #1DF341. Grayscale: #5F5F5F. Windows color (decimal): -1962818 or 12455138. OLE color: 12455138.
HSL color Cylindrical-coordinate representation of color #E20CBE: hue angle of 310.09º 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 #E20CBE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.11 |
| HSL | 310.09º | 0.9% | 0.47% | - |
| HSV(B) | 310.09º | 0.95% | 0.89% | - |
| XYZ | 40.79 | 20.15 | 50.45 | - |
| YUV | 96.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 190 | 0 | 0.95 | 0.16 | 0.11 | 310.09 | 0.9 | 0.47 |
| Hex | E2 | C | BE | 0 | 5F | 10 | B | 136 | 5A | 2F |
| Octal | 342 | 14 | 276 | 0 | 137 | 20 | 13 | 466 | 132 | 57 |
| Binary | 11100010 | 1100 | 10111110 | 0 | 1011111 | 10000 | 1011 | 100110110 | 1011010 | 101111 |
Color Harmonies of #E20CBE
Complementary color
Monochromatic Colors of #E20CBE
Black with #E20CBE
Text Example
Text Example
White with #E20CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CBE; }
p { color: rgb(226,12,190); }
H1.HeaderClassName
{
color: #E20CBE;
}
.AnyTagClassName
{
color: #E20CBE;
}
</style>
background-color css
<style>
a { background-color: #E20CBE; }
a { background-color: rgb(226,12,190); }
div.DivClassName
{
background-color: #E20CBE;
}
.BgClassName
{
background-color: #E20CBE;
}
</style>
border-color css
<style>
span { border-color: #E20CBE; }
span { border-color: rgb(226,12,190); }
td.TdClassName
{
border-color: #E20CBE;
}
.TagClassName
{
border-color: #E20CBE;
}
</style>