Shades of Shocking Pink #E917D0
Tints of Shocking Pink #E917D0
RGB
CMYK
RGB Variations
Color information
#E917D0 (or 0xE917D0) is known color: Shocking Pink. HEX triplet: E9, 17 and D0. RGB value is (233,23,208). Sum of RGB (Red+Green+Blue) = 233+23+208=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E917D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917D0 is #16E82F. Grayscale: #6A6A6A. Windows color (decimal): -1501232 or 13637609. OLE color: 13637609.
HSL color Cylindrical-coordinate representation of color #E917D0: hue angle of 307.14º 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 #E917D0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.09 |
| HSL | 307.14º | 0.83% | 0.5% | - |
| HSV(B) | 307.14º | 0.9% | 0.91% | - |
| XYZ | 45.3 | 22.49 | 61.63 | - |
| YUV | 106.88 | 185.07 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 208 | 0 | 0.90 | 0.11 | 0.09 | 307.14 | 0.83 | 0.5 |
| Hex | E9 | 17 | D0 | 0 | 5A | B | 9 | 133 | 53 | 32 |
| Octal | 351 | 27 | 320 | 0 | 132 | 13 | 11 | 463 | 123 | 62 |
| Binary | 11101001 | 10111 | 11010000 | 0 | 1011010 | 1011 | 1001 | 100110011 | 1010011 | 110010 |
Color Harmonies of #E917D0
Complementary color
Monochromatic Colors of #E917D0
Black with #E917D0
Text Example
Text Example
White with #E917D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917D0; }
p { color: rgb(233,23,208); }
H1.HeaderClassName
{
color: #E917D0;
}
.AnyTagClassName
{
color: #E917D0;
}
</style>
background-color css
<style>
a { background-color: #E917D0; }
a { background-color: rgb(233,23,208); }
div.DivClassName
{
background-color: #E917D0;
}
.BgClassName
{
background-color: #E917D0;
}
</style>
border-color css
<style>
span { border-color: #E917D0; }
span { border-color: rgb(233,23,208); }
td.TdClassName
{
border-color: #E917D0;
}
.TagClassName
{
border-color: #E917D0;
}
</style>