Shades of Shocking Pink #E217CD
Tints of Shocking Pink #E217CD
RGB
CMYK
RGB Variations
Color information
#E217CD (or 0xE217CD) is known color: Shocking Pink. HEX triplet: E2, 17 and CD. RGB value is (226,23,205). Sum of RGB (Red+Green+Blue) = 226+23+205=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E217CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217CD is #1DE832. Grayscale: #676767. Windows color (decimal): -1959987 or 13440994. OLE color: 13440994.
HSL color Cylindrical-coordinate representation of color #E217CD: hue angle of 306.21º 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 #E217CD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.11 |
| HSL | 306.21º | 0.82% | 0.49% | - |
| HSV(B) | 306.21º | 0.9% | 0.89% | - |
| XYZ | 42.69 | 21.19 | 59.6 | - |
| YUV | 104.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 205 | 0 | 0.90 | 0.09 | 0.11 | 306.21 | 0.82 | 0.49 |
| Hex | E2 | 17 | CD | 0 | 5A | 9 | B | 132 | 52 | 31 |
| Octal | 342 | 27 | 315 | 0 | 132 | 11 | 13 | 462 | 122 | 61 |
| Binary | 11100010 | 10111 | 11001101 | 0 | 1011010 | 1001 | 1011 | 100110010 | 1010010 | 110001 |
Color Harmonies of #E217CD
Complementary color
Monochromatic Colors of #E217CD
Black with #E217CD
Text Example
Text Example
White with #E217CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217CD; }
p { color: rgb(226,23,205); }
H1.HeaderClassName
{
color: #E217CD;
}
.AnyTagClassName
{
color: #E217CD;
}
</style>
background-color css
<style>
a { background-color: #E217CD; }
a { background-color: rgb(226,23,205); }
div.DivClassName
{
background-color: #E217CD;
}
.BgClassName
{
background-color: #E217CD;
}
</style>
border-color css
<style>
span { border-color: #E217CD; }
span { border-color: rgb(226,23,205); }
td.TdClassName
{
border-color: #E217CD;
}
.TagClassName
{
border-color: #E217CD;
}
</style>