Shades of Shocking Pink #E01BBD
Tints of Shocking Pink #E01BBD
RGB
CMYK
RGB Variations
Color information
#E01BBD (or 0xE01BBD) is known color: Shocking Pink. HEX triplet: E0, 1B and BD. RGB value is (224,27,189). Sum of RGB (Red+Green+Blue) = 224+27+189=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BBD is #1FE442. Grayscale: #676767. Windows color (decimal): -2090051 or 12393440. OLE color: 12393440.
HSL color Cylindrical-coordinate representation of color #E01BBD: hue angle of 310.66º 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 #E01BBD is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 189 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 310.66º | 0.78% | 0.49% | - |
| HSV(B) | 310.66º | 0.88% | 0.88% | - |
| XYZ | 40.32 | 20.31 | 49.94 | - |
| YUV | 104.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 189 | 0 | 0.88 | 0.16 | 0.12 | 310.66 | 0.78 | 0.49 |
| Hex | E0 | 1B | BD | 0 | 58 | 10 | C | 137 | 4E | 31 |
| Octal | 340 | 33 | 275 | 0 | 130 | 20 | 14 | 467 | 116 | 61 |
| Binary | 11100000 | 11011 | 10111101 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001110 | 110001 |
Color Harmonies of #E01BBD
Complementary color
Monochromatic Colors of #E01BBD
Black with #E01BBD
Text Example
Text Example
White with #E01BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BBD; }
p { color: rgb(224,27,189); }
H1.HeaderClassName
{
color: #E01BBD;
}
.AnyTagClassName
{
color: #E01BBD;
}
</style>
background-color css
<style>
a { background-color: #E01BBD; }
a { background-color: rgb(224,27,189); }
div.DivClassName
{
background-color: #E01BBD;
}
.BgClassName
{
background-color: #E01BBD;
}
</style>
border-color css
<style>
span { border-color: #E01BBD; }
span { border-color: rgb(224,27,189); }
td.TdClassName
{
border-color: #E01BBD;
}
.TagClassName
{
border-color: #E01BBD;
}
</style>