Shades of Shocking Pink #E61BBE
Tints of Shocking Pink #E61BBE
RGB
CMYK
RGB Variations
Color information
#E61BBE (or 0xE61BBE) is known color: Shocking Pink. HEX triplet: E6, 1B and BE. RGB value is (230,27,190). Sum of RGB (Red+Green+Blue) = 230+27+190=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BBE is #19E441. Grayscale: #696969. Windows color (decimal): -1696834 or 12458982. OLE color: 12458982.
HSL color Cylindrical-coordinate representation of color #E61BBE: hue angle of 311.82º 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 #E61BBE is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 190 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.10 |
| HSL | 311.82º | 0.8% | 0.5% | - |
| HSV(B) | 311.82º | 0.88% | 0.9% | - |
| XYZ | 42.32 | 21.32 | 50.6 | - |
| YUV | 106.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 190 | 0 | 0.88 | 0.17 | 0.10 | 311.82 | 0.8 | 0.5 |
| Hex | E6 | 1B | BE | 0 | 58 | 11 | A | 138 | 50 | 32 |
| Octal | 346 | 33 | 276 | 0 | 130 | 21 | 12 | 470 | 120 | 62 |
| Binary | 11100110 | 11011 | 10111110 | 0 | 1011000 | 10001 | 1010 | 100111000 | 1010000 | 110010 |
Color Harmonies of #E61BBE
Complementary color
Monochromatic Colors of #E61BBE
Black with #E61BBE
Text Example
Text Example
White with #E61BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BBE; }
p { color: rgb(230,27,190); }
H1.HeaderClassName
{
color: #E61BBE;
}
.AnyTagClassName
{
color: #E61BBE;
}
</style>
background-color css
<style>
a { background-color: #E61BBE; }
a { background-color: rgb(230,27,190); }
div.DivClassName
{
background-color: #E61BBE;
}
.BgClassName
{
background-color: #E61BBE;
}
</style>
border-color css
<style>
span { border-color: #E61BBE; }
span { border-color: rgb(230,27,190); }
td.TdClassName
{
border-color: #E61BBE;
}
.TagClassName
{
border-color: #E61BBE;
}
</style>