Shades of Shocking Pink #E715C7
Tints of Shocking Pink #E715C7
RGB
CMYK
RGB Variations
Color information
#E715C7 (or 0xE715C7) is known color: Shocking Pink. HEX triplet: E7, 15 and C7. RGB value is (231,21,199). Sum of RGB (Red+Green+Blue) = 231+21+199=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E715C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E715C7 is #18EA38. Grayscale: #676767. Windows color (decimal): -1632825 or 13047271. OLE color: 13047271.
HSL color Cylindrical-coordinate representation of color #E715C7: hue angle of 309.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715C7 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 199 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.09 |
| HSL | 309.14º | 0.83% | 0.49% | - |
| HSV(B) | 309.14º | 0.91% | 0.91% | - |
| XYZ | 43.53 | 21.65 | 55.92 | - |
| YUV | 104.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 199 | 0 | 0.91 | 0.14 | 0.09 | 309.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | C7 | 0 | 5B | E | 9 | 135 | 53 | 31 |
| Octal | 347 | 25 | 307 | 0 | 133 | 16 | 11 | 465 | 123 | 61 |
| Binary | 11100111 | 10101 | 11000111 | 0 | 1011011 | 1110 | 1001 | 100110101 | 1010011 | 110001 |
Color Harmonies of #E715C7
Complementary color
Monochromatic Colors of #E715C7
Black with #E715C7
Text Example
Text Example
White with #E715C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715C7; }
p { color: rgb(231,21,199); }
H1.HeaderClassName
{
color: #E715C7;
}
.AnyTagClassName
{
color: #E715C7;
}
</style>
background-color css
<style>
a { background-color: #E715C7; }
a { background-color: rgb(231,21,199); }
div.DivClassName
{
background-color: #E715C7;
}
.BgClassName
{
background-color: #E715C7;
}
</style>
border-color css
<style>
span { border-color: #E715C7; }
span { border-color: rgb(231,21,199); }
td.TdClassName
{
border-color: #E715C7;
}
.TagClassName
{
border-color: #E715C7;
}
</style>