Shades of Shocking Pink #E321BA
Tints of Shocking Pink #E321BA
RGB
CMYK
RGB Variations
Color information
#E321BA (or 0xE321BA) is known color: Shocking Pink. HEX triplet: E3, 21 and BA. RGB value is (227,33,186). Sum of RGB (Red+Green+Blue) = 227+33+186=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E321BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321BA is #1CDE45. Grayscale: #6C6C6C. Windows color (decimal): -1891910 or 12198371. OLE color: 12198371.
HSL color Cylindrical-coordinate representation of color #E321BA: hue angle of 312.68º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E321BA is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 186 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.11 |
| HSL | 312.68º | 0.78% | 0.51% | - |
| HSV(B) | 312.68º | 0.85% | 0.89% | - |
| XYZ | 41.09 | 20.96 | 48.34 | - |
| YUV | 108.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 186 | 0 | 0.85 | 0.18 | 0.11 | 312.68 | 0.78 | 0.51 |
| Hex | E3 | 21 | BA | 0 | 55 | 12 | B | 139 | 4E | 33 |
| Octal | 343 | 41 | 272 | 0 | 125 | 22 | 13 | 471 | 116 | 63 |
| Binary | 11100011 | 100001 | 10111010 | 0 | 1010101 | 10010 | 1011 | 100111001 | 1001110 | 110011 |
Color Harmonies of #E321BA
Complementary color
Monochromatic Colors of #E321BA
Black with #E321BA
Text Example
Text Example
White with #E321BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E321BA; }
p { color: rgb(227,33,186); }
H1.HeaderClassName
{
color: #E321BA;
}
.AnyTagClassName
{
color: #E321BA;
}
</style>
background-color css
<style>
a { background-color: #E321BA; }
a { background-color: rgb(227,33,186); }
div.DivClassName
{
background-color: #E321BA;
}
.BgClassName
{
background-color: #E321BA;
}
</style>
border-color css
<style>
span { border-color: #E321BA; }
span { border-color: rgb(227,33,186); }
td.TdClassName
{
border-color: #E321BA;
}
.TagClassName
{
border-color: #E321BA;
}
</style>