Shades of Spicy Pink #EA1CB1
Tints of Spicy Pink #EA1CB1
RGB
CMYK
RGB Variations
Color information
#EA1CB1 (or 0xEA1CB1) is known color: Spicy Pink. HEX triplet: EA, 1C and B1. RGB value is (234,28,177). Sum of RGB (Red+Green+Blue) = 234+28+177=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1CB1 is #15E34E. Grayscale: #6A6A6A. Windows color (decimal): -1434447 or 11607274. OLE color: 11607274.
HSL color Cylindrical-coordinate representation of color #EA1CB1: hue angle of 316.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CB1 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 177 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.08 |
| HSL | 316.6º | 0.83% | 0.51% | - |
| HSV(B) | 316.6º | 0.88% | 0.92% | - |
| XYZ | 42.28 | 21.5 | 43.52 | - |
| YUV | 106.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 177 | 0 | 0.88 | 0.24 | 0.08 | 316.6 | 0.83 | 0.51 |
| Hex | EA | 1C | B1 | 0 | 58 | 18 | 8 | 13D | 53 | 33 |
| Octal | 352 | 34 | 261 | 0 | 130 | 30 | 10 | 475 | 123 | 63 |
| Binary | 11101010 | 11100 | 10110001 | 0 | 1011000 | 11000 | 1000 | 100111101 | 1010011 | 110011 |
Color Harmonies of #EA1CB1
Complementary color
Monochromatic Colors of #EA1CB1
Black with #EA1CB1
Text Example
Text Example
White with #EA1CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CB1; }
p { color: rgb(234,28,177); }
H1.HeaderClassName
{
color: #EA1CB1;
}
.AnyTagClassName
{
color: #EA1CB1;
}
</style>
background-color css
<style>
a { background-color: #EA1CB1; }
a { background-color: rgb(234,28,177); }
div.DivClassName
{
background-color: #EA1CB1;
}
.BgClassName
{
background-color: #EA1CB1;
}
</style>
border-color css
<style>
span { border-color: #EA1CB1; }
span { border-color: rgb(234,28,177); }
td.TdClassName
{
border-color: #EA1CB1;
}
.TagClassName
{
border-color: #EA1CB1;
}
</style>