Shades of Shocking Pink #E819CD
Tints of Shocking Pink #E819CD
RGB
CMYK
RGB Variations
Color information
#E819CD (or 0xE819CD) is known color: Shocking Pink. HEX triplet: E8, 19 and CD. RGB value is (232,25,205). Sum of RGB (Red+Green+Blue) = 232+25+205=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E819CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819CD is #17E632. Grayscale: #6A6A6A. Windows color (decimal): -1566259 or 13441512. OLE color: 13441512.
HSL color Cylindrical-coordinate representation of color #E819CD: hue angle of 307.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819CD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 205 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.09 |
| HSL | 307.83º | 0.82% | 0.5% | - |
| HSV(B) | 307.83º | 0.89% | 0.91% | - |
| XYZ | 44.65 | 22.26 | 59.7 | - |
| YUV | 107.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 205 | 0 | 0.89 | 0.12 | 0.09 | 307.83 | 0.82 | 0.5 |
| Hex | E8 | 19 | CD | 0 | 59 | C | 9 | 134 | 52 | 32 |
| Octal | 350 | 31 | 315 | 0 | 131 | 14 | 11 | 464 | 122 | 62 |
| Binary | 11101000 | 11001 | 11001101 | 0 | 1011001 | 1100 | 1001 | 100110100 | 1010010 | 110010 |
Color Harmonies of #E819CD
Complementary color
Monochromatic Colors of #E819CD
Black with #E819CD
Text Example
Text Example
White with #E819CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819CD; }
p { color: rgb(232,25,205); }
H1.HeaderClassName
{
color: #E819CD;
}
.AnyTagClassName
{
color: #E819CD;
}
</style>
background-color css
<style>
a { background-color: #E819CD; }
a { background-color: rgb(232,25,205); }
div.DivClassName
{
background-color: #E819CD;
}
.BgClassName
{
background-color: #E819CD;
}
</style>
border-color css
<style>
span { border-color: #E819CD; }
span { border-color: rgb(232,25,205); }
td.TdClassName
{
border-color: #E819CD;
}
.TagClassName
{
border-color: #E819CD;
}
</style>