Shades of Shocking Pink #E223BB
Tints of Shocking Pink #E223BB
RGB
CMYK
RGB Variations
Color information
#E223BB (or 0xE223BB) is known color: Shocking Pink. HEX triplet: E2, 23 and BB. RGB value is (226,35,187). Sum of RGB (Red+Green+Blue) = 226+35+187=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E223BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E223BB is #1DDC44. Grayscale: #6D6D6D. Windows color (decimal): -1956933 or 12264418. OLE color: 12264418.
HSL color Cylindrical-coordinate representation of color #E223BB: hue angle of 312.25º degrees, saturation: 0.77, 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 #E223BB is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 187 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.11 |
| HSL | 312.25º | 0.77% | 0.51% | - |
| HSV(B) | 312.25º | 0.85% | 0.89% | - |
| XYZ | 40.93 | 20.96 | 48.9 | - |
| YUV | 109.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 187 | 0 | 0.85 | 0.17 | 0.11 | 312.25 | 0.77 | 0.51 |
| Hex | E2 | 23 | BB | 0 | 55 | 11 | B | 138 | 4D | 33 |
| Octal | 342 | 43 | 273 | 0 | 125 | 21 | 13 | 470 | 115 | 63 |
| Binary | 11100010 | 100011 | 10111011 | 0 | 1010101 | 10001 | 1011 | 100111000 | 1001101 | 110011 |
Color Harmonies of #E223BB
Complementary color
Monochromatic Colors of #E223BB
Black with #E223BB
Text Example
Text Example
White with #E223BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223BB; }
p { color: rgb(226,35,187); }
H1.HeaderClassName
{
color: #E223BB;
}
.AnyTagClassName
{
color: #E223BB;
}
</style>
background-color css
<style>
a { background-color: #E223BB; }
a { background-color: rgb(226,35,187); }
div.DivClassName
{
background-color: #E223BB;
}
.BgClassName
{
background-color: #E223BB;
}
</style>
border-color css
<style>
span { border-color: #E223BB; }
span { border-color: rgb(226,35,187); }
td.TdClassName
{
border-color: #E223BB;
}
.TagClassName
{
border-color: #E223BB;
}
</style>