Shades of Shocking Pink #E01FB6
Tints of Shocking Pink #E01FB6
RGB
CMYK
RGB Variations
Color information
#E01FB6 (or 0xE01FB6) is known color: Shocking Pink. HEX triplet: E0, 1F and B6. RGB value is (224,31,182). Sum of RGB (Red+Green+Blue) = 224+31+182=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FB6 is #1FE049. Grayscale: #696969. Windows color (decimal): -2089034 or 11935712. OLE color: 11935712.
HSL color Cylindrical-coordinate representation of color #E01FB6: hue angle of 313.06º 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 #E01FB6 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 182 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.12 |
| HSL | 313.06º | 0.76% | 0.5% | - |
| HSV(B) | 313.06º | 0.86% | 0.88% | - |
| XYZ | 39.67 | 20.2 | 46.06 | - |
| YUV | 105.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 182 | 0 | 0.86 | 0.19 | 0.12 | 313.06 | 0.76 | 0.5 |
| Hex | E0 | 1F | B6 | 0 | 56 | 13 | C | 139 | 4C | 32 |
| Octal | 340 | 37 | 266 | 0 | 126 | 23 | 14 | 471 | 114 | 62 |
| Binary | 11100000 | 11111 | 10110110 | 0 | 1010110 | 10011 | 1100 | 100111001 | 1001100 | 110010 |
Color Harmonies of #E01FB6
Complementary color
Monochromatic Colors of #E01FB6
Black with #E01FB6
Text Example
Text Example
White with #E01FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FB6; }
p { color: rgb(224,31,182); }
H1.HeaderClassName
{
color: #E01FB6;
}
.AnyTagClassName
{
color: #E01FB6;
}
</style>
background-color css
<style>
a { background-color: #E01FB6; }
a { background-color: rgb(224,31,182); }
div.DivClassName
{
background-color: #E01FB6;
}
.BgClassName
{
background-color: #E01FB6;
}
</style>
border-color css
<style>
span { border-color: #E01FB6; }
span { border-color: rgb(224,31,182); }
td.TdClassName
{
border-color: #E01FB6;
}
.TagClassName
{
border-color: #E01FB6;
}
</style>