Shades of Shocking Pink #E717C4
Tints of Shocking Pink #E717C4
RGB
CMYK
RGB Variations
Color information
#E717C4 (or 0xE717C4) is known color: Shocking Pink. HEX triplet: E7, 17 and C4. RGB value is (231,23,196). Sum of RGB (Red+Green+Blue) = 231+23+196=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E717C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717C4 is #18E83B. Grayscale: #686868. Windows color (decimal): -1632316 or 12851175. OLE color: 12851175.
HSL color Cylindrical-coordinate representation of color #E717C4: hue angle of 310.1º 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 #E717C4 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 196 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.09 |
| HSL | 310.1º | 0.82% | 0.5% | - |
| HSV(B) | 310.1º | 0.9% | 0.91% | - |
| XYZ | 43.23 | 21.59 | 54.11 | - |
| YUV | 104.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 196 | 0 | 0.90 | 0.15 | 0.09 | 310.1 | 0.82 | 0.5 |
| Hex | E7 | 17 | C4 | 0 | 5A | F | 9 | 136 | 52 | 32 |
| Octal | 347 | 27 | 304 | 0 | 132 | 17 | 11 | 466 | 122 | 62 |
| Binary | 11100111 | 10111 | 11000100 | 0 | 1011010 | 1111 | 1001 | 100110110 | 1010010 | 110010 |
Color Harmonies of #E717C4
Complementary color
Monochromatic Colors of #E717C4
Black with #E717C4
Text Example
Text Example
White with #E717C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717C4; }
p { color: rgb(231,23,196); }
H1.HeaderClassName
{
color: #E717C4;
}
.AnyTagClassName
{
color: #E717C4;
}
</style>
background-color css
<style>
a { background-color: #E717C4; }
a { background-color: rgb(231,23,196); }
div.DivClassName
{
background-color: #E717C4;
}
.BgClassName
{
background-color: #E717C4;
}
</style>
border-color css
<style>
span { border-color: #E717C4; }
span { border-color: rgb(231,23,196); }
td.TdClassName
{
border-color: #E717C4;
}
.TagClassName
{
border-color: #E717C4;
}
</style>