Shades of Shocking Pink #E01BCB
Tints of Shocking Pink #E01BCB
RGB
CMYK
RGB Variations
Color information
#E01BCB (or 0xE01BCB) is known color: Shocking Pink. HEX triplet: E0, 1B and CB. RGB value is (224,27,203). Sum of RGB (Red+Green+Blue) = 224+27+203=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BCB is #1FE434. Grayscale: #696969. Windows color (decimal): -2090037 or 13310944. OLE color: 13310944.
HSL color Cylindrical-coordinate representation of color #E01BCB: hue angle of 306.4º 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 #E01BCB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.12 |
| HSL | 306.4º | 0.78% | 0.49% | - |
| HSV(B) | 306.4º | 0.88% | 0.88% | - |
| XYZ | 41.91 | 20.94 | 58.33 | - |
| YUV | 105.97 | 182.77 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 203 | 0 | 0.88 | 0.09 | 0.12 | 306.4 | 0.78 | 0.49 |
| Hex | E0 | 1B | CB | 0 | 58 | 9 | C | 132 | 4E | 31 |
| Octal | 340 | 33 | 313 | 0 | 130 | 11 | 14 | 462 | 116 | 61 |
| Binary | 11100000 | 11011 | 11001011 | 0 | 1011000 | 1001 | 1100 | 100110010 | 1001110 | 110001 |
Color Harmonies of #E01BCB
Complementary color
Monochromatic Colors of #E01BCB
Black with #E01BCB
Text Example
Text Example
White with #E01BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BCB; }
p { color: rgb(224,27,203); }
H1.HeaderClassName
{
color: #E01BCB;
}
.AnyTagClassName
{
color: #E01BCB;
}
</style>
background-color css
<style>
a { background-color: #E01BCB; }
a { background-color: rgb(224,27,203); }
div.DivClassName
{
background-color: #E01BCB;
}
.BgClassName
{
background-color: #E01BCB;
}
</style>
border-color css
<style>
span { border-color: #E01BCB; }
span { border-color: rgb(224,27,203); }
td.TdClassName
{
border-color: #E01BCB;
}
.TagClassName
{
border-color: #E01BCB;
}
</style>