Shades of Shocking Pink #E613BD
Tints of Shocking Pink #E613BD
RGB
CMYK
RGB Variations
Color information
#E613BD (or 0xE613BD) is known color: Shocking Pink. HEX triplet: E6, 13 and BD. RGB value is (230,19,189). Sum of RGB (Red+Green+Blue) = 230+19+189=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E613BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613BD is #19EC42. Grayscale: #656565. Windows color (decimal): -1698883 or 12391398. OLE color: 12391398.
HSL color Cylindrical-coordinate representation of color #E613BD: hue angle of 311.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613BD is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.10 |
| HSL | 311.66º | 0.85% | 0.49% | - |
| HSV(B) | 311.66º | 0.92% | 0.9% | - |
| XYZ | 42.05 | 20.96 | 49.97 | - |
| YUV | 101.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 189 | 0 | 0.92 | 0.18 | 0.10 | 311.66 | 0.85 | 0.49 |
| Hex | E6 | 13 | BD | 0 | 5C | 12 | A | 138 | 55 | 31 |
| Octal | 346 | 23 | 275 | 0 | 134 | 22 | 12 | 470 | 125 | 61 |
| Binary | 11100110 | 10011 | 10111101 | 0 | 1011100 | 10010 | 1010 | 100111000 | 1010101 | 110001 |
Color Harmonies of #E613BD
Complementary color
Monochromatic Colors of #E613BD
Black with #E613BD
Text Example
Text Example
White with #E613BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613BD; }
p { color: rgb(230,19,189); }
H1.HeaderClassName
{
color: #E613BD;
}
.AnyTagClassName
{
color: #E613BD;
}
</style>
background-color css
<style>
a { background-color: #E613BD; }
a { background-color: rgb(230,19,189); }
div.DivClassName
{
background-color: #E613BD;
}
.BgClassName
{
background-color: #E613BD;
}
</style>
border-color css
<style>
span { border-color: #E613BD; }
span { border-color: rgb(230,19,189); }
td.TdClassName
{
border-color: #E613BD;
}
.TagClassName
{
border-color: #E613BD;
}
</style>