Shades of Shocking Pink #E619BF
Tints of Shocking Pink #E619BF
RGB
CMYK
RGB Variations
Color information
#E619BF (or 0xE619BF) is known color: Shocking Pink. HEX triplet: E6, 19 and BF. RGB value is (230,25,191). Sum of RGB (Red+Green+Blue) = 230+25+191=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E619BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619BF is #19E640. Grayscale: #686868. Windows color (decimal): -1697345 or 12524006. OLE color: 12524006.
HSL color Cylindrical-coordinate representation of color #E619BF: hue angle of 311.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619BF is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 191 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.10 |
| HSL | 311.41º | 0.8% | 0.5% | - |
| HSV(B) | 311.41º | 0.89% | 0.9% | - |
| XYZ | 42.38 | 21.28 | 51.16 | - |
| YUV | 105.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 191 | 0 | 0.89 | 0.17 | 0.10 | 311.41 | 0.8 | 0.5 |
| Hex | E6 | 19 | BF | 0 | 59 | 11 | A | 137 | 50 | 32 |
| Octal | 346 | 31 | 277 | 0 | 131 | 21 | 12 | 467 | 120 | 62 |
| Binary | 11100110 | 11001 | 10111111 | 0 | 1011001 | 10001 | 1010 | 100110111 | 1010000 | 110010 |
Color Harmonies of #E619BF
Complementary color
Monochromatic Colors of #E619BF
Black with #E619BF
Text Example
Text Example
White with #E619BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619BF; }
p { color: rgb(230,25,191); }
H1.HeaderClassName
{
color: #E619BF;
}
.AnyTagClassName
{
color: #E619BF;
}
</style>
background-color css
<style>
a { background-color: #E619BF; }
a { background-color: rgb(230,25,191); }
div.DivClassName
{
background-color: #E619BF;
}
.BgClassName
{
background-color: #E619BF;
}
</style>
border-color css
<style>
span { border-color: #E619BF; }
span { border-color: rgb(230,25,191); }
td.TdClassName
{
border-color: #E619BF;
}
.TagClassName
{
border-color: #E619BF;
}
</style>