Shades of Shocking Pink #E615B9
Tints of Shocking Pink #E615B9
RGB
CMYK
RGB Variations
Color information
#E615B9 (or 0xE615B9) is known color: Shocking Pink. HEX triplet: E6, 15 and B9. RGB value is (230,21,185). Sum of RGB (Red+Green+Blue) = 230+21+185=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E615B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615B9 is #19EA46. Grayscale: #656565. Windows color (decimal): -1698375 or 12129766. OLE color: 12129766.
HSL color Cylindrical-coordinate representation of color #E615B9: hue angle of 312.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615B9 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 185 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.10 |
| HSL | 312.92º | 0.83% | 0.49% | - |
| HSV(B) | 312.92º | 0.91% | 0.9% | - |
| XYZ | 41.66 | 20.86 | 47.73 | - |
| YUV | 102.19 | 174.74 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 185 | 0 | 0.91 | 0.20 | 0.10 | 312.92 | 0.83 | 0.49 |
| Hex | E6 | 15 | B9 | 0 | 5B | 14 | A | 139 | 53 | 31 |
| Octal | 346 | 25 | 271 | 0 | 133 | 24 | 12 | 471 | 123 | 61 |
| Binary | 11100110 | 10101 | 10111001 | 0 | 1011011 | 10100 | 1010 | 100111001 | 1010011 | 110001 |
Color Harmonies of #E615B9
Complementary color
Monochromatic Colors of #E615B9
Black with #E615B9
Text Example
Text Example
White with #E615B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615B9; }
p { color: rgb(230,21,185); }
H1.HeaderClassName
{
color: #E615B9;
}
.AnyTagClassName
{
color: #E615B9;
}
</style>
background-color css
<style>
a { background-color: #E615B9; }
a { background-color: rgb(230,21,185); }
div.DivClassName
{
background-color: #E615B9;
}
.BgClassName
{
background-color: #E615B9;
}
</style>
border-color css
<style>
span { border-color: #E615B9; }
span { border-color: rgb(230,21,185); }
td.TdClassName
{
border-color: #E615B9;
}
.TagClassName
{
border-color: #E615B9;
}
</style>