Shades of Shocking Pink #E01BC3
Tints of Shocking Pink #E01BC3
RGB
CMYK
RGB Variations
Color information
#E01BC3 (or 0xE01BC3) is known color: Shocking Pink. HEX triplet: E0, 1B and C3. RGB value is (224,27,195). Sum of RGB (Red+Green+Blue) = 224+27+195=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BC3 is #1FE43C. Grayscale: #686868. Windows color (decimal): -2090045 or 12786656. OLE color: 12786656.
HSL color Cylindrical-coordinate representation of color #E01BC3: hue angle of 308.83º 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 #E01BC3 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 195 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.12 |
| HSL | 308.83º | 0.78% | 0.49% | - |
| HSV(B) | 308.83º | 0.88% | 0.88% | - |
| XYZ | 40.98 | 20.57 | 53.44 | - |
| YUV | 105.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 195 | 0 | 0.88 | 0.13 | 0.12 | 308.83 | 0.78 | 0.49 |
| Hex | E0 | 1B | C3 | 0 | 58 | D | C | 135 | 4E | 31 |
| Octal | 340 | 33 | 303 | 0 | 130 | 15 | 14 | 465 | 116 | 61 |
| Binary | 11100000 | 11011 | 11000011 | 0 | 1011000 | 1101 | 1100 | 100110101 | 1001110 | 110001 |
Color Harmonies of #E01BC3
Complementary color
Monochromatic Colors of #E01BC3
Black with #E01BC3
Text Example
Text Example
White with #E01BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BC3; }
p { color: rgb(224,27,195); }
H1.HeaderClassName
{
color: #E01BC3;
}
.AnyTagClassName
{
color: #E01BC3;
}
</style>
background-color css
<style>
a { background-color: #E01BC3; }
a { background-color: rgb(224,27,195); }
div.DivClassName
{
background-color: #E01BC3;
}
.BgClassName
{
background-color: #E01BC3;
}
</style>
border-color css
<style>
span { border-color: #E01BC3; }
span { border-color: rgb(224,27,195); }
td.TdClassName
{
border-color: #E01BC3;
}
.TagClassName
{
border-color: #E01BC3;
}
</style>