Shades of Shocking Pink #E61BBA
Tints of Shocking Pink #E61BBA
RGB
CMYK
RGB Variations
Color information
#E61BBA (or 0xE61BBA) is known color: Shocking Pink. HEX triplet: E6, 1B and BA. RGB value is (230,27,186). Sum of RGB (Red+Green+Blue) = 230+27+186=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BBA is #19E445. Grayscale: #696969. Windows color (decimal): -1696838 or 12196838. OLE color: 12196838.
HSL color Cylindrical-coordinate representation of color #E61BBA: hue angle of 313º 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 #E61BBA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.10 |
| HSL | 313º | 0.8% | 0.5% | - |
| HSV(B) | 313º | 0.88% | 0.9% | - |
| XYZ | 41.89 | 21.15 | 48.33 | - |
| YUV | 105.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 186 | 0 | 0.88 | 0.19 | 0.10 | 313 | 0.8 | 0.5 |
| Hex | E6 | 1B | BA | 0 | 58 | 13 | A | 139 | 50 | 32 |
| Octal | 346 | 33 | 272 | 0 | 130 | 23 | 12 | 471 | 120 | 62 |
| Binary | 11100110 | 11011 | 10111010 | 0 | 1011000 | 10011 | 1010 | 100111001 | 1010000 | 110010 |
Color Harmonies of #E61BBA
Complementary color
Monochromatic Colors of #E61BBA
Black with #E61BBA
Text Example
Text Example
White with #E61BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BBA; }
p { color: rgb(230,27,186); }
H1.HeaderClassName
{
color: #E61BBA;
}
.AnyTagClassName
{
color: #E61BBA;
}
</style>
background-color css
<style>
a { background-color: #E61BBA; }
a { background-color: rgb(230,27,186); }
div.DivClassName
{
background-color: #E61BBA;
}
.BgClassName
{
background-color: #E61BBA;
}
</style>
border-color css
<style>
span { border-color: #E61BBA; }
span { border-color: rgb(230,27,186); }
td.TdClassName
{
border-color: #E61BBA;
}
.TagClassName
{
border-color: #E61BBA;
}
</style>