Shades of Shocking Pink #E203B7
Tints of Shocking Pink #E203B7
RGB
CMYK
RGB Variations
Color information
#E203B7 (or 0xE203B7) is known color: Shocking Pink. HEX triplet: E2, 03 and B7. RGB value is (226,3,183). Sum of RGB (Red+Green+Blue) = 226+3+183=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E203B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203B7 is #1DFC48. Grayscale: #595959. Windows color (decimal): -1965129 or 11994082. OLE color: 11994082.
HSL color Cylindrical-coordinate representation of color #E203B7: hue angle of 311.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203B7 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.11 |
| HSL | 311.57º | 0.97% | 0.45% | - |
| HSV(B) | 311.57º | 0.99% | 0.89% | - |
| XYZ | 39.94 | 19.65 | 46.49 | - |
| YUV | 90.2 | 180.38 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 183 | 0 | 0.99 | 0.19 | 0.11 | 311.57 | 0.97 | 0.45 |
| Hex | E2 | 3 | B7 | 0 | 63 | 13 | B | 138 | 61 | 2D |
| Octal | 342 | 3 | 267 | 0 | 143 | 23 | 13 | 470 | 141 | 55 |
| Binary | 11100010 | 11 | 10110111 | 0 | 1100011 | 10011 | 1011 | 100111000 | 1100001 | 101101 |
Color Harmonies of #E203B7
Complementary color
Monochromatic Colors of #E203B7
Black with #E203B7
Text Example
Text Example
White with #E203B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203B7; }
p { color: rgb(226,3,183); }
H1.HeaderClassName
{
color: #E203B7;
}
.AnyTagClassName
{
color: #E203B7;
}
</style>
background-color css
<style>
a { background-color: #E203B7; }
a { background-color: rgb(226,3,183); }
div.DivClassName
{
background-color: #E203B7;
}
.BgClassName
{
background-color: #E203B7;
}
</style>
border-color css
<style>
span { border-color: #E203B7; }
span { border-color: rgb(226,3,183); }
td.TdClassName
{
border-color: #E203B7;
}
.TagClassName
{
border-color: #E203B7;
}
</style>