Shades of Shocking Pink #E617BF
Tints of Shocking Pink #E617BF
RGB
CMYK
RGB Variations
Color information
#E617BF (or 0xE617BF) is known color: Shocking Pink. HEX triplet: E6, 17 and BF. RGB value is (230,23,191). Sum of RGB (Red+Green+Blue) = 230+23+191=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E617BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E617BF is #19E840. Grayscale: #676767. Windows color (decimal): -1697857 or 12523494. OLE color: 12523494.
HSL color Cylindrical-coordinate representation of color #E617BF: hue angle of 311.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E617BF is Cyan = 0, Magento = 0.9, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 191 | - |
| CMYK | 0 | 0.9 | 0.17 | 0.10 |
| HSL | 311.3º | 0.82% | 0.5% | - |
| HSV(B) | 311.3º | 0.9% | 0.9% | - |
| XYZ | 42.34 | 21.2 | 51.15 | - |
| YUV | 104.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 191 | 0 | 0.9 | 0.17 | 0.10 | 311.3 | 0.82 | 0.5 |
| Hex | E6 | 17 | BF | 0 | 5A | 11 | A | 137 | 52 | 32 |
| Octal | 346 | 27 | 277 | 0 | 132 | 21 | 12 | 467 | 122 | 62 |
| Binary | 11100110 | 10111 | 10111111 | 0 | 1011010 | 10001 | 1010 | 100110111 | 1010010 | 110010 |
Color Harmonies of #E617BF
Complementary color
Monochromatic Colors of #E617BF
Black with #E617BF
Text Example
Text Example
White with #E617BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E617BF; }
p { color: rgb(230,23,191); }
H1.HeaderClassName
{
color: #E617BF;
}
.AnyTagClassName
{
color: #E617BF;
}
</style>
background-color css
<style>
a { background-color: #E617BF; }
a { background-color: rgb(230,23,191); }
div.DivClassName
{
background-color: #E617BF;
}
.BgClassName
{
background-color: #E617BF;
}
</style>
border-color css
<style>
span { border-color: #E617BF; }
span { border-color: rgb(230,23,191); }
td.TdClassName
{
border-color: #E617BF;
}
.TagClassName
{
border-color: #E617BF;
}
</style>