Shades of Shocking Pink #E713CA
Tints of Shocking Pink #E713CA
RGB
CMYK
RGB Variations
Color information
#E713CA (or 0xE713CA) is known color: Shocking Pink. HEX triplet: E7, 13 and CA. RGB value is (231,19,202). Sum of RGB (Red+Green+Blue) = 231+19+202=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E713CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713CA is #18EC35. Grayscale: #666666. Windows color (decimal): -1633334 or 13243367. OLE color: 13243367.
HSL color Cylindrical-coordinate representation of color #E713CA: hue angle of 308.21º 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 #E713CA is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.09 |
| HSL | 308.21º | 0.85% | 0.49% | - |
| HSV(B) | 308.21º | 0.92% | 0.91% | - |
| XYZ | 43.85 | 21.72 | 57.76 | - |
| YUV | 103.25 | 183.74 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 202 | 0 | 0.92 | 0.13 | 0.09 | 308.21 | 0.85 | 0.49 |
| Hex | E7 | 13 | CA | 0 | 5C | D | 9 | 134 | 55 | 31 |
| Octal | 347 | 23 | 312 | 0 | 134 | 15 | 11 | 464 | 125 | 61 |
| Binary | 11100111 | 10011 | 11001010 | 0 | 1011100 | 1101 | 1001 | 100110100 | 1010101 | 110001 |
Color Harmonies of #E713CA
Complementary color
Monochromatic Colors of #E713CA
Black with #E713CA
Text Example
Text Example
White with #E713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713CA; }
p { color: rgb(231,19,202); }
H1.HeaderClassName
{
color: #E713CA;
}
.AnyTagClassName
{
color: #E713CA;
}
</style>
background-color css
<style>
a { background-color: #E713CA; }
a { background-color: rgb(231,19,202); }
div.DivClassName
{
background-color: #E713CA;
}
.BgClassName
{
background-color: #E713CA;
}
</style>
border-color css
<style>
span { border-color: #E713CA; }
span { border-color: rgb(231,19,202); }
td.TdClassName
{
border-color: #E713CA;
}
.TagClassName
{
border-color: #E713CA;
}
</style>