Shades of Shocking Pink #E217BE
Tints of Shocking Pink #E217BE
RGB
CMYK
RGB Variations
Color information
#E217BE (or 0xE217BE) is known color: Shocking Pink. HEX triplet: E2, 17 and BE. RGB value is (226,23,190). Sum of RGB (Red+Green+Blue) = 226+23+190=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BE is #1DE841. Grayscale: #666666. Windows color (decimal): -1960002 or 12457954. OLE color: 12457954.
HSL color Cylindrical-coordinate representation of color #E217BE: hue angle of 310.64º 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 #E217BE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.11 |
| HSL | 310.64º | 0.82% | 0.49% | - |
| HSV(B) | 310.64º | 0.9% | 0.89% | - |
| XYZ | 40.96 | 20.5 | 50.51 | - |
| YUV | 102.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 190 | 0 | 0.90 | 0.16 | 0.11 | 310.64 | 0.82 | 0.49 |
| Hex | E2 | 17 | BE | 0 | 5A | 10 | B | 137 | 52 | 31 |
| Octal | 342 | 27 | 276 | 0 | 132 | 20 | 13 | 467 | 122 | 61 |
| Binary | 11100010 | 10111 | 10111110 | 0 | 1011010 | 10000 | 1011 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E217BE
Complementary color
Monochromatic Colors of #E217BE
Black with #E217BE
Text Example
Text Example
White with #E217BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217BE; }
p { color: rgb(226,23,190); }
H1.HeaderClassName
{
color: #E217BE;
}
.AnyTagClassName
{
color: #E217BE;
}
</style>
background-color css
<style>
a { background-color: #E217BE; }
a { background-color: rgb(226,23,190); }
div.DivClassName
{
background-color: #E217BE;
}
.BgClassName
{
background-color: #E217BE;
}
</style>
border-color css
<style>
span { border-color: #E217BE; }
span { border-color: rgb(226,23,190); }
td.TdClassName
{
border-color: #E217BE;
}
.TagClassName
{
border-color: #E217BE;
}
</style>