Shades of Spicy Pink #E31FB3
Tints of Spicy Pink #E31FB3
RGB
CMYK
RGB Variations
Color information
#E31FB3 (or 0xE31FB3) is known color: Spicy Pink. HEX triplet: E3, 1F and B3. RGB value is (227,31,179). Sum of RGB (Red+Green+Blue) = 227+31+179=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FB3 is #1CE04C. Grayscale: #6A6A6A. Windows color (decimal): -1892429 or 11739107. OLE color: 11739107.
HSL color Cylindrical-coordinate representation of color #E31FB3: hue angle of 314.69º 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 #E31FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 179 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.11 |
| HSL | 314.69º | 0.78% | 0.51% | - |
| HSV(B) | 314.69º | 0.86% | 0.89% | - |
| XYZ | 40.31 | 20.57 | 44.49 | - |
| YUV | 106.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 179 | 0 | 0.86 | 0.21 | 0.11 | 314.69 | 0.78 | 0.51 |
| Hex | E3 | 1F | B3 | 0 | 56 | 15 | B | 13B | 4E | 33 |
| Octal | 343 | 37 | 263 | 0 | 126 | 25 | 13 | 473 | 116 | 63 |
| Binary | 11100011 | 11111 | 10110011 | 0 | 1010110 | 10101 | 1011 | 100111011 | 1001110 | 110011 |
Color Harmonies of #E31FB3
Complementary color
Monochromatic Colors of #E31FB3
Black with #E31FB3
Text Example
Text Example
White with #E31FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FB3; }
p { color: rgb(227,31,179); }
H1.HeaderClassName
{
color: #E31FB3;
}
.AnyTagClassName
{
color: #E31FB3;
}
</style>
background-color css
<style>
a { background-color: #E31FB3; }
a { background-color: rgb(227,31,179); }
div.DivClassName
{
background-color: #E31FB3;
}
.BgClassName
{
background-color: #E31FB3;
}
</style>
border-color css
<style>
span { border-color: #E31FB3; }
span { border-color: rgb(227,31,179); }
td.TdClassName
{
border-color: #E31FB3;
}
.TagClassName
{
border-color: #E31FB3;
}
</style>