Shades of Shocking Pink #E226BC
Tints of Shocking Pink #E226BC
RGB
CMYK
RGB Variations
Color information
#E226BC (or 0xE226BC) is known color: Shocking Pink. HEX triplet: E2, 26 and BC. RGB value is (226,38,188). Sum of RGB (Red+Green+Blue) = 226+38+188=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E226BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226BC is #1DD943. Grayscale: #6E6E6E. Windows color (decimal): -1956164 or 12330722. OLE color: 12330722.
HSL color Cylindrical-coordinate representation of color #E226BC: hue angle of 312.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226BC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 188 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.11 |
| HSL | 312.13º | 0.76% | 0.52% | - |
| HSV(B) | 312.13º | 0.83% | 0.89% | - |
| XYZ | 41.13 | 21.19 | 49.5 | - |
| YUV | 111.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 188 | 0 | 0.83 | 0.17 | 0.11 | 312.13 | 0.76 | 0.52 |
| Hex | E2 | 26 | BC | 0 | 53 | 11 | B | 138 | 4C | 34 |
| Octal | 342 | 46 | 274 | 0 | 123 | 21 | 13 | 470 | 114 | 64 |
| Binary | 11100010 | 100110 | 10111100 | 0 | 1010011 | 10001 | 1011 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E226BC
Complementary color
Monochromatic Colors of #E226BC
Black with #E226BC
Text Example
Text Example
White with #E226BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226BC; }
p { color: rgb(226,38,188); }
H1.HeaderClassName
{
color: #E226BC;
}
.AnyTagClassName
{
color: #E226BC;
}
</style>
background-color css
<style>
a { background-color: #E226BC; }
a { background-color: rgb(226,38,188); }
div.DivClassName
{
background-color: #E226BC;
}
.BgClassName
{
background-color: #E226BC;
}
</style>
border-color css
<style>
span { border-color: #E226BC; }
span { border-color: rgb(226,38,188); }
td.TdClassName
{
border-color: #E226BC;
}
.TagClassName
{
border-color: #E226BC;
}
</style>