Shades of Shocking Pink #E914D5
Tints of Shocking Pink #E914D5
RGB
CMYK
RGB Variations
Color information
#E914D5 (or 0xE914D5) is known color: Shocking Pink. HEX triplet: E9, 14 and D5. RGB value is (233,20,213). Sum of RGB (Red+Green+Blue) = 233+20+213=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E914D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914D5 is #16EB2A. Grayscale: #696969. Windows color (decimal): -1501995 or 13964521. OLE color: 13964521.
HSL color Cylindrical-coordinate representation of color #E914D5: hue angle of 305.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914D5 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 213 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.09 |
| HSL | 305.63º | 0.84% | 0.5% | - |
| HSV(B) | 305.63º | 0.91% | 0.91% | - |
| XYZ | 45.86 | 22.63 | 64.9 | - |
| YUV | 105.69 | 188.57 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 213 | 0 | 0.91 | 0.09 | 0.09 | 305.63 | 0.84 | 0.5 |
| Hex | E9 | 14 | D5 | 0 | 5B | 9 | 9 | 132 | 54 | 32 |
| Octal | 351 | 24 | 325 | 0 | 133 | 11 | 11 | 462 | 124 | 62 |
| Binary | 11101001 | 10100 | 11010101 | 0 | 1011011 | 1001 | 1001 | 100110010 | 1010100 | 110010 |
Color Harmonies of #E914D5
Complementary color
Monochromatic Colors of #E914D5
Black with #E914D5
Text Example
Text Example
White with #E914D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914D5; }
p { color: rgb(233,20,213); }
H1.HeaderClassName
{
color: #E914D5;
}
.AnyTagClassName
{
color: #E914D5;
}
</style>
background-color css
<style>
a { background-color: #E914D5; }
a { background-color: rgb(233,20,213); }
div.DivClassName
{
background-color: #E914D5;
}
.BgClassName
{
background-color: #E914D5;
}
</style>
border-color css
<style>
span { border-color: #E914D5; }
span { border-color: rgb(233,20,213); }
td.TdClassName
{
border-color: #E914D5;
}
.TagClassName
{
border-color: #E914D5;
}
</style>