Shades of Shocking Pink #E217CC
Tints of Shocking Pink #E217CC
RGB
CMYK
RGB Variations
Color information
#E217CC (or 0xE217CC) is known color: Shocking Pink. HEX triplet: E2, 17 and CC. RGB value is (226,23,204). Sum of RGB (Red+Green+Blue) = 226+23+204=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E217CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217CC is #1DE833. Grayscale: #676767. Windows color (decimal): -1959988 or 13375458. OLE color: 13375458.
HSL color Cylindrical-coordinate representation of color #E217CC: hue angle of 306.5º 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 #E217CC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.11 |
| HSL | 306.5º | 0.82% | 0.49% | - |
| HSV(B) | 306.5º | 0.9% | 0.89% | - |
| XYZ | 42.57 | 21.14 | 58.96 | - |
| YUV | 104.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 204 | 0 | 0.90 | 0.10 | 0.11 | 306.5 | 0.82 | 0.49 |
| Hex | E2 | 17 | CC | 0 | 5A | A | B | 133 | 52 | 31 |
| Octal | 342 | 27 | 314 | 0 | 132 | 12 | 13 | 463 | 122 | 61 |
| Binary | 11100010 | 10111 | 11001100 | 0 | 1011010 | 1010 | 1011 | 100110011 | 1010010 | 110001 |
Color Harmonies of #E217CC
Complementary color
Monochromatic Colors of #E217CC
Black with #E217CC
Text Example
Text Example
White with #E217CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217CC; }
p { color: rgb(226,23,204); }
H1.HeaderClassName
{
color: #E217CC;
}
.AnyTagClassName
{
color: #E217CC;
}
</style>
background-color css
<style>
a { background-color: #E217CC; }
a { background-color: rgb(226,23,204); }
div.DivClassName
{
background-color: #E217CC;
}
.BgClassName
{
background-color: #E217CC;
}
</style>
border-color css
<style>
span { border-color: #E217CC; }
span { border-color: rgb(226,23,204); }
td.TdClassName
{
border-color: #E217CC;
}
.TagClassName
{
border-color: #E217CC;
}
</style>