Shades of Shocking Pink #E713CE
Tints of Shocking Pink #E713CE
RGB
CMYK
RGB Variations
Color information
#E713CE (or 0xE713CE) is known color: Shocking Pink. HEX triplet: E7, 13 and CE. RGB value is (231,19,206). Sum of RGB (Red+Green+Blue) = 231+19+206=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E713CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713CE is #18EC31. Grayscale: #676767. Windows color (decimal): -1633330 or 13505511. OLE color: 13505511.
HSL color Cylindrical-coordinate representation of color #E713CE: hue angle of 307.08º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E713CE is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 206 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.09 |
| HSL | 307.08º | 0.85% | 0.49% | - |
| HSV(B) | 307.08º | 0.92% | 0.91% | - |
| XYZ | 44.33 | 21.91 | 60.29 | - |
| YUV | 103.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 206 | 0 | 0.92 | 0.11 | 0.09 | 307.08 | 0.85 | 0.49 |
| Hex | E7 | 13 | CE | 0 | 5C | B | 9 | 133 | 55 | 31 |
| Octal | 347 | 23 | 316 | 0 | 134 | 13 | 11 | 463 | 125 | 61 |
| Binary | 11100111 | 10011 | 11001110 | 0 | 1011100 | 1011 | 1001 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E713CE
Complementary color
Monochromatic Colors of #E713CE
Black with #E713CE
Text Example
Text Example
White with #E713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713CE; }
p { color: rgb(231,19,206); }
H1.HeaderClassName
{
color: #E713CE;
}
.AnyTagClassName
{
color: #E713CE;
}
</style>
background-color css
<style>
a { background-color: #E713CE; }
a { background-color: rgb(231,19,206); }
div.DivClassName
{
background-color: #E713CE;
}
.BgClassName
{
background-color: #E713CE;
}
</style>
border-color css
<style>
span { border-color: #E713CE; }
span { border-color: rgb(231,19,206); }
td.TdClassName
{
border-color: #E713CE;
}
.TagClassName
{
border-color: #E713CE;
}
</style>