Shades of Shocking Pink #E207B7
Tints of Shocking Pink #E207B7
RGB
CMYK
RGB Variations
Color information
#E207B7 (or 0xE207B7) is known color: Shocking Pink. HEX triplet: E2, 07 and B7. RGB value is (226,7,183). Sum of RGB (Red+Green+Blue) = 226+7+183=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E207B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207B7 is #1DF848. Grayscale: #5C5C5C. Windows color (decimal): -1964105 or 11995106. OLE color: 11995106.
HSL color Cylindrical-coordinate representation of color #E207B7: hue angle of 311.78º 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 #E207B7 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.11 |
| HSL | 311.78º | 0.94% | 0.46% | - |
| HSV(B) | 311.78º | 0.97% | 0.89% | - |
| XYZ | 39.99 | 19.74 | 46.5 | - |
| YUV | 92.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 183 | 0 | 0.97 | 0.19 | 0.11 | 311.78 | 0.94 | 0.46 |
| Hex | E2 | 7 | B7 | 0 | 61 | 13 | B | 138 | 5E | 2E |
| Octal | 342 | 7 | 267 | 0 | 141 | 23 | 13 | 470 | 136 | 56 |
| Binary | 11100010 | 111 | 10110111 | 0 | 1100001 | 10011 | 1011 | 100111000 | 1011110 | 101110 |
Color Harmonies of #E207B7
Complementary color
Monochromatic Colors of #E207B7
Black with #E207B7
Text Example
Text Example
White with #E207B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207B7; }
p { color: rgb(226,7,183); }
H1.HeaderClassName
{
color: #E207B7;
}
.AnyTagClassName
{
color: #E207B7;
}
</style>
background-color css
<style>
a { background-color: #E207B7; }
a { background-color: rgb(226,7,183); }
div.DivClassName
{
background-color: #E207B7;
}
.BgClassName
{
background-color: #E207B7;
}
</style>
border-color css
<style>
span { border-color: #E207B7; }
span { border-color: rgb(226,7,183); }
td.TdClassName
{
border-color: #E207B7;
}
.TagClassName
{
border-color: #E207B7;
}
</style>