Shades of Shocking Pink #E61BBC
Tints of Shocking Pink #E61BBC
RGB
CMYK
RGB Variations
Color information
#E61BBC (or 0xE61BBC) is known color: Shocking Pink. HEX triplet: E6, 1B and BC. RGB value is (230,27,188). Sum of RGB (Red+Green+Blue) = 230+27+188=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BBC is #19E443. Grayscale: #696969. Windows color (decimal): -1696836 or 12327910. OLE color: 12327910.
HSL color Cylindrical-coordinate representation of color #E61BBC: hue angle of 312.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BBC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.10 |
| HSL | 312.41º | 0.8% | 0.5% | - |
| HSV(B) | 312.41º | 0.88% | 0.9% | - |
| XYZ | 42.1 | 21.24 | 49.46 | - |
| YUV | 106.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 188 | 0 | 0.88 | 0.18 | 0.10 | 312.41 | 0.8 | 0.5 |
| Hex | E6 | 1B | BC | 0 | 58 | 12 | A | 138 | 50 | 32 |
| Octal | 346 | 33 | 274 | 0 | 130 | 22 | 12 | 470 | 120 | 62 |
| Binary | 11100110 | 11011 | 10111100 | 0 | 1011000 | 10010 | 1010 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E61BBC
Complementary color
Monochromatic Colors of #E61BBC
Black with #E61BBC
Text Example
Text Example
White with #E61BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BBC; }
p { color: rgb(230,27,188); }
H1.HeaderClassName
{
color: #E61BBC;
}
.AnyTagClassName
{
color: #E61BBC;
}
</style>
background-color css
<style>
a { background-color: #E61BBC; }
a { background-color: rgb(230,27,188); }
div.DivClassName
{
background-color: #E61BBC;
}
.BgClassName
{
background-color: #E61BBC;
}
</style>
border-color css
<style>
span { border-color: #E61BBC; }
span { border-color: rgb(230,27,188); }
td.TdClassName
{
border-color: #E61BBC;
}
.TagClassName
{
border-color: #E61BBC;
}
</style>