Shades of Shocking Pink #E61ABC
Tints of Shocking Pink #E61ABC
RGB
CMYK
RGB Variations
Color information
#E61ABC (or 0xE61ABC) is known color: Shocking Pink. HEX triplet: E6, 1A and BC. RGB value is (230,26,188). Sum of RGB (Red+Green+Blue) = 230+26+188=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ABC is #19E543. Grayscale: #696969. Windows color (decimal): -1697092 or 12327654. OLE color: 12327654.
HSL color Cylindrical-coordinate representation of color #E61ABC: hue angle of 312.35º 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 #E61ABC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.10 |
| HSL | 312.35º | 0.8% | 0.5% | - |
| HSV(B) | 312.35º | 0.89% | 0.9% | - |
| XYZ | 42.08 | 21.19 | 49.45 | - |
| YUV | 105.46 | 174.59 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 188 | 0 | 0.89 | 0.18 | 0.10 | 312.35 | 0.8 | 0.5 |
| Hex | E6 | 1A | BC | 0 | 59 | 12 | A | 138 | 50 | 32 |
| Octal | 346 | 32 | 274 | 0 | 131 | 22 | 12 | 470 | 120 | 62 |
| Binary | 11100110 | 11010 | 10111100 | 0 | 1011001 | 10010 | 1010 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E61ABC
Complementary color
Monochromatic Colors of #E61ABC
Black with #E61ABC
Text Example
Text Example
White with #E61ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ABC; }
p { color: rgb(230,26,188); }
H1.HeaderClassName
{
color: #E61ABC;
}
.AnyTagClassName
{
color: #E61ABC;
}
</style>
background-color css
<style>
a { background-color: #E61ABC; }
a { background-color: rgb(230,26,188); }
div.DivClassName
{
background-color: #E61ABC;
}
.BgClassName
{
background-color: #E61ABC;
}
</style>
border-color css
<style>
span { border-color: #E61ABC; }
span { border-color: rgb(230,26,188); }
td.TdClassName
{
border-color: #E61ABC;
}
.TagClassName
{
border-color: #E61ABC;
}
</style>