Shades of Shocking Pink #E126BC
Tints of Shocking Pink #E126BC
RGB
CMYK
RGB Variations
Color information
#E126BC (or 0xE126BC) is known color: Shocking Pink. HEX triplet: E1, 26 and BC. RGB value is (225,38,188). Sum of RGB (Red+Green+Blue) = 225+38+188=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E126BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126BC is #1ED943. Grayscale: #6E6E6E. Windows color (decimal): -2021700 or 12330721. OLE color: 12330721.
HSL color Cylindrical-coordinate representation of color #E126BC: hue angle of 311.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E126BC is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 188 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.12 |
| HSL | 311.87º | 0.76% | 0.52% | - |
| HSV(B) | 311.87º | 0.83% | 0.88% | - |
| XYZ | 40.82 | 21.02 | 49.48 | - |
| YUV | 111.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 188 | 0 | 0.83 | 0.16 | 0.12 | 311.87 | 0.76 | 0.52 |
| Hex | E1 | 26 | BC | 0 | 53 | 10 | C | 138 | 4C | 34 |
| Octal | 341 | 46 | 274 | 0 | 123 | 20 | 14 | 470 | 114 | 64 |
| Binary | 11100001 | 100110 | 10111100 | 0 | 1010011 | 10000 | 1100 | 100111000 | 1001100 | 110100 |
Color Harmonies of #E126BC
Complementary color
Monochromatic Colors of #E126BC
Black with #E126BC
Text Example
Text Example
White with #E126BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E126BC; }
p { color: rgb(225,38,188); }
H1.HeaderClassName
{
color: #E126BC;
}
.AnyTagClassName
{
color: #E126BC;
}
</style>
background-color css
<style>
a { background-color: #E126BC; }
a { background-color: rgb(225,38,188); }
div.DivClassName
{
background-color: #E126BC;
}
.BgClassName
{
background-color: #E126BC;
}
</style>
border-color css
<style>
span { border-color: #E126BC; }
span { border-color: rgb(225,38,188); }
td.TdClassName
{
border-color: #E126BC;
}
.TagClassName
{
border-color: #E126BC;
}
</style>