Shades of Shocking Pink #E01EB7
Tints of Shocking Pink #E01EB7
RGB
CMYK
RGB Variations
Color information
#E01EB7 (or 0xE01EB7) is known color: Shocking Pink. HEX triplet: E0, 1E and B7. RGB value is (224,30,183). Sum of RGB (Red+Green+Blue) = 224+30+183=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EB7 is #1FE148. Grayscale: #696969. Windows color (decimal): -2089289 or 12000992. OLE color: 12000992.
HSL color Cylindrical-coordinate representation of color #E01EB7: hue angle of 312.68º 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 #E01EB7 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 183 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.12 |
| HSL | 312.68º | 0.76% | 0.5% | - |
| HSV(B) | 312.68º | 0.87% | 0.88% | - |
| XYZ | 39.75 | 20.19 | 46.6 | - |
| YUV | 105.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 183 | 0 | 0.87 | 0.18 | 0.12 | 312.68 | 0.76 | 0.5 |
| Hex | E0 | 1E | B7 | 0 | 57 | 12 | C | 139 | 4C | 32 |
| Octal | 340 | 36 | 267 | 0 | 127 | 22 | 14 | 471 | 114 | 62 |
| Binary | 11100000 | 11110 | 10110111 | 0 | 1010111 | 10010 | 1100 | 100111001 | 1001100 | 110010 |
Color Harmonies of #E01EB7
Complementary color
Monochromatic Colors of #E01EB7
Black with #E01EB7
Text Example
Text Example
White with #E01EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EB7; }
p { color: rgb(224,30,183); }
H1.HeaderClassName
{
color: #E01EB7;
}
.AnyTagClassName
{
color: #E01EB7;
}
</style>
background-color css
<style>
a { background-color: #E01EB7; }
a { background-color: rgb(224,30,183); }
div.DivClassName
{
background-color: #E01EB7;
}
.BgClassName
{
background-color: #E01EB7;
}
</style>
border-color css
<style>
span { border-color: #E01EB7; }
span { border-color: rgb(224,30,183); }
td.TdClassName
{
border-color: #E01EB7;
}
.TagClassName
{
border-color: #E01EB7;
}
</style>