Shades of Shocking Pink #E619B5
Tints of Shocking Pink #E619B5
RGB
CMYK
RGB Variations
Color information
#E619B5 (or 0xE619B5) is known color: Shocking Pink. HEX triplet: E6, 19 and B5. RGB value is (230,25,181). Sum of RGB (Red+Green+Blue) = 230+25+181=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E619B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619B5 is #19E64A. Grayscale: #676767. Windows color (decimal): -1697355 or 11868646. OLE color: 11868646.
HSL color Cylindrical-coordinate representation of color #E619B5: hue angle of 314.34º 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 #E619B5 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 181 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.10 |
| HSL | 314.34º | 0.8% | 0.5% | - |
| HSV(B) | 314.34º | 0.89% | 0.9% | - |
| XYZ | 41.32 | 20.85 | 45.56 | - |
| YUV | 104.08 | 171.42 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 181 | 0 | 0.89 | 0.21 | 0.10 | 314.34 | 0.8 | 0.5 |
| Hex | E6 | 19 | B5 | 0 | 59 | 15 | A | 13A | 50 | 32 |
| Octal | 346 | 31 | 265 | 0 | 131 | 25 | 12 | 472 | 120 | 62 |
| Binary | 11100110 | 11001 | 10110101 | 0 | 1011001 | 10101 | 1010 | 100111010 | 1010000 | 110010 |
Color Harmonies of #E619B5
Complementary color
Monochromatic Colors of #E619B5
Black with #E619B5
Text Example
Text Example
White with #E619B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619B5; }
p { color: rgb(230,25,181); }
H1.HeaderClassName
{
color: #E619B5;
}
.AnyTagClassName
{
color: #E619B5;
}
</style>
background-color css
<style>
a { background-color: #E619B5; }
a { background-color: rgb(230,25,181); }
div.DivClassName
{
background-color: #E619B5;
}
.BgClassName
{
background-color: #E619B5;
}
</style>
border-color css
<style>
span { border-color: #E619B5; }
span { border-color: rgb(230,25,181); }
td.TdClassName
{
border-color: #E619B5;
}
.TagClassName
{
border-color: #E619B5;
}
</style>