Shades of Shocking Pink #E01EB5
Tints of Shocking Pink #E01EB5
RGB
CMYK
RGB Variations
Color information
#E01EB5 (or 0xE01EB5) is known color: Shocking Pink. HEX triplet: E0, 1E and B5. RGB value is (224,30,181). Sum of RGB (Red+Green+Blue) = 224+30+181=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EB5 is #1FE14A. Grayscale: #686868. Windows color (decimal): -2089291 or 11869920. OLE color: 11869920.
HSL color Cylindrical-coordinate representation of color #E01EB5: hue angle of 313.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EB5 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 181 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.12 |
| HSL | 313.3º | 0.76% | 0.5% | - |
| HSV(B) | 313.3º | 0.87% | 0.88% | - |
| XYZ | 39.55 | 20.11 | 45.51 | - |
| YUV | 105.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 181 | 0 | 0.87 | 0.19 | 0.12 | 313.3 | 0.76 | 0.5 |
| Hex | E0 | 1E | B5 | 0 | 57 | 13 | C | 139 | 4C | 32 |
| Octal | 340 | 36 | 265 | 0 | 127 | 23 | 14 | 471 | 114 | 62 |
| Binary | 11100000 | 11110 | 10110101 | 0 | 1010111 | 10011 | 1100 | 100111001 | 1001100 | 110010 |
Color Harmonies of #E01EB5
Complementary color
Monochromatic Colors of #E01EB5
Black with #E01EB5
Text Example
Text Example
White with #E01EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EB5; }
p { color: rgb(224,30,181); }
H1.HeaderClassName
{
color: #E01EB5;
}
.AnyTagClassName
{
color: #E01EB5;
}
</style>
background-color css
<style>
a { background-color: #E01EB5; }
a { background-color: rgb(224,30,181); }
div.DivClassName
{
background-color: #E01EB5;
}
.BgClassName
{
background-color: #E01EB5;
}
</style>
border-color css
<style>
span { border-color: #E01EB5; }
span { border-color: rgb(224,30,181); }
td.TdClassName
{
border-color: #E01EB5;
}
.TagClassName
{
border-color: #E01EB5;
}
</style>