Shades of Shocking Pink #E61CBC
Tints of Shocking Pink #E61CBC
RGB
CMYK
RGB Variations
Color information
#E61CBC (or 0xE61CBC) is known color: Shocking Pink. HEX triplet: E6, 1C and BC. RGB value is (230,28,188). Sum of RGB (Red+Green+Blue) = 230+28+188=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CBC is #19E343. Grayscale: #6A6A6A. Windows color (decimal): -1696580 or 12328166. OLE color: 12328166.
HSL color Cylindrical-coordinate representation of color #E61CBC: hue angle of 312.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CBC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 188 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.10 |
| HSL | 312.48º | 0.8% | 0.51% | - |
| HSV(B) | 312.48º | 0.88% | 0.9% | - |
| XYZ | 42.13 | 21.28 | 49.46 | - |
| YUV | 106.64 | 173.92 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 188 | 0 | 0.88 | 0.18 | 0.10 | 312.48 | 0.8 | 0.51 |
| Hex | E6 | 1C | BC | 0 | 58 | 12 | A | 138 | 50 | 33 |
| Octal | 346 | 34 | 274 | 0 | 130 | 22 | 12 | 470 | 120 | 63 |
| Binary | 11100110 | 11100 | 10111100 | 0 | 1011000 | 10010 | 1010 | 100111000 | 1010000 | 110011 |
Color Harmonies of #E61CBC
Complementary color
Monochromatic Colors of #E61CBC
Black with #E61CBC
Text Example
Text Example
White with #E61CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CBC; }
p { color: rgb(230,28,188); }
H1.HeaderClassName
{
color: #E61CBC;
}
.AnyTagClassName
{
color: #E61CBC;
}
</style>
background-color css
<style>
a { background-color: #E61CBC; }
a { background-color: rgb(230,28,188); }
div.DivClassName
{
background-color: #E61CBC;
}
.BgClassName
{
background-color: #E61CBC;
}
</style>
border-color css
<style>
span { border-color: #E61CBC; }
span { border-color: rgb(230,28,188); }
td.TdClassName
{
border-color: #E61CBC;
}
.TagClassName
{
border-color: #E61CBC;
}
</style>