Shades of Shocking Pink #E20FB9
Tints of Shocking Pink #E20FB9
RGB
CMYK
RGB Variations
Color information
#E20FB9 (or 0xE20FB9) is known color: Shocking Pink. HEX triplet: E2, 0F and B9. RGB value is (226,15,185). Sum of RGB (Red+Green+Blue) = 226+15+185=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FB9 is #1DF046. Grayscale: #616161. Windows color (decimal): -1962055 or 12128226. OLE color: 12128226.
HSL color Cylindrical-coordinate representation of color #E20FB9: hue angle of 311.66º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FB9 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 185 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.11 |
| HSL | 311.66º | 0.88% | 0.47% | - |
| HSV(B) | 311.66º | 0.93% | 0.89% | - |
| XYZ | 40.29 | 20.01 | 47.64 | - |
| YUV | 97.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 185 | 0 | 0.93 | 0.18 | 0.11 | 311.66 | 0.88 | 0.47 |
| Hex | E2 | F | B9 | 0 | 5D | 12 | B | 138 | 58 | 2F |
| Octal | 342 | 17 | 271 | 0 | 135 | 22 | 13 | 470 | 130 | 57 |
| Binary | 11100010 | 1111 | 10111001 | 0 | 1011101 | 10010 | 1011 | 100111000 | 1011000 | 101111 |
Color Harmonies of #E20FB9
Complementary color
Monochromatic Colors of #E20FB9
Black with #E20FB9
Text Example
Text Example
White with #E20FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FB9; }
p { color: rgb(226,15,185); }
H1.HeaderClassName
{
color: #E20FB9;
}
.AnyTagClassName
{
color: #E20FB9;
}
</style>
background-color css
<style>
a { background-color: #E20FB9; }
a { background-color: rgb(226,15,185); }
div.DivClassName
{
background-color: #E20FB9;
}
.BgClassName
{
background-color: #E20FB9;
}
</style>
border-color css
<style>
span { border-color: #E20FB9; }
span { border-color: rgb(226,15,185); }
td.TdClassName
{
border-color: #E20FB9;
}
.TagClassName
{
border-color: #E20FB9;
}
</style>