Shades of Spicy Pink #EA11AF
Tints of Spicy Pink #EA11AF
RGB
CMYK
RGB Variations
Color information
#EA11AF (or 0xEA11AF) is known color: Spicy Pink. HEX triplet: EA, 11 and AF. RGB value is (234,17,175). Sum of RGB (Red+Green+Blue) = 234+17+175=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA11AF is #15EE50. Grayscale: #636363. Windows color (decimal): -1437265 or 11473386. OLE color: 11473386.
HSL color Cylindrical-coordinate representation of color #EA11AF: hue angle of 316.31º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11AF is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 175 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.08 |
| HSL | 316.31º | 0.86% | 0.49% | - |
| HSV(B) | 316.31º | 0.93% | 0.92% | - |
| XYZ | 41.87 | 20.99 | 42.4 | - |
| YUV | 99.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 175 | 0 | 0.93 | 0.25 | 0.08 | 316.31 | 0.86 | 0.49 |
| Hex | EA | 11 | AF | 0 | 5D | 19 | 8 | 13C | 56 | 31 |
| Octal | 352 | 21 | 257 | 0 | 135 | 31 | 10 | 474 | 126 | 61 |
| Binary | 11101010 | 10001 | 10101111 | 0 | 1011101 | 11001 | 1000 | 100111100 | 1010110 | 110001 |
Color Harmonies of #EA11AF
Complementary color
Monochromatic Colors of #EA11AF
Black with #EA11AF
Text Example
Text Example
White with #EA11AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11AF; }
p { color: rgb(234,17,175); }
H1.HeaderClassName
{
color: #EA11AF;
}
.AnyTagClassName
{
color: #EA11AF;
}
</style>
background-color css
<style>
a { background-color: #EA11AF; }
a { background-color: rgb(234,17,175); }
div.DivClassName
{
background-color: #EA11AF;
}
.BgClassName
{
background-color: #EA11AF;
}
</style>
border-color css
<style>
span { border-color: #EA11AF; }
span { border-color: rgb(234,17,175); }
td.TdClassName
{
border-color: #EA11AF;
}
.TagClassName
{
border-color: #EA11AF;
}
</style>