Shades of Shocking Pink #E917CD
Tints of Shocking Pink #E917CD
RGB
CMYK
RGB Variations
Color information
#E917CD (or 0xE917CD) is known color: Shocking Pink. HEX triplet: E9, 17 and CD. RGB value is (233,23,205). Sum of RGB (Red+Green+Blue) = 233+23+205=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E917CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917CD is #16E832. Grayscale: #6A6A6A. Windows color (decimal): -1501235 or 13441001. OLE color: 13441001.
HSL color Cylindrical-coordinate representation of color #E917CD: hue angle of 308º 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 #E917CD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.09 |
| HSL | 308º | 0.83% | 0.5% | - |
| HSV(B) | 308º | 0.9% | 0.91% | - |
| XYZ | 44.93 | 22.34 | 59.7 | - |
| YUV | 106.54 | 183.57 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 205 | 0 | 0.90 | 0.12 | 0.09 | 308 | 0.83 | 0.5 |
| Hex | E9 | 17 | CD | 0 | 5A | C | 9 | 134 | 53 | 32 |
| Octal | 351 | 27 | 315 | 0 | 132 | 14 | 11 | 464 | 123 | 62 |
| Binary | 11101001 | 10111 | 11001101 | 0 | 1011010 | 1100 | 1001 | 100110100 | 1010011 | 110010 |
Color Harmonies of #E917CD
Complementary color
Monochromatic Colors of #E917CD
Black with #E917CD
Text Example
Text Example
White with #E917CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917CD; }
p { color: rgb(233,23,205); }
H1.HeaderClassName
{
color: #E917CD;
}
.AnyTagClassName
{
color: #E917CD;
}
</style>
background-color css
<style>
a { background-color: #E917CD; }
a { background-color: rgb(233,23,205); }
div.DivClassName
{
background-color: #E917CD;
}
.BgClassName
{
background-color: #E917CD;
}
</style>
border-color css
<style>
span { border-color: #E917CD; }
span { border-color: rgb(233,23,205); }
td.TdClassName
{
border-color: #E917CD;
}
.TagClassName
{
border-color: #E917CD;
}
</style>