Shades of Shocking Pink #E217BB
Tints of Shocking Pink #E217BB
RGB
CMYK
RGB Variations
Color information
#E217BB (or 0xE217BB) is known color: Shocking Pink. HEX triplet: E2, 17 and BB. RGB value is (226,23,187). Sum of RGB (Red+Green+Blue) = 226+23+187=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BB is #1DE844. Grayscale: #656565. Windows color (decimal): -1960005 or 12261346. OLE color: 12261346.
HSL color Cylindrical-coordinate representation of color #E217BB: hue angle of 311.53º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217BB is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.11 |
| HSL | 311.53º | 0.82% | 0.49% | - |
| HSV(B) | 311.53º | 0.9% | 0.89% | - |
| XYZ | 40.64 | 20.37 | 48.8 | - |
| YUV | 102.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 187 | 0 | 0.90 | 0.17 | 0.11 | 311.53 | 0.82 | 0.49 |
| Hex | E2 | 17 | BB | 0 | 5A | 11 | B | 138 | 52 | 31 |
| Octal | 342 | 27 | 273 | 0 | 132 | 21 | 13 | 470 | 122 | 61 |
| Binary | 11100010 | 10111 | 10111011 | 0 | 1011010 | 10001 | 1011 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E217BB
Complementary color
Monochromatic Colors of #E217BB
Black with #E217BB
Text Example
Text Example
White with #E217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217BB; }
p { color: rgb(226,23,187); }
H1.HeaderClassName
{
color: #E217BB;
}
.AnyTagClassName
{
color: #E217BB;
}
</style>
background-color css
<style>
a { background-color: #E217BB; }
a { background-color: rgb(226,23,187); }
div.DivClassName
{
background-color: #E217BB;
}
.BgClassName
{
background-color: #E217BB;
}
</style>
border-color css
<style>
span { border-color: #E217BB; }
span { border-color: rgb(226,23,187); }
td.TdClassName
{
border-color: #E217BB;
}
.TagClassName
{
border-color: #E217BB;
}
</style>