Shades of Shocking Pink #E20FC3
Tints of Shocking Pink #E20FC3
RGB
CMYK
RGB Variations
Color information
#E20FC3 (or 0xE20FC3) is known color: Shocking Pink. HEX triplet: E2, 0F and C3. RGB value is (226,15,195). Sum of RGB (Red+Green+Blue) = 226+15+195=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FC3 is #1DF03C. Grayscale: #626262. Windows color (decimal): -1962045 or 12783586. OLE color: 12783586.
HSL color Cylindrical-coordinate representation of color #E20FC3: hue angle of 308.82º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FC3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 195 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.11 |
| HSL | 308.82º | 0.88% | 0.47% | - |
| HSV(B) | 308.82º | 0.93% | 0.89% | - |
| XYZ | 41.39 | 20.45 | 53.4 | - |
| YUV | 98.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 195 | 0 | 0.93 | 0.14 | 0.11 | 308.82 | 0.88 | 0.47 |
| Hex | E2 | F | C3 | 0 | 5D | E | B | 135 | 58 | 2F |
| Octal | 342 | 17 | 303 | 0 | 135 | 16 | 13 | 465 | 130 | 57 |
| Binary | 11100010 | 1111 | 11000011 | 0 | 1011101 | 1110 | 1011 | 100110101 | 1011000 | 101111 |
Color Harmonies of #E20FC3
Complementary color
Monochromatic Colors of #E20FC3
Black with #E20FC3
Text Example
Text Example
White with #E20FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20FC3; }
p { color: rgb(226,15,195); }
H1.HeaderClassName
{
color: #E20FC3;
}
.AnyTagClassName
{
color: #E20FC3;
}
</style>
background-color css
<style>
a { background-color: #E20FC3; }
a { background-color: rgb(226,15,195); }
div.DivClassName
{
background-color: #E20FC3;
}
.BgClassName
{
background-color: #E20FC3;
}
</style>
border-color css
<style>
span { border-color: #E20FC3; }
span { border-color: rgb(226,15,195); }
td.TdClassName
{
border-color: #E20FC3;
}
.TagClassName
{
border-color: #E20FC3;
}
</style>