Shades of Shocking Pink #E924BD
Tints of Shocking Pink #E924BD
RGB
CMYK
RGB Variations
Color information
#E924BD (or 0xE924BD) is known color: Shocking Pink. HEX triplet: E9, 24 and BD. RGB value is (233,36,189). Sum of RGB (Red+Green+Blue) = 233+36+189=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E924BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E924BD is #16DB42. Grayscale: #6F6F6F. Windows color (decimal): -1497923 or 12395753. OLE color: 12395753.
HSL color Cylindrical-coordinate representation of color #E924BD: hue angle of 313.4º 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 #E924BD is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 189 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.09 |
| HSL | 313.4º | 0.82% | 0.53% | - |
| HSV(B) | 313.4º | 0.85% | 0.91% | - |
| XYZ | 43.42 | 22.26 | 50.15 | - |
| YUV | 112.35 | 171.27 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 189 | 0 | 0.85 | 0.19 | 0.09 | 313.4 | 0.82 | 0.53 |
| Hex | E9 | 24 | BD | 0 | 55 | 13 | 9 | 139 | 52 | 35 |
| Octal | 351 | 44 | 275 | 0 | 125 | 23 | 11 | 471 | 122 | 65 |
| Binary | 11101001 | 100100 | 10111101 | 0 | 1010101 | 10011 | 1001 | 100111001 | 1010010 | 110101 |
Color Harmonies of #E924BD
Complementary color
Monochromatic Colors of #E924BD
Black with #E924BD
Text Example
Text Example
White with #E924BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924BD; }
p { color: rgb(233,36,189); }
H1.HeaderClassName
{
color: #E924BD;
}
.AnyTagClassName
{
color: #E924BD;
}
</style>
background-color css
<style>
a { background-color: #E924BD; }
a { background-color: rgb(233,36,189); }
div.DivClassName
{
background-color: #E924BD;
}
.BgClassName
{
background-color: #E924BD;
}
</style>
border-color css
<style>
span { border-color: #E924BD; }
span { border-color: rgb(233,36,189); }
td.TdClassName
{
border-color: #E924BD;
}
.TagClassName
{
border-color: #E924BD;
}
</style>