Shades of Shocking Pink #E619D0
Tints of Shocking Pink #E619D0
RGB
CMYK
RGB Variations
Color information
#E619D0 (or 0xE619D0) is known color: Shocking Pink. HEX triplet: E6, 19 and D0. RGB value is (230,25,208). Sum of RGB (Red+Green+Blue) = 230+25+208=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E619D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619D0 is #19E62F. Grayscale: #6A6A6A. Windows color (decimal): -1697328 or 13638118. OLE color: 13638118.
HSL color Cylindrical-coordinate representation of color #E619D0: hue angle of 306.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619D0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 208 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.10 |
| HSL | 306.44º | 0.8% | 0.5% | - |
| HSV(B) | 306.44º | 0.89% | 0.9% | - |
| XYZ | 44.37 | 22.07 | 61.6 | - |
| YUV | 107.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 208 | 0 | 0.89 | 0.10 | 0.10 | 306.44 | 0.8 | 0.5 |
| Hex | E6 | 19 | D0 | 0 | 59 | A | A | 132 | 50 | 32 |
| Octal | 346 | 31 | 320 | 0 | 131 | 12 | 12 | 462 | 120 | 62 |
| Binary | 11100110 | 11001 | 11010000 | 0 | 1011001 | 1010 | 1010 | 100110010 | 1010000 | 110010 |
Color Harmonies of #E619D0
Complementary color
Monochromatic Colors of #E619D0
Black with #E619D0
Text Example
Text Example
White with #E619D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619D0; }
p { color: rgb(230,25,208); }
H1.HeaderClassName
{
color: #E619D0;
}
.AnyTagClassName
{
color: #E619D0;
}
</style>
background-color css
<style>
a { background-color: #E619D0; }
a { background-color: rgb(230,25,208); }
div.DivClassName
{
background-color: #E619D0;
}
.BgClassName
{
background-color: #E619D0;
}
</style>
border-color css
<style>
span { border-color: #E619D0; }
span { border-color: rgb(230,25,208); }
td.TdClassName
{
border-color: #E619D0;
}
.TagClassName
{
border-color: #E619D0;
}
</style>