Shades of Shocking Pink #E621BA
Tints of Shocking Pink #E621BA
RGB
CMYK
RGB Variations
Color information
#E621BA (or 0xE621BA) is known color: Shocking Pink. HEX triplet: E6, 21 and BA. RGB value is (230,33,186). Sum of RGB (Red+Green+Blue) = 230+33+186=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E621BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621BA is #19DE45. Grayscale: #6C6C6C. Windows color (decimal): -1695302 or 12198374. OLE color: 12198374.
HSL color Cylindrical-coordinate representation of color #E621BA: hue angle of 313.4º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621BA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 186 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.10 |
| HSL | 313.4º | 0.8% | 0.52% | - |
| HSV(B) | 313.4º | 0.86% | 0.9% | - |
| XYZ | 42.04 | 21.46 | 48.38 | - |
| YUV | 109.35 | 171.27 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 186 | 0 | 0.86 | 0.19 | 0.10 | 313.4 | 0.8 | 0.52 |
| Hex | E6 | 21 | BA | 0 | 56 | 13 | A | 139 | 50 | 34 |
| Octal | 346 | 41 | 272 | 0 | 126 | 23 | 12 | 471 | 120 | 64 |
| Binary | 11100110 | 100001 | 10111010 | 0 | 1010110 | 10011 | 1010 | 100111001 | 1010000 | 110100 |
Color Harmonies of #E621BA
Complementary color
Monochromatic Colors of #E621BA
Black with #E621BA
Text Example
Text Example
White with #E621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621BA; }
p { color: rgb(230,33,186); }
H1.HeaderClassName
{
color: #E621BA;
}
.AnyTagClassName
{
color: #E621BA;
}
</style>
background-color css
<style>
a { background-color: #E621BA; }
a { background-color: rgb(230,33,186); }
div.DivClassName
{
background-color: #E621BA;
}
.BgClassName
{
background-color: #E621BA;
}
</style>
border-color css
<style>
span { border-color: #E621BA; }
span { border-color: rgb(230,33,186); }
td.TdClassName
{
border-color: #E621BA;
}
.TagClassName
{
border-color: #E621BA;
}
</style>