Shades of Shocking Pink #E713B5
Tints of Shocking Pink #E713B5
RGB
CMYK
RGB Variations
Color information
#E713B5 (or 0xE713B5) is known color: Shocking Pink. HEX triplet: E7, 13 and B5. RGB value is (231,19,181). Sum of RGB (Red+Green+Blue) = 231+19+181=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E713B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713B5 is #18EC4A. Grayscale: #646464. Windows color (decimal): -1633355 or 11867111. OLE color: 11867111.
HSL color Cylindrical-coordinate representation of color #E713B5: hue angle of 314.15º 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 #E713B5 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 181 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.09 |
| HSL | 314.15º | 0.85% | 0.49% | - |
| HSV(B) | 314.15º | 0.92% | 0.91% | - |
| XYZ | 41.53 | 20.79 | 45.54 | - |
| YUV | 100.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 181 | 0 | 0.92 | 0.22 | 0.09 | 314.15 | 0.85 | 0.49 |
| Hex | E7 | 13 | B5 | 0 | 5C | 16 | 9 | 13A | 55 | 31 |
| Octal | 347 | 23 | 265 | 0 | 134 | 26 | 11 | 472 | 125 | 61 |
| Binary | 11100111 | 10011 | 10110101 | 0 | 1011100 | 10110 | 1001 | 100111010 | 1010101 | 110001 |
Color Harmonies of #E713B5
Complementary color
Monochromatic Colors of #E713B5
Black with #E713B5
Text Example
Text Example
White with #E713B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713B5; }
p { color: rgb(231,19,181); }
H1.HeaderClassName
{
color: #E713B5;
}
.AnyTagClassName
{
color: #E713B5;
}
</style>
background-color css
<style>
a { background-color: #E713B5; }
a { background-color: rgb(231,19,181); }
div.DivClassName
{
background-color: #E713B5;
}
.BgClassName
{
background-color: #E713B5;
}
</style>
border-color css
<style>
span { border-color: #E713B5; }
span { border-color: rgb(231,19,181); }
td.TdClassName
{
border-color: #E713B5;
}
.TagClassName
{
border-color: #E713B5;
}
</style>