Shades of Shocking Pink #E31FD1
Tints of Shocking Pink #E31FD1
RGB
CMYK
RGB Variations
Color information
#E31FD1 (or 0xE31FD1) is known color: Shocking Pink. HEX triplet: E3, 1F and D1. RGB value is (227,31,209). Sum of RGB (Red+Green+Blue) = 227+31+209=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FD1 is #1CE02E. Grayscale: #6D6D6D. Windows color (decimal): -1892399 or 13705187. OLE color: 13705187.
HSL color Cylindrical-coordinate representation of color #E31FD1: hue angle of 305.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FD1 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 209 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.11 |
| HSL | 305.51º | 0.78% | 0.51% | - |
| HSV(B) | 305.51º | 0.86% | 0.89% | - |
| XYZ | 43.68 | 21.91 | 62.25 | - |
| YUV | 109.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 209 | 0 | 0.86 | 0.08 | 0.11 | 305.51 | 0.78 | 0.51 |
| Hex | E3 | 1F | D1 | 0 | 56 | 8 | B | 132 | 4E | 33 |
| Octal | 343 | 37 | 321 | 0 | 126 | 10 | 13 | 462 | 116 | 63 |
| Binary | 11100011 | 11111 | 11010001 | 0 | 1010110 | 1000 | 1011 | 100110010 | 1001110 | 110011 |
Color Harmonies of #E31FD1
Complementary color
Monochromatic Colors of #E31FD1
Black with #E31FD1
Text Example
Text Example
White with #E31FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FD1; }
p { color: rgb(227,31,209); }
H1.HeaderClassName
{
color: #E31FD1;
}
.AnyTagClassName
{
color: #E31FD1;
}
</style>
background-color css
<style>
a { background-color: #E31FD1; }
a { background-color: rgb(227,31,209); }
div.DivClassName
{
background-color: #E31FD1;
}
.BgClassName
{
background-color: #E31FD1;
}
</style>
border-color css
<style>
span { border-color: #E31FD1; }
span { border-color: rgb(227,31,209); }
td.TdClassName
{
border-color: #E31FD1;
}
.TagClassName
{
border-color: #E31FD1;
}
</style>