Shades of Shocking Pink #E618BF
Tints of Shocking Pink #E618BF
RGB
CMYK
RGB Variations
Color information
#E618BF (or 0xE618BF) is known color: Shocking Pink. HEX triplet: E6, 18 and BF. RGB value is (230,24,191). Sum of RGB (Red+Green+Blue) = 230+24+191=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E618BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618BF is #19E740. Grayscale: #686868. Windows color (decimal): -1697601 or 12523750. OLE color: 12523750.
HSL color Cylindrical-coordinate representation of color #E618BF: hue angle of 311.36º degrees, saturation: 0.81, 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 #E618BF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 191 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.10 |
| HSL | 311.36º | 0.81% | 0.5% | - |
| HSV(B) | 311.36º | 0.9% | 0.9% | - |
| XYZ | 42.36 | 21.24 | 51.16 | - |
| YUV | 104.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 191 | 0 | 0.90 | 0.17 | 0.10 | 311.36 | 0.81 | 0.5 |
| Hex | E6 | 18 | BF | 0 | 5A | 11 | A | 137 | 51 | 32 |
| Octal | 346 | 30 | 277 | 0 | 132 | 21 | 12 | 467 | 121 | 62 |
| Binary | 11100110 | 11000 | 10111111 | 0 | 1011010 | 10001 | 1010 | 100110111 | 1010001 | 110010 |
Color Harmonies of #E618BF
Complementary color
Monochromatic Colors of #E618BF
Black with #E618BF
Text Example
Text Example
White with #E618BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618BF; }
p { color: rgb(230,24,191); }
H1.HeaderClassName
{
color: #E618BF;
}
.AnyTagClassName
{
color: #E618BF;
}
</style>
background-color css
<style>
a { background-color: #E618BF; }
a { background-color: rgb(230,24,191); }
div.DivClassName
{
background-color: #E618BF;
}
.BgClassName
{
background-color: #E618BF;
}
</style>
border-color css
<style>
span { border-color: #E618BF; }
span { border-color: rgb(230,24,191); }
td.TdClassName
{
border-color: #E618BF;
}
.TagClassName
{
border-color: #E618BF;
}
</style>