Shades of Shocking Pink #E904BE
Tints of Shocking Pink #E904BE
RGB
CMYK
RGB Variations
Color information
#E904BE (or 0xE904BE) is known color: Shocking Pink. HEX triplet: E9, 04 and BE. RGB value is (233,4,190). Sum of RGB (Red+Green+Blue) = 233+4+190=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E904BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904BE is #16FB41. Grayscale: #5D5D5D. Windows color (decimal): -1506114 or 12453097. OLE color: 12453097.
HSL color Cylindrical-coordinate representation of color #E904BE: hue angle of 311.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904BE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.09 |
| HSL | 311.27º | 0.97% | 0.46% | - |
| HSV(B) | 311.27º | 0.98% | 0.91% | - |
| XYZ | 42.94 | 21.13 | 50.53 | - |
| YUV | 93.68 | 182.37 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 190 | 0 | 0.98 | 0.18 | 0.09 | 311.27 | 0.97 | 0.46 |
| Hex | E9 | 4 | BE | 0 | 62 | 12 | 9 | 137 | 61 | 2E |
| Octal | 351 | 4 | 276 | 0 | 142 | 22 | 11 | 467 | 141 | 56 |
| Binary | 11101001 | 100 | 10111110 | 0 | 1100010 | 10010 | 1001 | 100110111 | 1100001 | 101110 |
Color Harmonies of #E904BE
Complementary color
Monochromatic Colors of #E904BE
Black with #E904BE
Text Example
Text Example
White with #E904BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904BE; }
p { color: rgb(233,4,190); }
H1.HeaderClassName
{
color: #E904BE;
}
.AnyTagClassName
{
color: #E904BE;
}
</style>
background-color css
<style>
a { background-color: #E904BE; }
a { background-color: rgb(233,4,190); }
div.DivClassName
{
background-color: #E904BE;
}
.BgClassName
{
background-color: #E904BE;
}
</style>
border-color css
<style>
span { border-color: #E904BE; }
span { border-color: rgb(233,4,190); }
td.TdClassName
{
border-color: #E904BE;
}
.TagClassName
{
border-color: #E904BE;
}
</style>