Shades of Shocking Pink #E01ECD
Tints of Shocking Pink #E01ECD
RGB
CMYK
RGB Variations
Color information
#E01ECD (or 0xE01ECD) is known color: Shocking Pink. HEX triplet: E0, 1E and CD. RGB value is (224,30,205). Sum of RGB (Red+Green+Blue) = 224+30+205=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECD is #1FE132. Grayscale: #6B6B6B. Windows color (decimal): -2089267 or 13442784. OLE color: 13442784.
HSL color Cylindrical-coordinate representation of color #E01ECD: hue angle of 305.88º 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 #E01ECD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 205 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.12 |
| HSL | 305.88º | 0.76% | 0.5% | - |
| HSV(B) | 305.88º | 0.87% | 0.88% | - |
| XYZ | 42.22 | 21.18 | 59.62 | - |
| YUV | 107.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 205 | 0 | 0.87 | 0.08 | 0.12 | 305.88 | 0.76 | 0.5 |
| Hex | E0 | 1E | CD | 0 | 57 | 8 | C | 132 | 4C | 32 |
| Octal | 340 | 36 | 315 | 0 | 127 | 10 | 14 | 462 | 114 | 62 |
| Binary | 11100000 | 11110 | 11001101 | 0 | 1010111 | 1000 | 1100 | 100110010 | 1001100 | 110010 |
Color Harmonies of #E01ECD
Complementary color
Monochromatic Colors of #E01ECD
Black with #E01ECD
Text Example
Text Example
White with #E01ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ECD; }
p { color: rgb(224,30,205); }
H1.HeaderClassName
{
color: #E01ECD;
}
.AnyTagClassName
{
color: #E01ECD;
}
</style>
background-color css
<style>
a { background-color: #E01ECD; }
a { background-color: rgb(224,30,205); }
div.DivClassName
{
background-color: #E01ECD;
}
.BgClassName
{
background-color: #E01ECD;
}
</style>
border-color css
<style>
span { border-color: #E01ECD; }
span { border-color: rgb(224,30,205); }
td.TdClassName
{
border-color: #E01ECD;
}
.TagClassName
{
border-color: #E01ECD;
}
</style>