Shades of Shocking Pink #E01FC1
Tints of Shocking Pink #E01FC1
RGB
CMYK
RGB Variations
Color information
#E01FC1 (or 0xE01FC1) is known color: Shocking Pink. HEX triplet: E0, 1F and C1. RGB value is (224,31,193). Sum of RGB (Red+Green+Blue) = 224+31+193=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FC1 is #1FE03E. Grayscale: #6A6A6A. Windows color (decimal): -2089023 or 12656608. OLE color: 12656608.
HSL color Cylindrical-coordinate representation of color #E01FC1: hue angle of 309.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FC1 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 193 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.12 |
| HSL | 309.64º | 0.76% | 0.5% | - |
| HSV(B) | 309.64º | 0.86% | 0.88% | - |
| XYZ | 40.86 | 20.68 | 52.29 | - |
| YUV | 107.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 193 | 0 | 0.86 | 0.14 | 0.12 | 309.64 | 0.76 | 0.5 |
| Hex | E0 | 1F | C1 | 0 | 56 | E | C | 136 | 4C | 32 |
| Octal | 340 | 37 | 301 | 0 | 126 | 16 | 14 | 466 | 114 | 62 |
| Binary | 11100000 | 11111 | 11000001 | 0 | 1010110 | 1110 | 1100 | 100110110 | 1001100 | 110010 |
Color Harmonies of #E01FC1
Complementary color
Monochromatic Colors of #E01FC1
Black with #E01FC1
Text Example
Text Example
White with #E01FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FC1; }
p { color: rgb(224,31,193); }
H1.HeaderClassName
{
color: #E01FC1;
}
.AnyTagClassName
{
color: #E01FC1;
}
</style>
background-color css
<style>
a { background-color: #E01FC1; }
a { background-color: rgb(224,31,193); }
div.DivClassName
{
background-color: #E01FC1;
}
.BgClassName
{
background-color: #E01FC1;
}
</style>
border-color css
<style>
span { border-color: #E01FC1; }
span { border-color: rgb(224,31,193); }
td.TdClassName
{
border-color: #E01FC1;
}
.TagClassName
{
border-color: #E01FC1;
}
</style>