Shades of Spicy Pink #EA18A3
Tints of Spicy Pink #EA18A3
RGB
CMYK
RGB Variations
Color information
#EA18A3 (or 0xEA18A3) is known color: Spicy Pink. HEX triplet: EA, 18 and A3. RGB value is (234,24,163). Sum of RGB (Red+Green+Blue) = 234+24+163=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA18A3 is #15E75C. Grayscale: #666666. Windows color (decimal): -1435485 or 10688746. OLE color: 10688746.
HSL color Cylindrical-coordinate representation of color #EA18A3: hue angle of 320.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18A3 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 163 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.08 |
| HSL | 320.29º | 0.83% | 0.51% | - |
| HSV(B) | 320.29º | 0.9% | 0.92% | - |
| XYZ | 40.87 | 20.79 | 36.51 | - |
| YUV | 102.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 163 | 0 | 0.90 | 0.30 | 0.08 | 320.29 | 0.83 | 0.51 |
| Hex | EA | 18 | A3 | 0 | 5A | 1E | 8 | 140 | 53 | 33 |
| Octal | 352 | 30 | 243 | 0 | 132 | 36 | 10 | 500 | 123 | 63 |
| Binary | 11101010 | 11000 | 10100011 | 0 | 1011010 | 11110 | 1000 | 101000000 | 1010011 | 110011 |
Color Harmonies of #EA18A3
Complementary color
Monochromatic Colors of #EA18A3
Black with #EA18A3
Text Example
Text Example
White with #EA18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18A3; }
p { color: rgb(234,24,163); }
H1.HeaderClassName
{
color: #EA18A3;
}
.AnyTagClassName
{
color: #EA18A3;
}
</style>
background-color css
<style>
a { background-color: #EA18A3; }
a { background-color: rgb(234,24,163); }
div.DivClassName
{
background-color: #EA18A3;
}
.BgClassName
{
background-color: #EA18A3;
}
</style>
border-color css
<style>
span { border-color: #EA18A3; }
span { border-color: rgb(234,24,163); }
td.TdClassName
{
border-color: #EA18A3;
}
.TagClassName
{
border-color: #EA18A3;
}
</style>