Shades of Shocking Pink #E207BE
Tints of Shocking Pink #E207BE
RGB
CMYK
RGB Variations
Color information
#E207BE (or 0xE207BE) is known color: Shocking Pink. HEX triplet: E2, 07 and BE. RGB value is (226,7,190). Sum of RGB (Red+Green+Blue) = 226+7+190=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E207BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207BE is #1DF841. Grayscale: #5C5C5C. Windows color (decimal): -1964098 or 12453858. OLE color: 12453858.
HSL color Cylindrical-coordinate representation of color #E207BE: hue angle of 309.86º 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 #E207BE is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.11 |
| HSL | 309.86º | 0.94% | 0.46% | - |
| HSV(B) | 309.86º | 0.97% | 0.89% | - |
| XYZ | 40.73 | 20.04 | 50.44 | - |
| YUV | 93.34 | 182.55 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 190 | 0 | 0.97 | 0.16 | 0.11 | 309.86 | 0.94 | 0.46 |
| Hex | E2 | 7 | BE | 0 | 61 | 10 | B | 136 | 5E | 2E |
| Octal | 342 | 7 | 276 | 0 | 141 | 20 | 13 | 466 | 136 | 56 |
| Binary | 11100010 | 111 | 10111110 | 0 | 1100001 | 10000 | 1011 | 100110110 | 1011110 | 101110 |
Color Harmonies of #E207BE
Complementary color
Monochromatic Colors of #E207BE
Black with #E207BE
Text Example
Text Example
White with #E207BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207BE; }
p { color: rgb(226,7,190); }
H1.HeaderClassName
{
color: #E207BE;
}
.AnyTagClassName
{
color: #E207BE;
}
</style>
background-color css
<style>
a { background-color: #E207BE; }
a { background-color: rgb(226,7,190); }
div.DivClassName
{
background-color: #E207BE;
}
.BgClassName
{
background-color: #E207BE;
}
</style>
border-color css
<style>
span { border-color: #E207BE; }
span { border-color: rgb(226,7,190); }
td.TdClassName
{
border-color: #E207BE;
}
.TagClassName
{
border-color: #E207BE;
}
</style>