Shades of Shocking Pink #E01ECA
Tints of Shocking Pink #E01ECA
RGB
CMYK
RGB Variations
Color information
#E01ECA (or 0xE01ECA) is known color: Shocking Pink. HEX triplet: E0, 1E and CA. RGB value is (224,30,202). Sum of RGB (Red+Green+Blue) = 224+30+202=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECA is #1FE135. Grayscale: #6B6B6B. Windows color (decimal): -2089270 or 13246176. OLE color: 13246176.
HSL color Cylindrical-coordinate representation of color #E01ECA: hue angle of 306.8º 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 #E01ECA is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 202 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.12 |
| HSL | 306.8º | 0.76% | 0.5% | - |
| HSV(B) | 306.8º | 0.87% | 0.88% | - |
| XYZ | 41.87 | 21.04 | 57.73 | - |
| YUV | 107.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 202 | 0 | 0.87 | 0.10 | 0.12 | 306.8 | 0.76 | 0.5 |
| Hex | E0 | 1E | CA | 0 | 57 | A | C | 133 | 4C | 32 |
| Octal | 340 | 36 | 312 | 0 | 127 | 12 | 14 | 463 | 114 | 62 |
| Binary | 11100000 | 11110 | 11001010 | 0 | 1010111 | 1010 | 1100 | 100110011 | 1001100 | 110010 |
Color Harmonies of #E01ECA
Complementary color
Monochromatic Colors of #E01ECA
Black with #E01ECA
Text Example
Text Example
White with #E01ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ECA; }
p { color: rgb(224,30,202); }
H1.HeaderClassName
{
color: #E01ECA;
}
.AnyTagClassName
{
color: #E01ECA;
}
</style>
background-color css
<style>
a { background-color: #E01ECA; }
a { background-color: rgb(224,30,202); }
div.DivClassName
{
background-color: #E01ECA;
}
.BgClassName
{
background-color: #E01ECA;
}
</style>
border-color css
<style>
span { border-color: #E01ECA; }
span { border-color: rgb(224,30,202); }
td.TdClassName
{
border-color: #E01ECA;
}
.TagClassName
{
border-color: #E01ECA;
}
</style>