Shades of Shocking Pink #E717D0
Tints of Shocking Pink #E717D0
RGB
CMYK
RGB Variations
Color information
#E717D0 (or 0xE717D0) is known color: Shocking Pink. HEX triplet: E7, 17 and D0. RGB value is (231,23,208). Sum of RGB (Red+Green+Blue) = 231+23+208=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E717D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717D0 is #18E82F. Grayscale: #696969. Windows color (decimal): -1632304 or 13637607. OLE color: 13637607.
HSL color Cylindrical-coordinate representation of color #E717D0: hue angle of 306.63º 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 #E717D0 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.09 |
| HSL | 306.63º | 0.82% | 0.5% | - |
| HSV(B) | 306.63º | 0.9% | 0.91% | - |
| XYZ | 44.65 | 22.16 | 61.6 | - |
| YUV | 106.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 208 | 0 | 0.90 | 0.10 | 0.09 | 306.63 | 0.82 | 0.5 |
| Hex | E7 | 17 | D0 | 0 | 5A | A | 9 | 133 | 52 | 32 |
| Octal | 347 | 27 | 320 | 0 | 132 | 12 | 11 | 463 | 122 | 62 |
| Binary | 11100111 | 10111 | 11010000 | 0 | 1011010 | 1010 | 1001 | 100110011 | 1010010 | 110010 |
Color Harmonies of #E717D0
Complementary color
Monochromatic Colors of #E717D0
Black with #E717D0
Text Example
Text Example
White with #E717D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717D0; }
p { color: rgb(231,23,208); }
H1.HeaderClassName
{
color: #E717D0;
}
.AnyTagClassName
{
color: #E717D0;
}
</style>
background-color css
<style>
a { background-color: #E717D0; }
a { background-color: rgb(231,23,208); }
div.DivClassName
{
background-color: #E717D0;
}
.BgClassName
{
background-color: #E717D0;
}
</style>
border-color css
<style>
span { border-color: #E717D0; }
span { border-color: rgb(231,23,208); }
td.TdClassName
{
border-color: #E717D0;
}
.TagClassName
{
border-color: #E717D0;
}
</style>