Shades of Shocking Pink #E11FCA
Tints of Shocking Pink #E11FCA
RGB
CMYK
RGB Variations
Color information
#E11FCA (or 0xE11FCA) is known color: Shocking Pink. HEX triplet: E1, 1F and CA. RGB value is (225,31,202). Sum of RGB (Red+Green+Blue) = 225+31+202=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FCA is #1EE035. Grayscale: #6C6C6C. Windows color (decimal): -2023478 or 13246433. OLE color: 13246433.
HSL color Cylindrical-coordinate representation of color #E11FCA: hue angle of 307.11º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FCA is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 202 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.12 |
| HSL | 307.11º | 0.76% | 0.5% | - |
| HSV(B) | 307.11º | 0.86% | 0.88% | - |
| XYZ | 42.2 | 21.25 | 57.75 | - |
| YUV | 108.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 202 | 0 | 0.86 | 0.10 | 0.12 | 307.11 | 0.76 | 0.5 |
| Hex | E1 | 1F | CA | 0 | 56 | A | C | 133 | 4C | 32 |
| Octal | 341 | 37 | 312 | 0 | 126 | 12 | 14 | 463 | 114 | 62 |
| Binary | 11100001 | 11111 | 11001010 | 0 | 1010110 | 1010 | 1100 | 100110011 | 1001100 | 110010 |
Color Harmonies of #E11FCA
Complementary color
Monochromatic Colors of #E11FCA
Black with #E11FCA
Text Example
Text Example
White with #E11FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FCA; }
p { color: rgb(225,31,202); }
H1.HeaderClassName
{
color: #E11FCA;
}
.AnyTagClassName
{
color: #E11FCA;
}
</style>
background-color css
<style>
a { background-color: #E11FCA; }
a { background-color: rgb(225,31,202); }
div.DivClassName
{
background-color: #E11FCA;
}
.BgClassName
{
background-color: #E11FCA;
}
</style>
border-color css
<style>
span { border-color: #E11FCA; }
span { border-color: rgb(225,31,202); }
td.TdClassName
{
border-color: #E11FCA;
}
.TagClassName
{
border-color: #E11FCA;
}
</style>