Shades of Shocking Pink #E01BB5
Tints of Shocking Pink #E01BB5
RGB
CMYK
RGB Variations
Color information
#E01BB5 (or 0xE01BB5) is known color: Shocking Pink. HEX triplet: E0, 1B and B5. RGB value is (224,27,181). Sum of RGB (Red+Green+Blue) = 224+27+181=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BB5 is #1FE44A. Grayscale: #676767. Windows color (decimal): -2090059 or 11869152. OLE color: 11869152.
HSL color Cylindrical-coordinate representation of color #E01BB5: hue angle of 313.1º 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 #E01BB5 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 181 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.12 |
| HSL | 313.1º | 0.78% | 0.49% | - |
| HSV(B) | 313.1º | 0.88% | 0.88% | - |
| XYZ | 39.47 | 19.97 | 45.49 | - |
| YUV | 103.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 181 | 0 | 0.88 | 0.19 | 0.12 | 313.1 | 0.78 | 0.49 |
| Hex | E0 | 1B | B5 | 0 | 58 | 13 | C | 139 | 4E | 31 |
| Octal | 340 | 33 | 265 | 0 | 130 | 23 | 14 | 471 | 116 | 61 |
| Binary | 11100000 | 11011 | 10110101 | 0 | 1011000 | 10011 | 1100 | 100111001 | 1001110 | 110001 |
Color Harmonies of #E01BB5
Complementary color
Monochromatic Colors of #E01BB5
Black with #E01BB5
Text Example
Text Example
White with #E01BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BB5; }
p { color: rgb(224,27,181); }
H1.HeaderClassName
{
color: #E01BB5;
}
.AnyTagClassName
{
color: #E01BB5;
}
</style>
background-color css
<style>
a { background-color: #E01BB5; }
a { background-color: rgb(224,27,181); }
div.DivClassName
{
background-color: #E01BB5;
}
.BgClassName
{
background-color: #E01BB5;
}
</style>
border-color css
<style>
span { border-color: #E01BB5; }
span { border-color: rgb(224,27,181); }
td.TdClassName
{
border-color: #E01BB5;
}
.TagClassName
{
border-color: #E01BB5;
}
</style>