Shades of Shocking Pink #E613BB
Tints of Shocking Pink #E613BB
RGB
CMYK
RGB Variations
Color information
#E613BB (or 0xE613BB) is known color: Shocking Pink. HEX triplet: E6, 13 and BB. RGB value is (230,19,187). Sum of RGB (Red+Green+Blue) = 230+19+187=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E613BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613BB is #19EC44. Grayscale: #646464. Windows color (decimal): -1698885 or 12260326. OLE color: 12260326.
HSL color Cylindrical-coordinate representation of color #E613BB: hue angle of 312.23º 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 #E613BB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 187 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.10 |
| HSL | 312.23º | 0.85% | 0.49% | - |
| HSV(B) | 312.23º | 0.92% | 0.9% | - |
| XYZ | 41.84 | 20.88 | 48.84 | - |
| YUV | 101.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 187 | 0 | 0.92 | 0.19 | 0.10 | 312.23 | 0.85 | 0.49 |
| Hex | E6 | 13 | BB | 0 | 5C | 13 | A | 138 | 55 | 31 |
| Octal | 346 | 23 | 273 | 0 | 134 | 23 | 12 | 470 | 125 | 61 |
| Binary | 11100110 | 10011 | 10111011 | 0 | 1011100 | 10011 | 1010 | 100111000 | 1010101 | 110001 |
Color Harmonies of #E613BB
Complementary color
Monochromatic Colors of #E613BB
Black with #E613BB
Text Example
Text Example
White with #E613BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613BB; }
p { color: rgb(230,19,187); }
H1.HeaderClassName
{
color: #E613BB;
}
.AnyTagClassName
{
color: #E613BB;
}
</style>
background-color css
<style>
a { background-color: #E613BB; }
a { background-color: rgb(230,19,187); }
div.DivClassName
{
background-color: #E613BB;
}
.BgClassName
{
background-color: #E613BB;
}
</style>
border-color css
<style>
span { border-color: #E613BB; }
span { border-color: rgb(230,19,187); }
td.TdClassName
{
border-color: #E613BB;
}
.TagClassName
{
border-color: #E613BB;
}
</style>