Shades of Spicy Pink #EA1CB4
Tints of Spicy Pink #EA1CB4
RGB
CMYK
RGB Variations
Color information
#EA1CB4 (or 0xEA1CB4) is known color: Spicy Pink. HEX triplet: EA, 1C and B4. RGB value is (234,28,180). Sum of RGB (Red+Green+Blue) = 234+28+180=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CB4 is #15E34B. Grayscale: #6A6A6A. Windows color (decimal): -1434444 or 11803882. OLE color: 11803882.
HSL color Cylindrical-coordinate representation of color #EA1CB4: hue angle of 315.73º 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 #EA1CB4 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 180 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.08 |
| HSL | 315.73º | 0.83% | 0.51% | - |
| HSV(B) | 315.73º | 0.88% | 0.92% | - |
| XYZ | 42.59 | 21.62 | 45.11 | - |
| YUV | 106.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 180 | 0 | 0.88 | 0.23 | 0.08 | 315.73 | 0.83 | 0.51 |
| Hex | EA | 1C | B4 | 0 | 58 | 17 | 8 | 13C | 53 | 33 |
| Octal | 352 | 34 | 264 | 0 | 130 | 27 | 10 | 474 | 123 | 63 |
| Binary | 11101010 | 11100 | 10110100 | 0 | 1011000 | 10111 | 1000 | 100111100 | 1010011 | 110011 |
Color Harmonies of #EA1CB4
Complementary color
Monochromatic Colors of #EA1CB4
Black with #EA1CB4
Text Example
Text Example
White with #EA1CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CB4; }
p { color: rgb(234,28,180); }
H1.HeaderClassName
{
color: #EA1CB4;
}
.AnyTagClassName
{
color: #EA1CB4;
}
</style>
background-color css
<style>
a { background-color: #EA1CB4; }
a { background-color: rgb(234,28,180); }
div.DivClassName
{
background-color: #EA1CB4;
}
.BgClassName
{
background-color: #EA1CB4;
}
</style>
border-color css
<style>
span { border-color: #EA1CB4; }
span { border-color: rgb(234,28,180); }
td.TdClassName
{
border-color: #EA1CB4;
}
.TagClassName
{
border-color: #EA1CB4;
}
</style>