Shades of Shocking Pink #E918CD
Tints of Shocking Pink #E918CD
RGB
CMYK
RGB Variations
Color information
#E918CD (or 0xE918CD) is known color: Shocking Pink. HEX triplet: E9, 18 and CD. RGB value is (233,24,205). Sum of RGB (Red+Green+Blue) = 233+24+205=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E918CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918CD is #16E732. Grayscale: #6A6A6A. Windows color (decimal): -1500979 or 13441257. OLE color: 13441257.
HSL color Cylindrical-coordinate representation of color #E918CD: hue angle of 308.04º 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 #E918CD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 205 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.09 |
| HSL | 308.04º | 0.83% | 0.5% | - |
| HSV(B) | 308.04º | 0.9% | 0.91% | - |
| XYZ | 44.95 | 22.38 | 59.71 | - |
| YUV | 107.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 205 | 0 | 0.90 | 0.12 | 0.09 | 308.04 | 0.83 | 0.5 |
| Hex | E9 | 18 | CD | 0 | 5A | C | 9 | 134 | 53 | 32 |
| Octal | 351 | 30 | 315 | 0 | 132 | 14 | 11 | 464 | 123 | 62 |
| Binary | 11101001 | 11000 | 11001101 | 0 | 1011010 | 1100 | 1001 | 100110100 | 1010011 | 110010 |
Color Harmonies of #E918CD
Complementary color
Monochromatic Colors of #E918CD
Black with #E918CD
Text Example
Text Example
White with #E918CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918CD; }
p { color: rgb(233,24,205); }
H1.HeaderClassName
{
color: #E918CD;
}
.AnyTagClassName
{
color: #E918CD;
}
</style>
background-color css
<style>
a { background-color: #E918CD; }
a { background-color: rgb(233,24,205); }
div.DivClassName
{
background-color: #E918CD;
}
.BgClassName
{
background-color: #E918CD;
}
</style>
border-color css
<style>
span { border-color: #E918CD; }
span { border-color: rgb(233,24,205); }
td.TdClassName
{
border-color: #E918CD;
}
.TagClassName
{
border-color: #E918CD;
}
</style>