Shades of Shocking Pink #E918B5
Tints of Shocking Pink #E918B5
RGB
CMYK
RGB Variations
Color information
#E918B5 (or 0xE918B5) is known color: Shocking Pink. HEX triplet: E9, 18 and B5. RGB value is (233,24,181). Sum of RGB (Red+Green+Blue) = 233+24+181=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E918B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918B5 is #16E74A. Grayscale: #676767. Windows color (decimal): -1501003 or 11868393. OLE color: 11868393.
HSL color Cylindrical-coordinate representation of color #E918B5: hue angle of 314.93º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918B5 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 181 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.09 |
| HSL | 314.93º | 0.83% | 0.5% | - |
| HSV(B) | 314.93º | 0.9% | 0.91% | - |
| XYZ | 42.27 | 21.31 | 45.6 | - |
| YUV | 104.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 181 | 0 | 0.90 | 0.22 | 0.09 | 314.93 | 0.83 | 0.5 |
| Hex | E9 | 18 | B5 | 0 | 5A | 16 | 9 | 13B | 53 | 32 |
| Octal | 351 | 30 | 265 | 0 | 132 | 26 | 11 | 473 | 123 | 62 |
| Binary | 11101001 | 11000 | 10110101 | 0 | 1011010 | 10110 | 1001 | 100111011 | 1010011 | 110010 |
Color Harmonies of #E918B5
Complementary color
Monochromatic Colors of #E918B5
Black with #E918B5
Text Example
Text Example
White with #E918B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918B5; }
p { color: rgb(233,24,181); }
H1.HeaderClassName
{
color: #E918B5;
}
.AnyTagClassName
{
color: #E918B5;
}
</style>
background-color css
<style>
a { background-color: #E918B5; }
a { background-color: rgb(233,24,181); }
div.DivClassName
{
background-color: #E918B5;
}
.BgClassName
{
background-color: #E918B5;
}
</style>
border-color css
<style>
span { border-color: #E918B5; }
span { border-color: rgb(233,24,181); }
td.TdClassName
{
border-color: #E918B5;
}
.TagClassName
{
border-color: #E918B5;
}
</style>