Shades of Shocking Pink #E219CC
Tints of Shocking Pink #E219CC
RGB
CMYK
RGB Variations
Color information
#E219CC (or 0xE219CC) is known color: Shocking Pink. HEX triplet: E2, 19 and CC. RGB value is (226,25,204). Sum of RGB (Red+Green+Blue) = 226+25+204=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E219CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219CC is #1DE633. Grayscale: #686868. Windows color (decimal): -1959476 or 13375970. OLE color: 13375970.
HSL color Cylindrical-coordinate representation of color #E219CC: hue angle of 306.57º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E219CC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 204 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.57º | 0.8% | 0.49% | - |
| HSV(B) | 306.57º | 0.89% | 0.89% | - |
| XYZ | 42.61 | 21.22 | 58.98 | - |
| YUV | 105.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 204 | 0 | 0.89 | 0.10 | 0.11 | 306.57 | 0.8 | 0.49 |
| Hex | E2 | 19 | CC | 0 | 59 | A | B | 133 | 50 | 31 |
| Octal | 342 | 31 | 314 | 0 | 131 | 12 | 13 | 463 | 120 | 61 |
| Binary | 11100010 | 11001 | 11001100 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1010000 | 110001 |
Color Harmonies of #E219CC
Complementary color
Monochromatic Colors of #E219CC
Black with #E219CC
Text Example
Text Example
White with #E219CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219CC; }
p { color: rgb(226,25,204); }
H1.HeaderClassName
{
color: #E219CC;
}
.AnyTagClassName
{
color: #E219CC;
}
</style>
background-color css
<style>
a { background-color: #E219CC; }
a { background-color: rgb(226,25,204); }
div.DivClassName
{
background-color: #E219CC;
}
.BgClassName
{
background-color: #E219CC;
}
</style>
border-color css
<style>
span { border-color: #E219CC; }
span { border-color: rgb(226,25,204); }
td.TdClassName
{
border-color: #E219CC;
}
.TagClassName
{
border-color: #E219CC;
}
</style>