Shades of Shocking Pink #E303BE
Tints of Shocking Pink #E303BE
RGB
CMYK
RGB Variations
Color information
#E303BE (or 0xE303BE) is known color: Shocking Pink. HEX triplet: E3, 03 and BE. RGB value is (227,3,190). Sum of RGB (Red+Green+Blue) = 227+3+190=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E303BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303BE is #1CFC41. Grayscale: #5A5A5A. Windows color (decimal): -1899586 or 12452835. OLE color: 12452835.
HSL color Cylindrical-coordinate representation of color #E303BE: hue angle of 309.91º 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 #E303BE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.11 |
| HSL | 309.91º | 0.97% | 0.45% | - |
| HSV(B) | 309.91º | 0.99% | 0.89% | - |
| XYZ | 41.01 | 20.11 | 50.44 | - |
| YUV | 91.29 | 183.71 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 190 | 0 | 0.99 | 0.16 | 0.11 | 309.91 | 0.97 | 0.45 |
| Hex | E3 | 3 | BE | 0 | 63 | 10 | B | 136 | 61 | 2D |
| Octal | 343 | 3 | 276 | 0 | 143 | 20 | 13 | 466 | 141 | 55 |
| Binary | 11100011 | 11 | 10111110 | 0 | 1100011 | 10000 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E303BE
Complementary color
Monochromatic Colors of #E303BE
Black with #E303BE
Text Example
Text Example
White with #E303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303BE; }
p { color: rgb(227,3,190); }
H1.HeaderClassName
{
color: #E303BE;
}
.AnyTagClassName
{
color: #E303BE;
}
</style>
background-color css
<style>
a { background-color: #E303BE; }
a { background-color: rgb(227,3,190); }
div.DivClassName
{
background-color: #E303BE;
}
.BgClassName
{
background-color: #E303BE;
}
</style>
border-color css
<style>
span { border-color: #E303BE; }
span { border-color: rgb(227,3,190); }
td.TdClassName
{
border-color: #E303BE;
}
.TagClassName
{
border-color: #E303BE;
}
</style>