Shades of Shocking Pink #E717D5
Tints of Shocking Pink #E717D5
RGB
CMYK
RGB Variations
Color information
#E717D5 (or 0xE717D5) is known color: Shocking Pink. HEX triplet: E7, 17 and D5. RGB value is (231,23,213). Sum of RGB (Red+Green+Blue) = 231+23+213=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E717D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717D5 is #18E82A. Grayscale: #6A6A6A. Windows color (decimal): -1632299 or 13965287. OLE color: 13965287.
HSL color Cylindrical-coordinate representation of color #E717D5: hue angle of 305.19º 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 #E717D5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 213 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.09 |
| HSL | 305.19º | 0.82% | 0.5% | - |
| HSV(B) | 305.19º | 0.9% | 0.91% | - |
| XYZ | 45.27 | 22.41 | 64.89 | - |
| YUV | 106.85 | 187.91 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 213 | 0 | 0.90 | 0.08 | 0.09 | 305.19 | 0.82 | 0.5 |
| Hex | E7 | 17 | D5 | 0 | 5A | 8 | 9 | 131 | 52 | 32 |
| Octal | 347 | 27 | 325 | 0 | 132 | 10 | 11 | 461 | 122 | 62 |
| Binary | 11100111 | 10111 | 11010101 | 0 | 1011010 | 1000 | 1001 | 100110001 | 1010010 | 110010 |
Color Harmonies of #E717D5
Complementary color
Monochromatic Colors of #E717D5
Black with #E717D5
Text Example
Text Example
White with #E717D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717D5; }
p { color: rgb(231,23,213); }
H1.HeaderClassName
{
color: #E717D5;
}
.AnyTagClassName
{
color: #E717D5;
}
</style>
background-color css
<style>
a { background-color: #E717D5; }
a { background-color: rgb(231,23,213); }
div.DivClassName
{
background-color: #E717D5;
}
.BgClassName
{
background-color: #E717D5;
}
</style>
border-color css
<style>
span { border-color: #E717D5; }
span { border-color: rgb(231,23,213); }
td.TdClassName
{
border-color: #E717D5;
}
.TagClassName
{
border-color: #E717D5;
}
</style>