Shades of Shocking Pink #E303BC
Tints of Shocking Pink #E303BC
RGB
CMYK
RGB Variations
Color information
#E303BC (or 0xE303BC) is known color: Shocking Pink. HEX triplet: E3, 03 and BC. RGB value is (227,3,188). Sum of RGB (Red+Green+Blue) = 227+3+188=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E303BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303BC is #1CFC43. Grayscale: #5A5A5A. Windows color (decimal): -1899588 or 12321763. OLE color: 12321763.
HSL color Cylindrical-coordinate representation of color #E303BC: hue angle of 310.45º 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 #E303BC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.11 |
| HSL | 310.45º | 0.97% | 0.45% | - |
| HSV(B) | 310.45º | 0.99% | 0.89% | - |
| XYZ | 40.79 | 20.03 | 49.29 | - |
| YUV | 91.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 188 | 0 | 0.99 | 0.17 | 0.11 | 310.45 | 0.97 | 0.45 |
| Hex | E3 | 3 | BC | 0 | 63 | 11 | B | 136 | 61 | 2D |
| Octal | 343 | 3 | 274 | 0 | 143 | 21 | 13 | 466 | 141 | 55 |
| Binary | 11100011 | 11 | 10111100 | 0 | 1100011 | 10001 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E303BC
Complementary color
Monochromatic Colors of #E303BC
Black with #E303BC
Text Example
Text Example
White with #E303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303BC; }
p { color: rgb(227,3,188); }
H1.HeaderClassName
{
color: #E303BC;
}
.AnyTagClassName
{
color: #E303BC;
}
</style>
background-color css
<style>
a { background-color: #E303BC; }
a { background-color: rgb(227,3,188); }
div.DivClassName
{
background-color: #E303BC;
}
.BgClassName
{
background-color: #E303BC;
}
</style>
border-color css
<style>
span { border-color: #E303BC; }
span { border-color: rgb(227,3,188); }
td.TdClassName
{
border-color: #E303BC;
}
.TagClassName
{
border-color: #E303BC;
}
</style>