Shades of Shocking Pink #E422BB
Tints of Shocking Pink #E422BB
RGB
CMYK
RGB Variations
Color information
#E422BB (or 0xE422BB) is known color: Shocking Pink. HEX triplet: E4, 22 and BB. RGB value is (228,34,187). Sum of RGB (Red+Green+Blue) = 228+34+187=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E422BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E422BB is #1BDD44. Grayscale: #6D6D6D. Windows color (decimal): -1826117 or 12264164. OLE color: 12264164.
HSL color Cylindrical-coordinate representation of color #E422BB: 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 #E422BB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 187 | - |
| 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.54 | 21.23 | 48.92 | - |
| YUV | 109.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 187 | 0 | 0.85 | 0.18 | 0.11 | 312.68 | 0.78 | 0.51 |
| Hex | E4 | 22 | BB | 0 | 55 | 12 | B | 139 | 4E | 33 |
| Octal | 344 | 42 | 273 | 0 | 125 | 22 | 13 | 471 | 116 | 63 |
| Binary | 11100100 | 100010 | 10111011 | 0 | 1010101 | 10010 | 1011 | 100111001 | 1001110 | 110011 |
Color Harmonies of #E422BB
Complementary color
Monochromatic Colors of #E422BB
Black with #E422BB
Text Example
Text Example
White with #E422BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E422BB; }
p { color: rgb(228,34,187); }
H1.HeaderClassName
{
color: #E422BB;
}
.AnyTagClassName
{
color: #E422BB;
}
</style>
background-color css
<style>
a { background-color: #E422BB; }
a { background-color: rgb(228,34,187); }
div.DivClassName
{
background-color: #E422BB;
}
.BgClassName
{
background-color: #E422BB;
}
</style>
border-color css
<style>
span { border-color: #E422BB; }
span { border-color: rgb(228,34,187); }
td.TdClassName
{
border-color: #E422BB;
}
.TagClassName
{
border-color: #E422BB;
}
</style>