Shades of Shocking Pink #E616BE
Tints of Shocking Pink #E616BE
RGB
CMYK
RGB Variations
Color information
#E616BE (or 0xE616BE) is known color: Shocking Pink. HEX triplet: E6, 16 and BE. RGB value is (230,22,190). Sum of RGB (Red+Green+Blue) = 230+22+190=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E616BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616BE is #19E941. Grayscale: #666666. Windows color (decimal): -1698114 or 12457702. OLE color: 12457702.
HSL color Cylindrical-coordinate representation of color #E616BE: hue angle of 311.54º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616BE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.10 |
| HSL | 311.54º | 0.83% | 0.49% | - |
| HSV(B) | 311.54º | 0.9% | 0.9% | - |
| XYZ | 42.21 | 21.11 | 50.57 | - |
| YUV | 103.34 | 176.91 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 190 | 0 | 0.90 | 0.17 | 0.10 | 311.54 | 0.83 | 0.49 |
| Hex | E6 | 16 | BE | 0 | 5A | 11 | A | 138 | 53 | 31 |
| Octal | 346 | 26 | 276 | 0 | 132 | 21 | 12 | 470 | 123 | 61 |
| Binary | 11100110 | 10110 | 10111110 | 0 | 1011010 | 10001 | 1010 | 100111000 | 1010011 | 110001 |
Color Harmonies of #E616BE
Complementary color
Monochromatic Colors of #E616BE
Black with #E616BE
Text Example
Text Example
White with #E616BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616BE; }
p { color: rgb(230,22,190); }
H1.HeaderClassName
{
color: #E616BE;
}
.AnyTagClassName
{
color: #E616BE;
}
</style>
background-color css
<style>
a { background-color: #E616BE; }
a { background-color: rgb(230,22,190); }
div.DivClassName
{
background-color: #E616BE;
}
.BgClassName
{
background-color: #E616BE;
}
</style>
border-color css
<style>
span { border-color: #E616BE; }
span { border-color: rgb(230,22,190); }
td.TdClassName
{
border-color: #E616BE;
}
.TagClassName
{
border-color: #E616BE;
}
</style>