Shades of Shocking Pink #E919D0
Tints of Shocking Pink #E919D0
RGB
CMYK
RGB Variations
Color information
#E919D0 (or 0xE919D0) is known color: Shocking Pink. HEX triplet: E9, 19 and D0. RGB value is (233,25,208). Sum of RGB (Red+Green+Blue) = 233+25+208=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E919D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E919D0 is #16E62F. Grayscale: #6B6B6B. Windows color (decimal): -1500720 or 13638121. OLE color: 13638121.
HSL color Cylindrical-coordinate representation of color #E919D0: hue angle of 307.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E919D0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 208 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.09 |
| HSL | 307.21º | 0.83% | 0.51% | - |
| HSV(B) | 307.21º | 0.89% | 0.91% | - |
| XYZ | 45.34 | 22.57 | 61.64 | - |
| YUV | 108.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 208 | 0 | 0.89 | 0.11 | 0.09 | 307.21 | 0.83 | 0.51 |
| Hex | E9 | 19 | D0 | 0 | 59 | B | 9 | 133 | 53 | 33 |
| Octal | 351 | 31 | 320 | 0 | 131 | 13 | 11 | 463 | 123 | 63 |
| Binary | 11101001 | 11001 | 11010000 | 0 | 1011001 | 1011 | 1001 | 100110011 | 1010011 | 110011 |
Color Harmonies of #E919D0
Complementary color
Monochromatic Colors of #E919D0
Black with #E919D0
Text Example
Text Example
White with #E919D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919D0; }
p { color: rgb(233,25,208); }
H1.HeaderClassName
{
color: #E919D0;
}
.AnyTagClassName
{
color: #E919D0;
}
</style>
background-color css
<style>
a { background-color: #E919D0; }
a { background-color: rgb(233,25,208); }
div.DivClassName
{
background-color: #E919D0;
}
.BgClassName
{
background-color: #E919D0;
}
</style>
border-color css
<style>
span { border-color: #E919D0; }
span { border-color: rgb(233,25,208); }
td.TdClassName
{
border-color: #E919D0;
}
.TagClassName
{
border-color: #E919D0;
}
</style>