Shades of Shocking Pink #E616D0
Tints of Shocking Pink #E616D0
RGB
CMYK
RGB Variations
Color information
#E616D0 (or 0xE616D0) is known color: Shocking Pink. HEX triplet: E6, 16 and D0. RGB value is (230,22,208). Sum of RGB (Red+Green+Blue) = 230+22+208=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E616D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616D0 is #19E92F. Grayscale: #686868. Windows color (decimal): -1698096 or 13637350. OLE color: 13637350.
HSL color Cylindrical-coordinate representation of color #E616D0: hue angle of 306.35º 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 #E616D0 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 208 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.35º | 0.83% | 0.49% | - |
| HSV(B) | 306.35º | 0.9% | 0.9% | - |
| XYZ | 44.31 | 21.95 | 61.58 | - |
| YUV | 105.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 208 | 0 | 0.90 | 0.10 | 0.10 | 306.35 | 0.83 | 0.49 |
| Hex | E6 | 16 | D0 | 0 | 5A | A | A | 132 | 53 | 31 |
| Octal | 346 | 26 | 320 | 0 | 132 | 12 | 12 | 462 | 123 | 61 |
| Binary | 11100110 | 10110 | 11010000 | 0 | 1011010 | 1010 | 1010 | 100110010 | 1010011 | 110001 |
Color Harmonies of #E616D0
Complementary color
Monochromatic Colors of #E616D0
Black with #E616D0
Text Example
Text Example
White with #E616D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616D0; }
p { color: rgb(230,22,208); }
H1.HeaderClassName
{
color: #E616D0;
}
.AnyTagClassName
{
color: #E616D0;
}
</style>
background-color css
<style>
a { background-color: #E616D0; }
a { background-color: rgb(230,22,208); }
div.DivClassName
{
background-color: #E616D0;
}
.BgClassName
{
background-color: #E616D0;
}
</style>
border-color css
<style>
span { border-color: #E616D0; }
span { border-color: rgb(230,22,208); }
td.TdClassName
{
border-color: #E616D0;
}
.TagClassName
{
border-color: #E616D0;
}
</style>