Shades of Shocking Pink #E223BE
Tints of Shocking Pink #E223BE
RGB
CMYK
RGB Variations
Color information
#E223BE (or 0xE223BE) is known color: Shocking Pink. HEX triplet: E2, 23 and BE. RGB value is (226,35,190). Sum of RGB (Red+Green+Blue) = 226+35+190=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E223BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E223BE is #1DDC41. Grayscale: #6D6D6D. Windows color (decimal): -1956930 or 12461026. OLE color: 12461026.
HSL color Cylindrical-coordinate representation of color #E223BE: hue angle of 311.31º 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 #E223BE is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 190 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.11 |
| HSL | 311.31º | 0.77% | 0.51% | - |
| HSV(B) | 311.31º | 0.85% | 0.89% | - |
| XYZ | 41.26 | 21.09 | 50.61 | - |
| YUV | 109.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 190 | 0 | 0.85 | 0.16 | 0.11 | 311.31 | 0.77 | 0.51 |
| Hex | E2 | 23 | BE | 0 | 55 | 10 | B | 137 | 4D | 33 |
| Octal | 342 | 43 | 276 | 0 | 125 | 20 | 13 | 467 | 115 | 63 |
| Binary | 11100010 | 100011 | 10111110 | 0 | 1010101 | 10000 | 1011 | 100110111 | 1001101 | 110011 |
Color Harmonies of #E223BE
Complementary color
Monochromatic Colors of #E223BE
Black with #E223BE
Text Example
Text Example
White with #E223BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223BE; }
p { color: rgb(226,35,190); }
H1.HeaderClassName
{
color: #E223BE;
}
.AnyTagClassName
{
color: #E223BE;
}
</style>
background-color css
<style>
a { background-color: #E223BE; }
a { background-color: rgb(226,35,190); }
div.DivClassName
{
background-color: #E223BE;
}
.BgClassName
{
background-color: #E223BE;
}
</style>
border-color css
<style>
span { border-color: #E223BE; }
span { border-color: rgb(226,35,190); }
td.TdClassName
{
border-color: #E223BE;
}
.TagClassName
{
border-color: #E223BE;
}
</style>