Shades of Shocking Pink #E924BE
Tints of Shocking Pink #E924BE
RGB
CMYK
RGB Variations
Color information
#E924BE (or 0xE924BE) is known color: Shocking Pink. HEX triplet: E9, 24 and BE. RGB value is (233,36,190). Sum of RGB (Red+Green+Blue) = 233+36+190=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E924BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924BE is #16DB41. Grayscale: #707070. Windows color (decimal): -1497922 or 12461289. OLE color: 12461289.
HSL color Cylindrical-coordinate representation of color #E924BE: hue angle of 313.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924BE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 190 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.09 |
| HSL | 313.1º | 0.82% | 0.53% | - |
| HSV(B) | 313.1º | 0.85% | 0.91% | - |
| XYZ | 43.53 | 22.3 | 50.73 | - |
| YUV | 112.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 190 | 0 | 0.85 | 0.18 | 0.09 | 313.1 | 0.82 | 0.53 |
| Hex | E9 | 24 | BE | 0 | 55 | 12 | 9 | 139 | 52 | 35 |
| Octal | 351 | 44 | 276 | 0 | 125 | 22 | 11 | 471 | 122 | 65 |
| Binary | 11101001 | 100100 | 10111110 | 0 | 1010101 | 10010 | 1001 | 100111001 | 1010010 | 110101 |
Color Harmonies of #E924BE
Complementary color
Monochromatic Colors of #E924BE
Black with #E924BE
Text Example
Text Example
White with #E924BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924BE; }
p { color: rgb(233,36,190); }
H1.HeaderClassName
{
color: #E924BE;
}
.AnyTagClassName
{
color: #E924BE;
}
</style>
background-color css
<style>
a { background-color: #E924BE; }
a { background-color: rgb(233,36,190); }
div.DivClassName
{
background-color: #E924BE;
}
.BgClassName
{
background-color: #E924BE;
}
</style>
border-color css
<style>
span { border-color: #E924BE; }
span { border-color: rgb(233,36,190); }
td.TdClassName
{
border-color: #E924BE;
}
.TagClassName
{
border-color: #E924BE;
}
</style>