Shades of Spicy Pink #EA1CA7
Tints of Spicy Pink #EA1CA7
RGB
CMYK
RGB Variations
Color information
#EA1CA7 (or 0xEA1CA7) is known color: Spicy Pink. HEX triplet: EA, 1C and A7. RGB value is (234,28,167). Sum of RGB (Red+Green+Blue) = 234+28+167=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1CA7 is #15E358. Grayscale: #696969. Windows color (decimal): -1434457 or 10951914. OLE color: 10951914.
HSL color Cylindrical-coordinate representation of color #EA1CA7: hue angle of 319.51º 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 #EA1CA7 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 167 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.08 |
| HSL | 319.51º | 0.83% | 0.51% | - |
| HSV(B) | 319.51º | 0.88% | 0.92% | - |
| XYZ | 41.32 | 21.11 | 38.46 | - |
| YUV | 105.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 167 | 0 | 0.88 | 0.29 | 0.08 | 319.51 | 0.83 | 0.51 |
| Hex | EA | 1C | A7 | 0 | 58 | 1D | 8 | 140 | 53 | 33 |
| Octal | 352 | 34 | 247 | 0 | 130 | 35 | 10 | 500 | 123 | 63 |
| Binary | 11101010 | 11100 | 10100111 | 0 | 1011000 | 11101 | 1000 | 101000000 | 1010011 | 110011 |
Color Harmonies of #EA1CA7
Complementary color
Monochromatic Colors of #EA1CA7
Black with #EA1CA7
Text Example
Text Example
White with #EA1CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CA7; }
p { color: rgb(234,28,167); }
H1.HeaderClassName
{
color: #EA1CA7;
}
.AnyTagClassName
{
color: #EA1CA7;
}
</style>
background-color css
<style>
a { background-color: #EA1CA7; }
a { background-color: rgb(234,28,167); }
div.DivClassName
{
background-color: #EA1CA7;
}
.BgClassName
{
background-color: #EA1CA7;
}
</style>
border-color css
<style>
span { border-color: #EA1CA7; }
span { border-color: rgb(234,28,167); }
td.TdClassName
{
border-color: #EA1CA7;
}
.TagClassName
{
border-color: #EA1CA7;
}
</style>