Shades of Shocking Pink #E217B3
Tints of Shocking Pink #E217B3
RGB
CMYK
RGB Variations
Color information
#E217B3 (or 0xE217B3) is known color: Shocking Pink. HEX triplet: E2, 17 and B3. RGB value is (226,23,179). Sum of RGB (Red+Green+Blue) = 226+23+179=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E217B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217B3 is #1DE84C. Grayscale: #656565. Windows color (decimal): -1960013 or 11737058. OLE color: 11737058.
HSL color Cylindrical-coordinate representation of color #E217B3: hue angle of 313.89º 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 #E217B3 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 179 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.11 |
| HSL | 313.89º | 0.82% | 0.49% | - |
| HSV(B) | 313.89º | 0.9% | 0.89% | - |
| XYZ | 39.81 | 20.04 | 44.42 | - |
| YUV | 101.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 179 | 0 | 0.90 | 0.21 | 0.11 | 313.89 | 0.82 | 0.49 |
| Hex | E2 | 17 | B3 | 0 | 5A | 15 | B | 13A | 52 | 31 |
| Octal | 342 | 27 | 263 | 0 | 132 | 25 | 13 | 472 | 122 | 61 |
| Binary | 11100010 | 10111 | 10110011 | 0 | 1011010 | 10101 | 1011 | 100111010 | 1010010 | 110001 |
Color Harmonies of #E217B3
Complementary color
Monochromatic Colors of #E217B3
Black with #E217B3
Text Example
Text Example
White with #E217B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217B3; }
p { color: rgb(226,23,179); }
H1.HeaderClassName
{
color: #E217B3;
}
.AnyTagClassName
{
color: #E217B3;
}
</style>
background-color css
<style>
a { background-color: #E217B3; }
a { background-color: rgb(226,23,179); }
div.DivClassName
{
background-color: #E217B3;
}
.BgClassName
{
background-color: #E217B3;
}
</style>
border-color css
<style>
span { border-color: #E217B3; }
span { border-color: rgb(226,23,179); }
td.TdClassName
{
border-color: #E217B3;
}
.TagClassName
{
border-color: #E217B3;
}
</style>