Shades of Shocking Pink #E219CB
Tints of Shocking Pink #E219CB
RGB
CMYK
RGB Variations
Color information
#E219CB (or 0xE219CB) is known color: Shocking Pink. HEX triplet: E2, 19 and CB. RGB value is (226,25,203). Sum of RGB (Red+Green+Blue) = 226+25+203=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E219CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219CB is #1DE634. Grayscale: #686868. Windows color (decimal): -1959477 or 13310434. OLE color: 13310434.
HSL color Cylindrical-coordinate representation of color #E219CB: hue angle of 306.87º 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 #E219CB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 203 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.87º | 0.8% | 0.49% | - |
| HSV(B) | 306.87º | 0.89% | 0.89% | - |
| XYZ | 42.49 | 21.18 | 58.35 | - |
| YUV | 105.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 203 | 0 | 0.89 | 0.10 | 0.11 | 306.87 | 0.8 | 0.49 |
| Hex | E2 | 19 | CB | 0 | 59 | A | B | 133 | 50 | 31 |
| Octal | 342 | 31 | 313 | 0 | 131 | 12 | 13 | 463 | 120 | 61 |
| Binary | 11100010 | 11001 | 11001011 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1010000 | 110001 |
Color Harmonies of #E219CB
Complementary color
Monochromatic Colors of #E219CB
Black with #E219CB
Text Example
Text Example
White with #E219CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219CB; }
p { color: rgb(226,25,203); }
H1.HeaderClassName
{
color: #E219CB;
}
.AnyTagClassName
{
color: #E219CB;
}
</style>
background-color css
<style>
a { background-color: #E219CB; }
a { background-color: rgb(226,25,203); }
div.DivClassName
{
background-color: #E219CB;
}
.BgClassName
{
background-color: #E219CB;
}
</style>
border-color css
<style>
span { border-color: #E219CB; }
span { border-color: rgb(226,25,203); }
td.TdClassName
{
border-color: #E219CB;
}
.TagClassName
{
border-color: #E219CB;
}
</style>