Shades of Shocking #E289BC
Tints of Shocking #E289BC
RGB
CMYK
RGB Variations
Color information
#E289BC (or 0xE289BC) is known color: Shocking. HEX triplet: E2, 89 and BC. RGB value is (226,137,188). Sum of RGB (Red+Green+Blue) = 226+137+188=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E289BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289BC is #1D7643. Grayscale: #A9A9A9. Windows color (decimal): -1930820 or 12356066. OLE color: 12356066.
HSL color Cylindrical-coordinate representation of color #E289BC: hue angle of 325.62º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289BC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 188 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.11 |
| HSL | 325.62º | 0.61% | 0.71% | - |
| HSV(B) | 325.62º | 0.39% | 0.89% | - |
| XYZ | 49.39 | 37.69 | 52.25 | - |
| YUV | 169.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 188 | 0 | 0.39 | 0.17 | 0.11 | 325.62 | 0.61 | 0.71 |
| Hex | E2 | 89 | BC | 0 | 27 | 11 | B | 146 | 3D | 47 |
| Octal | 342 | 211 | 274 | 0 | 47 | 21 | 13 | 506 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10111100 | 0 | 100111 | 10001 | 1011 | 101000110 | 111101 | 1000111 |
Color Harmonies of #E289BC
Complementary color
Monochromatic Colors of #E289BC
Black with #E289BC
Text Example
Text Example
White with #E289BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289BC; }
p { color: rgb(226,137,188); }
H1.HeaderClassName
{
color: #E289BC;
}
.AnyTagClassName
{
color: #E289BC;
}
</style>
background-color css
<style>
a { background-color: #E289BC; }
a { background-color: rgb(226,137,188); }
div.DivClassName
{
background-color: #E289BC;
}
.BgClassName
{
background-color: #E289BC;
}
</style>
border-color css
<style>
span { border-color: #E289BC; }
span { border-color: rgb(226,137,188); }
td.TdClassName
{
border-color: #E289BC;
}
.TagClassName
{
border-color: #E289BC;
}
</style>