Shades of Shocking Pink #E01BC2
Tints of Shocking Pink #E01BC2
RGB
CMYK
RGB Variations
Color information
#E01BC2 (or 0xE01BC2) is known color: Shocking Pink. HEX triplet: E0, 1B and C2. RGB value is (224,27,194). Sum of RGB (Red+Green+Blue) = 224+27+194=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BC2 is #1FE43D. Grayscale: #686868. Windows color (decimal): -2090046 or 12721120. OLE color: 12721120.
HSL color Cylindrical-coordinate representation of color #E01BC2: hue angle of 309.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BC2 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 194 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.12 |
| HSL | 309.14º | 0.78% | 0.49% | - |
| HSV(B) | 309.14º | 0.88% | 0.88% | - |
| XYZ | 40.87 | 20.53 | 52.85 | - |
| YUV | 104.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 194 | 0 | 0.88 | 0.13 | 0.12 | 309.14 | 0.78 | 0.49 |
| Hex | E0 | 1B | C2 | 0 | 58 | D | C | 135 | 4E | 31 |
| Octal | 340 | 33 | 302 | 0 | 130 | 15 | 14 | 465 | 116 | 61 |
| Binary | 11100000 | 11011 | 11000010 | 0 | 1011000 | 1101 | 1100 | 100110101 | 1001110 | 110001 |
Color Harmonies of #E01BC2
Complementary color
Monochromatic Colors of #E01BC2
Black with #E01BC2
Text Example
Text Example
White with #E01BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BC2; }
p { color: rgb(224,27,194); }
H1.HeaderClassName
{
color: #E01BC2;
}
.AnyTagClassName
{
color: #E01BC2;
}
</style>
background-color css
<style>
a { background-color: #E01BC2; }
a { background-color: rgb(224,27,194); }
div.DivClassName
{
background-color: #E01BC2;
}
.BgClassName
{
background-color: #E01BC2;
}
</style>
border-color css
<style>
span { border-color: #E01BC2; }
span { border-color: rgb(224,27,194); }
td.TdClassName
{
border-color: #E01BC2;
}
.TagClassName
{
border-color: #E01BC2;
}
</style>