Shades of Spicy Pink #E131B4
Tints of Spicy Pink #E131B4
RGB
CMYK
RGB Variations
Color information
#E131B4 (or 0xE131B4) is known color: Spicy Pink. HEX triplet: E1, 31 and B4. RGB value is (225,49,180). Sum of RGB (Red+Green+Blue) = 225+49+180=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E131B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131B4 is #1ECE4B. Grayscale: #747474. Windows color (decimal): -2018892 or 11809249. OLE color: 11809249.
HSL color Cylindrical-coordinate representation of color #E131B4: hue angle of 315.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131B4 is Cyan = 0, Magento = 0.78, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 180 | - |
| CMYK | 0 | 0.78 | 0.2 | 0.12 |
| HSL | 315.34º | 0.75% | 0.54% | - |
| HSV(B) | 315.34º | 0.78% | 0.88% | - |
| XYZ | 40.39 | 21.5 | 45.2 | - |
| YUV | 116.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 180 | 0 | 0.78 | 0.2 | 0.12 | 315.34 | 0.75 | 0.54 |
| Hex | E1 | 31 | B4 | 0 | 4E | 14 | C | 13B | 4B | 36 |
| Octal | 341 | 61 | 264 | 0 | 116 | 24 | 14 | 473 | 113 | 66 |
| Binary | 11100001 | 110001 | 10110100 | 0 | 1001110 | 10100 | 1100 | 100111011 | 1001011 | 110110 |
Color Harmonies of #E131B4
Complementary color
Monochromatic Colors of #E131B4
Black with #E131B4
Text Example
Text Example
White with #E131B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131B4; }
p { color: rgb(225,49,180); }
H1.HeaderClassName
{
color: #E131B4;
}
.AnyTagClassName
{
color: #E131B4;
}
</style>
background-color css
<style>
a { background-color: #E131B4; }
a { background-color: rgb(225,49,180); }
div.DivClassName
{
background-color: #E131B4;
}
.BgClassName
{
background-color: #E131B4;
}
</style>
border-color css
<style>
span { border-color: #E131B4; }
span { border-color: rgb(225,49,180); }
td.TdClassName
{
border-color: #E131B4;
}
.TagClassName
{
border-color: #E131B4;
}
</style>