Shades of Shocking Pink #E217C5
Tints of Shocking Pink #E217C5
RGB
CMYK
RGB Variations
Color information
#E217C5 (or 0xE217C5) is known color: Shocking Pink. HEX triplet: E2, 17 and C5. RGB value is (226,23,197). Sum of RGB (Red+Green+Blue) = 226+23+197=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E217C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217C5 is #1DE83A. Grayscale: #676767. Windows color (decimal): -1959995 or 12916706. OLE color: 12916706.
HSL color Cylindrical-coordinate representation of color #E217C5: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217C5 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 197 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.11 |
| HSL | 308.57º | 0.82% | 0.49% | - |
| HSV(B) | 308.57º | 0.9% | 0.89% | - |
| XYZ | 41.75 | 20.81 | 54.64 | - |
| YUV | 103.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 197 | 0 | 0.90 | 0.13 | 0.11 | 308.57 | 0.82 | 0.49 |
| Hex | E2 | 17 | C5 | 0 | 5A | D | B | 135 | 52 | 31 |
| Octal | 342 | 27 | 305 | 0 | 132 | 15 | 13 | 465 | 122 | 61 |
| Binary | 11100010 | 10111 | 11000101 | 0 | 1011010 | 1101 | 1011 | 100110101 | 1010010 | 110001 |
Color Harmonies of #E217C5
Complementary color
Monochromatic Colors of #E217C5
Black with #E217C5
Text Example
Text Example
White with #E217C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217C5; }
p { color: rgb(226,23,197); }
H1.HeaderClassName
{
color: #E217C5;
}
.AnyTagClassName
{
color: #E217C5;
}
</style>
background-color css
<style>
a { background-color: #E217C5; }
a { background-color: rgb(226,23,197); }
div.DivClassName
{
background-color: #E217C5;
}
.BgClassName
{
background-color: #E217C5;
}
</style>
border-color css
<style>
span { border-color: #E217C5; }
span { border-color: rgb(226,23,197); }
td.TdClassName
{
border-color: #E217C5;
}
.TagClassName
{
border-color: #E217C5;
}
</style>