Shades of Spicy Pink #EA19B3
Tints of Spicy Pink #EA19B3
RGB
CMYK
RGB Variations
Color information
#EA19B3 (or 0xEA19B3) is known color: Spicy Pink. HEX triplet: EA, 19 and B3. RGB value is (234,25,179). Sum of RGB (Red+Green+Blue) = 234+25+179=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19B3 is #15E64C. Grayscale: #686868. Windows color (decimal): -1435213 or 11737578. OLE color: 11737578.
HSL color Cylindrical-coordinate representation of color #EA19B3: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19B3 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 179 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.08 |
| HSL | 315.79º | 0.83% | 0.51% | - |
| HSV(B) | 315.79º | 0.89% | 0.92% | - |
| XYZ | 42.42 | 21.44 | 44.55 | - |
| YUV | 105.05 | 169.74 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 179 | 0 | 0.89 | 0.24 | 0.08 | 315.79 | 0.83 | 0.51 |
| Hex | EA | 19 | B3 | 0 | 59 | 18 | 8 | 13C | 53 | 33 |
| Octal | 352 | 31 | 263 | 0 | 131 | 30 | 10 | 474 | 123 | 63 |
| Binary | 11101010 | 11001 | 10110011 | 0 | 1011001 | 11000 | 1000 | 100111100 | 1010011 | 110011 |
Color Harmonies of #EA19B3
Complementary color
Monochromatic Colors of #EA19B3
Black with #EA19B3
Text Example
Text Example
White with #EA19B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19B3; }
p { color: rgb(234,25,179); }
H1.HeaderClassName
{
color: #EA19B3;
}
.AnyTagClassName
{
color: #EA19B3;
}
</style>
background-color css
<style>
a { background-color: #EA19B3; }
a { background-color: rgb(234,25,179); }
div.DivClassName
{
background-color: #EA19B3;
}
.BgClassName
{
background-color: #EA19B3;
}
</style>
border-color css
<style>
span { border-color: #EA19B3; }
span { border-color: rgb(234,25,179); }
td.TdClassName
{
border-color: #EA19B3;
}
.TagClassName
{
border-color: #EA19B3;
}
</style>