Shades of Shocking Pink #E616D1
Tints of Shocking Pink #E616D1
RGB
CMYK
RGB Variations
Color information
#E616D1 (or 0xE616D1) is known color: Shocking Pink. HEX triplet: E6, 16 and D1. RGB value is (230,22,209). Sum of RGB (Red+Green+Blue) = 230+22+209=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E616D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616D1 is #19E92E. Grayscale: #686868. Windows color (decimal): -1698095 or 13702886. OLE color: 13702886.
HSL color Cylindrical-coordinate representation of color #E616D1: hue angle of 306.06º 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 #E616D1 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 209 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.10 |
| HSL | 306.06º | 0.83% | 0.49% | - |
| HSV(B) | 306.06º | 0.9% | 0.9% | - |
| XYZ | 44.43 | 22 | 62.23 | - |
| YUV | 105.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 209 | 0 | 0.90 | 0.09 | 0.10 | 306.06 | 0.83 | 0.49 |
| Hex | E6 | 16 | D1 | 0 | 5A | 9 | A | 132 | 53 | 31 |
| Octal | 346 | 26 | 321 | 0 | 132 | 11 | 12 | 462 | 123 | 61 |
| Binary | 11100110 | 10110 | 11010001 | 0 | 1011010 | 1001 | 1010 | 100110010 | 1010011 | 110001 |
Color Harmonies of #E616D1
Complementary color
Monochromatic Colors of #E616D1
Black with #E616D1
Text Example
Text Example
White with #E616D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616D1; }
p { color: rgb(230,22,209); }
H1.HeaderClassName
{
color: #E616D1;
}
.AnyTagClassName
{
color: #E616D1;
}
</style>
background-color css
<style>
a { background-color: #E616D1; }
a { background-color: rgb(230,22,209); }
div.DivClassName
{
background-color: #E616D1;
}
.BgClassName
{
background-color: #E616D1;
}
</style>
border-color css
<style>
span { border-color: #E616D1; }
span { border-color: rgb(230,22,209); }
td.TdClassName
{
border-color: #E616D1;
}
.TagClassName
{
border-color: #E616D1;
}
</style>