Shades of Shocking Pink #E215CB
Tints of Shocking Pink #E215CB
RGB
CMYK
RGB Variations
Color information
#E215CB (or 0xE215CB) is known color: Shocking Pink. HEX triplet: E2, 15 and CB. RGB value is (226,21,203). Sum of RGB (Red+Green+Blue) = 226+21+203=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E215CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215CB is #1DEA34. Grayscale: #666666. Windows color (decimal): -1960501 or 13309410. OLE color: 13309410.
HSL color Cylindrical-coordinate representation of color #E215CB: hue angle of 306.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215CB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.11 |
| HSL | 306.73º | 0.83% | 0.48% | - |
| HSV(B) | 306.73º | 0.91% | 0.89% | - |
| XYZ | 42.41 | 21.02 | 58.32 | - |
| YUV | 103.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 203 | 0 | 0.91 | 0.10 | 0.11 | 306.73 | 0.83 | 0.48 |
| Hex | E2 | 15 | CB | 0 | 5B | A | B | 133 | 53 | 30 |
| Octal | 342 | 25 | 313 | 0 | 133 | 12 | 13 | 463 | 123 | 60 |
| Binary | 11100010 | 10101 | 11001011 | 0 | 1011011 | 1010 | 1011 | 100110011 | 1010011 | 110000 |
Color Harmonies of #E215CB
Complementary color
Monochromatic Colors of #E215CB
Black with #E215CB
Text Example
Text Example
White with #E215CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215CB; }
p { color: rgb(226,21,203); }
H1.HeaderClassName
{
color: #E215CB;
}
.AnyTagClassName
{
color: #E215CB;
}
</style>
background-color css
<style>
a { background-color: #E215CB; }
a { background-color: rgb(226,21,203); }
div.DivClassName
{
background-color: #E215CB;
}
.BgClassName
{
background-color: #E215CB;
}
</style>
border-color css
<style>
span { border-color: #E215CB; }
span { border-color: rgb(226,21,203); }
td.TdClassName
{
border-color: #E215CB;
}
.TagClassName
{
border-color: #E215CB;
}
</style>