Shades of Shocking Pink #E817CD
Tints of Shocking Pink #E817CD
RGB
CMYK
RGB Variations
Color information
#E817CD (or 0xE817CD) is known color: Shocking Pink. HEX triplet: E8, 17 and CD. RGB value is (232,23,205). Sum of RGB (Red+Green+Blue) = 232+23+205=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E817CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E817CD is #17E832. Grayscale: #696969. Windows color (decimal): -1566771 or 13441000. OLE color: 13441000.
HSL color Cylindrical-coordinate representation of color #E817CD: hue angle of 307.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E817CD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.09 |
| HSL | 307.75º | 0.82% | 0.5% | - |
| HSV(B) | 307.75º | 0.9% | 0.91% | - |
| XYZ | 44.6 | 22.18 | 59.69 | - |
| YUV | 106.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 205 | 0 | 0.90 | 0.12 | 0.09 | 307.75 | 0.82 | 0.5 |
| Hex | E8 | 17 | CD | 0 | 5A | C | 9 | 134 | 52 | 32 |
| Octal | 350 | 27 | 315 | 0 | 132 | 14 | 11 | 464 | 122 | 62 |
| Binary | 11101000 | 10111 | 11001101 | 0 | 1011010 | 1100 | 1001 | 100110100 | 1010010 | 110010 |
Color Harmonies of #E817CD
Complementary color
Monochromatic Colors of #E817CD
Black with #E817CD
Text Example
Text Example
White with #E817CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817CD; }
p { color: rgb(232,23,205); }
H1.HeaderClassName
{
color: #E817CD;
}
.AnyTagClassName
{
color: #E817CD;
}
</style>
background-color css
<style>
a { background-color: #E817CD; }
a { background-color: rgb(232,23,205); }
div.DivClassName
{
background-color: #E817CD;
}
.BgClassName
{
background-color: #E817CD;
}
</style>
border-color css
<style>
span { border-color: #E817CD; }
span { border-color: rgb(232,23,205); }
td.TdClassName
{
border-color: #E817CD;
}
.TagClassName
{
border-color: #E817CD;
}
</style>