Shades of Shocking Pink #E216BD
Tints of Shocking Pink #E216BD
RGB
CMYK
RGB Variations
Color information
#E216BD (or 0xE216BD) is known color: Shocking Pink. HEX triplet: E2, 16 and BD. RGB value is (226,22,189). Sum of RGB (Red+Green+Blue) = 226+22+189=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E216BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216BD is #1DE942. Grayscale: #656565. Windows color (decimal): -1960259 or 12392162. OLE color: 12392162.
HSL color Cylindrical-coordinate representation of color #E216BD: hue angle of 310.88º 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 #E216BD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.11 |
| HSL | 310.88º | 0.82% | 0.49% | - |
| HSV(B) | 310.88º | 0.9% | 0.89% | - |
| XYZ | 40.84 | 20.42 | 49.93 | - |
| YUV | 102.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 189 | 0 | 0.90 | 0.16 | 0.11 | 310.88 | 0.82 | 0.49 |
| Hex | E2 | 16 | BD | 0 | 5A | 10 | B | 137 | 52 | 31 |
| Octal | 342 | 26 | 275 | 0 | 132 | 20 | 13 | 467 | 122 | 61 |
| Binary | 11100010 | 10110 | 10111101 | 0 | 1011010 | 10000 | 1011 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E216BD
Complementary color
Monochromatic Colors of #E216BD
Black with #E216BD
Text Example
Text Example
White with #E216BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216BD; }
p { color: rgb(226,22,189); }
H1.HeaderClassName
{
color: #E216BD;
}
.AnyTagClassName
{
color: #E216BD;
}
</style>
background-color css
<style>
a { background-color: #E216BD; }
a { background-color: rgb(226,22,189); }
div.DivClassName
{
background-color: #E216BD;
}
.BgClassName
{
background-color: #E216BD;
}
</style>
border-color css
<style>
span { border-color: #E216BD; }
span { border-color: rgb(226,22,189); }
td.TdClassName
{
border-color: #E216BD;
}
.TagClassName
{
border-color: #E216BD;
}
</style>