Shades of Shocking Pink #E621B9
Tints of Shocking Pink #E621B9
RGB
CMYK
RGB Variations
Color information
#E621B9 (or 0xE621B9) is known color: Shocking Pink. HEX triplet: E6, 21 and B9. RGB value is (230,33,185). Sum of RGB (Red+Green+Blue) = 230+33+185=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E621B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621B9 is #19DE46. Grayscale: #6C6C6C. Windows color (decimal): -1695303 or 12132838. OLE color: 12132838.
HSL color Cylindrical-coordinate representation of color #E621B9: hue angle of 313.71º 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 #E621B9 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 185 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.10 |
| HSL | 313.71º | 0.8% | 0.52% | - |
| HSV(B) | 313.71º | 0.86% | 0.9% | - |
| XYZ | 41.93 | 21.41 | 47.82 | - |
| YUV | 109.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 185 | 0 | 0.86 | 0.20 | 0.10 | 313.71 | 0.8 | 0.52 |
| Hex | E6 | 21 | B9 | 0 | 56 | 14 | A | 13A | 50 | 34 |
| Octal | 346 | 41 | 271 | 0 | 126 | 24 | 12 | 472 | 120 | 64 |
| Binary | 11100110 | 100001 | 10111001 | 0 | 1010110 | 10100 | 1010 | 100111010 | 1010000 | 110100 |
Color Harmonies of #E621B9
Complementary color
Monochromatic Colors of #E621B9
Black with #E621B9
Text Example
Text Example
White with #E621B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621B9; }
p { color: rgb(230,33,185); }
H1.HeaderClassName
{
color: #E621B9;
}
.AnyTagClassName
{
color: #E621B9;
}
</style>
background-color css
<style>
a { background-color: #E621B9; }
a { background-color: rgb(230,33,185); }
div.DivClassName
{
background-color: #E621B9;
}
.BgClassName
{
background-color: #E621B9;
}
</style>
border-color css
<style>
span { border-color: #E621B9; }
span { border-color: rgb(230,33,185); }
td.TdClassName
{
border-color: #E621B9;
}
.TagClassName
{
border-color: #E621B9;
}
</style>