Shades of Shocking Pink #E11ECA
Tints of Shocking Pink #E11ECA
RGB
CMYK
RGB Variations
Color information
#E11ECA (or 0xE11ECA) is known color: Shocking Pink. HEX triplet: E1, 1E and CA. RGB value is (225,30,202). Sum of RGB (Red+Green+Blue) = 225+30+202=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ECA is #1EE135. Grayscale: #6B6B6B. Windows color (decimal): -2023734 or 13246177. OLE color: 13246177.
HSL color Cylindrical-coordinate representation of color #E11ECA: hue angle of 307.08º 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 #E11ECA is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 202 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.12 |
| HSL | 307.08º | 0.76% | 0.5% | - |
| HSV(B) | 307.08º | 0.87% | 0.88% | - |
| XYZ | 42.18 | 21.2 | 57.75 | - |
| YUV | 107.91 | 181.1 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 202 | 0 | 0.87 | 0.10 | 0.12 | 307.08 | 0.76 | 0.5 |
| Hex | E1 | 1E | CA | 0 | 57 | A | C | 133 | 4C | 32 |
| Octal | 341 | 36 | 312 | 0 | 127 | 12 | 14 | 463 | 114 | 62 |
| Binary | 11100001 | 11110 | 11001010 | 0 | 1010111 | 1010 | 1100 | 100110011 | 1001100 | 110010 |
Color Harmonies of #E11ECA
Complementary color
Monochromatic Colors of #E11ECA
Black with #E11ECA
Text Example
Text Example
White with #E11ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ECA; }
p { color: rgb(225,30,202); }
H1.HeaderClassName
{
color: #E11ECA;
}
.AnyTagClassName
{
color: #E11ECA;
}
</style>
background-color css
<style>
a { background-color: #E11ECA; }
a { background-color: rgb(225,30,202); }
div.DivClassName
{
background-color: #E11ECA;
}
.BgClassName
{
background-color: #E11ECA;
}
</style>
border-color css
<style>
span { border-color: #E11ECA; }
span { border-color: rgb(225,30,202); }
td.TdClassName
{
border-color: #E11ECA;
}
.TagClassName
{
border-color: #E11ECA;
}
</style>