Shades of Shocking #E288BC
Tints of Shocking #E288BC
RGB
CMYK
RGB Variations
Color information
#E288BC (or 0xE288BC) is known color: Shocking. HEX triplet: E2, 88 and BC. RGB value is (226,136,188). Sum of RGB (Red+Green+Blue) = 226+136+188=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E288BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288BC is #1D7743. Grayscale: #A8A8A8. Windows color (decimal): -1931076 or 12355810. OLE color: 12355810.
HSL color Cylindrical-coordinate representation of color #E288BC: hue angle of 325.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288BC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 188 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.11 |
| HSL | 325.33º | 0.61% | 0.71% | - |
| HSV(B) | 325.33º | 0.4% | 0.89% | - |
| XYZ | 49.25 | 37.41 | 52.2 | - |
| YUV | 168.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 188 | 0 | 0.40 | 0.17 | 0.11 | 325.33 | 0.61 | 0.71 |
| Hex | E2 | 88 | BC | 0 | 28 | 11 | B | 145 | 3D | 47 |
| Octal | 342 | 210 | 274 | 0 | 50 | 21 | 13 | 505 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10111100 | 0 | 101000 | 10001 | 1011 | 101000101 | 111101 | 1000111 |
Color Harmonies of #E288BC
Complementary color
Monochromatic Colors of #E288BC
Black with #E288BC
Text Example
Text Example
White with #E288BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288BC; }
p { color: rgb(226,136,188); }
H1.HeaderClassName
{
color: #E288BC;
}
.AnyTagClassName
{
color: #E288BC;
}
</style>
background-color css
<style>
a { background-color: #E288BC; }
a { background-color: rgb(226,136,188); }
div.DivClassName
{
background-color: #E288BC;
}
.BgClassName
{
background-color: #E288BC;
}
</style>
border-color css
<style>
span { border-color: #E288BC; }
span { border-color: rgb(226,136,188); }
td.TdClassName
{
border-color: #E288BC;
}
.TagClassName
{
border-color: #E288BC;
}
</style>