Shades of Shocking Pink #E917D4
Tints of Shocking Pink #E917D4
RGB
CMYK
RGB Variations
Color information
#E917D4 (or 0xE917D4) is known color: Shocking Pink. HEX triplet: E9, 17 and D4. RGB value is (233,23,212). Sum of RGB (Red+Green+Blue) = 233+23+212=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E917D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917D4 is #16E82B. Grayscale: #6A6A6A. Windows color (decimal): -1501228 or 13899753. OLE color: 13899753.
HSL color Cylindrical-coordinate representation of color #E917D4: hue angle of 306º 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 #E917D4 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 212 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.09 |
| HSL | 306º | 0.83% | 0.5% | - |
| HSV(B) | 306º | 0.9% | 0.91% | - |
| XYZ | 45.79 | 22.69 | 64.25 | - |
| YUV | 107.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 212 | 0 | 0.90 | 0.09 | 0.09 | 306 | 0.83 | 0.5 |
| Hex | E9 | 17 | D4 | 0 | 5A | 9 | 9 | 132 | 53 | 32 |
| Octal | 351 | 27 | 324 | 0 | 132 | 11 | 11 | 462 | 123 | 62 |
| Binary | 11101001 | 10111 | 11010100 | 0 | 1011010 | 1001 | 1001 | 100110010 | 1010011 | 110010 |
Color Harmonies of #E917D4
Complementary color
Monochromatic Colors of #E917D4
Black with #E917D4
Text Example
Text Example
White with #E917D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917D4; }
p { color: rgb(233,23,212); }
H1.HeaderClassName
{
color: #E917D4;
}
.AnyTagClassName
{
color: #E917D4;
}
</style>
background-color css
<style>
a { background-color: #E917D4; }
a { background-color: rgb(233,23,212); }
div.DivClassName
{
background-color: #E917D4;
}
.BgClassName
{
background-color: #E917D4;
}
</style>
border-color css
<style>
span { border-color: #E917D4; }
span { border-color: rgb(233,23,212); }
td.TdClassName
{
border-color: #E917D4;
}
.TagClassName
{
border-color: #E917D4;
}
</style>