Shades of Shocking Pink #E713BD
Tints of Shocking Pink #E713BD
RGB
CMYK
RGB Variations
Color information
#E713BD (or 0xE713BD) is known color: Shocking Pink. HEX triplet: E7, 13 and BD. RGB value is (231,19,189). Sum of RGB (Red+Green+Blue) = 231+19+189=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E713BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713BD is #18EC42. Grayscale: #656565. Windows color (decimal): -1633347 or 12391399. OLE color: 12391399.
HSL color Cylindrical-coordinate representation of color #E713BD: hue angle of 311.89º 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 #E713BD is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.09 |
| HSL | 311.89º | 0.85% | 0.49% | - |
| HSV(B) | 311.89º | 0.92% | 0.91% | - |
| XYZ | 42.37 | 21.13 | 49.99 | - |
| YUV | 101.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 189 | 0 | 0.92 | 0.18 | 0.09 | 311.89 | 0.85 | 0.49 |
| Hex | E7 | 13 | BD | 0 | 5C | 12 | 9 | 138 | 55 | 31 |
| Octal | 347 | 23 | 275 | 0 | 134 | 22 | 11 | 470 | 125 | 61 |
| Binary | 11100111 | 10011 | 10111101 | 0 | 1011100 | 10010 | 1001 | 100111000 | 1010101 | 110001 |
Color Harmonies of #E713BD
Complementary color
Monochromatic Colors of #E713BD
Black with #E713BD
Text Example
Text Example
White with #E713BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E713BD; }
p { color: rgb(231,19,189); }
H1.HeaderClassName
{
color: #E713BD;
}
.AnyTagClassName
{
color: #E713BD;
}
</style>
background-color css
<style>
a { background-color: #E713BD; }
a { background-color: rgb(231,19,189); }
div.DivClassName
{
background-color: #E713BD;
}
.BgClassName
{
background-color: #E713BD;
}
</style>
border-color css
<style>
span { border-color: #E713BD; }
span { border-color: rgb(231,19,189); }
td.TdClassName
{
border-color: #E713BD;
}
.TagClassName
{
border-color: #E713BD;
}
</style>