Shades of Shocking Pink #E207BA
Tints of Shocking Pink #E207BA
RGB
CMYK
RGB Variations
Color information
#E207BA (or 0xE207BA) is known color: Shocking Pink. HEX triplet: E2, 07 and BA. RGB value is (226,7,186). Sum of RGB (Red+Green+Blue) = 226+7+186=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E207BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207BA is #1DF845. Grayscale: #5C5C5C. Windows color (decimal): -1964102 or 12191714. OLE color: 12191714.
HSL color Cylindrical-coordinate representation of color #E207BA: hue angle of 310.96º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207BA is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.11 |
| HSL | 310.96º | 0.94% | 0.46% | - |
| HSV(B) | 310.96º | 0.97% | 0.89% | - |
| XYZ | 40.3 | 19.87 | 48.16 | - |
| YUV | 92.89 | 180.55 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 186 | 0 | 0.97 | 0.18 | 0.11 | 310.96 | 0.94 | 0.46 |
| Hex | E2 | 7 | BA | 0 | 61 | 12 | B | 137 | 5E | 2E |
| Octal | 342 | 7 | 272 | 0 | 141 | 22 | 13 | 467 | 136 | 56 |
| Binary | 11100010 | 111 | 10111010 | 0 | 1100001 | 10010 | 1011 | 100110111 | 1011110 | 101110 |
Color Harmonies of #E207BA
Complementary color
Monochromatic Colors of #E207BA
Black with #E207BA
Text Example
Text Example
White with #E207BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207BA; }
p { color: rgb(226,7,186); }
H1.HeaderClassName
{
color: #E207BA;
}
.AnyTagClassName
{
color: #E207BA;
}
</style>
background-color css
<style>
a { background-color: #E207BA; }
a { background-color: rgb(226,7,186); }
div.DivClassName
{
background-color: #E207BA;
}
.BgClassName
{
background-color: #E207BA;
}
</style>
border-color css
<style>
span { border-color: #E207BA; }
span { border-color: rgb(226,7,186); }
td.TdClassName
{
border-color: #E207BA;
}
.TagClassName
{
border-color: #E207BA;
}
</style>