Shades of Shocking Pink #E918B7
Tints of Shocking Pink #E918B7
RGB
CMYK
RGB Variations
Color information
#E918B7 (or 0xE918B7) is known color: Shocking Pink. HEX triplet: E9, 18 and B7. RGB value is (233,24,183). Sum of RGB (Red+Green+Blue) = 233+24+183=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E918B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918B7 is #16E748. Grayscale: #686868. Windows color (decimal): -1501001 or 11999465. OLE color: 11999465.
HSL color Cylindrical-coordinate representation of color #E918B7: hue angle of 314.35º 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 #E918B7 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 183 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.09 |
| HSL | 314.35º | 0.83% | 0.5% | - |
| HSV(B) | 314.35º | 0.9% | 0.91% | - |
| XYZ | 42.48 | 21.4 | 46.69 | - |
| YUV | 104.62 | 172.24 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 183 | 0 | 0.90 | 0.21 | 0.09 | 314.35 | 0.83 | 0.5 |
| Hex | E9 | 18 | B7 | 0 | 5A | 15 | 9 | 13A | 53 | 32 |
| Octal | 351 | 30 | 267 | 0 | 132 | 25 | 11 | 472 | 123 | 62 |
| Binary | 11101001 | 11000 | 10110111 | 0 | 1011010 | 10101 | 1001 | 100111010 | 1010011 | 110010 |
Color Harmonies of #E918B7
Complementary color
Monochromatic Colors of #E918B7
Black with #E918B7
Text Example
Text Example
White with #E918B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918B7; }
p { color: rgb(233,24,183); }
H1.HeaderClassName
{
color: #E918B7;
}
.AnyTagClassName
{
color: #E918B7;
}
</style>
background-color css
<style>
a { background-color: #E918B7; }
a { background-color: rgb(233,24,183); }
div.DivClassName
{
background-color: #E918B7;
}
.BgClassName
{
background-color: #E918B7;
}
</style>
border-color css
<style>
span { border-color: #E918B7; }
span { border-color: rgb(233,24,183); }
td.TdClassName
{
border-color: #E918B7;
}
.TagClassName
{
border-color: #E918B7;
}
</style>