Shades of Shocking Pink #E302BC
Tints of Shocking Pink #E302BC
RGB
CMYK
RGB Variations
Color information
#E302BC (or 0xE302BC) is known color: Shocking Pink. HEX triplet: E3, 02 and BC. RGB value is (227,2,188). Sum of RGB (Red+Green+Blue) = 227+2+188=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E302BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302BC is #1CFD43. Grayscale: #595959. Windows color (decimal): -1899844 or 12321507. OLE color: 12321507.
HSL color Cylindrical-coordinate representation of color #E302BC: hue angle of 310.4º degrees, saturation: 0.98, 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 #E302BC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.11 |
| HSL | 310.4º | 0.98% | 0.45% | - |
| HSV(B) | 310.4º | 0.99% | 0.89% | - |
| XYZ | 40.78 | 20.01 | 49.29 | - |
| YUV | 90.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 188 | 0 | 0.99 | 0.17 | 0.11 | 310.4 | 0.98 | 0.45 |
| Hex | E3 | 2 | BC | 0 | 63 | 11 | B | 136 | 62 | 2D |
| Octal | 343 | 2 | 274 | 0 | 143 | 21 | 13 | 466 | 142 | 55 |
| Binary | 11100011 | 10 | 10111100 | 0 | 1100011 | 10001 | 1011 | 100110110 | 1100010 | 101101 |
Color Harmonies of #E302BC
Complementary color
Monochromatic Colors of #E302BC
Black with #E302BC
Text Example
Text Example
White with #E302BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E302BC; }
p { color: rgb(227,2,188); }
H1.HeaderClassName
{
color: #E302BC;
}
.AnyTagClassName
{
color: #E302BC;
}
</style>
background-color css
<style>
a { background-color: #E302BC; }
a { background-color: rgb(227,2,188); }
div.DivClassName
{
background-color: #E302BC;
}
.BgClassName
{
background-color: #E302BC;
}
</style>
border-color css
<style>
span { border-color: #E302BC; }
span { border-color: rgb(227,2,188); }
td.TdClassName
{
border-color: #E302BC;
}
.TagClassName
{
border-color: #E302BC;
}
</style>