Shades of Shocking Pink #E215C2
Tints of Shocking Pink #E215C2
RGB
CMYK
RGB Variations
Color information
#E215C2 (or 0xE215C2) is known color: Shocking Pink. HEX triplet: E2, 15 and C2. RGB value is (226,21,194). Sum of RGB (Red+Green+Blue) = 226+21+194=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E215C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215C2 is #1DEA3D. Grayscale: #656565. Windows color (decimal): -1960510 or 12719586. OLE color: 12719586.
HSL color Cylindrical-coordinate representation of color #E215C2: hue angle of 309.37º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215C2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 194 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.11 |
| HSL | 309.37º | 0.83% | 0.48% | - |
| HSV(B) | 309.37º | 0.91% | 0.89% | - |
| XYZ | 41.37 | 20.6 | 52.83 | - |
| YUV | 102.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 194 | 0 | 0.91 | 0.14 | 0.11 | 309.37 | 0.83 | 0.48 |
| Hex | E2 | 15 | C2 | 0 | 5B | E | B | 135 | 53 | 30 |
| Octal | 342 | 25 | 302 | 0 | 133 | 16 | 13 | 465 | 123 | 60 |
| Binary | 11100010 | 10101 | 11000010 | 0 | 1011011 | 1110 | 1011 | 100110101 | 1010011 | 110000 |
Color Harmonies of #E215C2
Complementary color
Monochromatic Colors of #E215C2
Black with #E215C2
Text Example
Text Example
White with #E215C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215C2; }
p { color: rgb(226,21,194); }
H1.HeaderClassName
{
color: #E215C2;
}
.AnyTagClassName
{
color: #E215C2;
}
</style>
background-color css
<style>
a { background-color: #E215C2; }
a { background-color: rgb(226,21,194); }
div.DivClassName
{
background-color: #E215C2;
}
.BgClassName
{
background-color: #E215C2;
}
</style>
border-color css
<style>
span { border-color: #E215C2; }
span { border-color: rgb(226,21,194); }
td.TdClassName
{
border-color: #E215C2;
}
.TagClassName
{
border-color: #E215C2;
}
</style>