Shades of Shocking Pink #E217BA
Tints of Shocking Pink #E217BA
RGB
CMYK
RGB Variations
Color information
#E217BA (or 0xE217BA) is known color: Shocking Pink. HEX triplet: E2, 17 and BA. RGB value is (226,23,186). Sum of RGB (Red+Green+Blue) = 226+23+186=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BA is #1DE845. Grayscale: #656565. Windows color (decimal): -1960006 or 12195810. OLE color: 12195810.
HSL color Cylindrical-coordinate representation of color #E217BA: hue angle of 311.82º 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 #E217BA is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 186 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.11 |
| HSL | 311.82º | 0.82% | 0.49% | - |
| HSV(B) | 311.82º | 0.9% | 0.89% | - |
| XYZ | 40.53 | 20.33 | 48.24 | - |
| YUV | 102.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 186 | 0 | 0.90 | 0.18 | 0.11 | 311.82 | 0.82 | 0.49 |
| Hex | E2 | 17 | BA | 0 | 5A | 12 | B | 138 | 52 | 31 |
| Octal | 342 | 27 | 272 | 0 | 132 | 22 | 13 | 470 | 122 | 61 |
| Binary | 11100010 | 10111 | 10111010 | 0 | 1011010 | 10010 | 1011 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E217BA
Complementary color
Monochromatic Colors of #E217BA
Black with #E217BA
Text Example
Text Example
White with #E217BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217BA; }
p { color: rgb(226,23,186); }
H1.HeaderClassName
{
color: #E217BA;
}
.AnyTagClassName
{
color: #E217BA;
}
</style>
background-color css
<style>
a { background-color: #E217BA; }
a { background-color: rgb(226,23,186); }
div.DivClassName
{
background-color: #E217BA;
}
.BgClassName
{
background-color: #E217BA;
}
</style>
border-color css
<style>
span { border-color: #E217BA; }
span { border-color: rgb(226,23,186); }
td.TdClassName
{
border-color: #E217BA;
}
.TagClassName
{
border-color: #E217BA;
}
</style>