Shades of Spicy Pink #EA22B1
Tints of Spicy Pink #EA22B1
RGB
CMYK
RGB Variations
Color information
#EA22B1 (or 0xEA22B1) is known color: Spicy Pink. HEX triplet: EA, 22 and B1. RGB value is (234,34,177). Sum of RGB (Red+Green+Blue) = 234+34+177=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA22B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA22B1 is #15DD4E. Grayscale: #6D6D6D. Windows color (decimal): -1432911 or 11608810. OLE color: 11608810.
HSL color Cylindrical-coordinate representation of color #EA22B1: hue angle of 317.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA22B1 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 177 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.08 |
| HSL | 317.1º | 0.83% | 0.53% | - |
| HSV(B) | 317.1º | 0.85% | 0.92% | - |
| XYZ | 42.44 | 21.81 | 43.57 | - |
| YUV | 110.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 177 | 0 | 0.85 | 0.24 | 0.08 | 317.1 | 0.83 | 0.53 |
| Hex | EA | 22 | B1 | 0 | 55 | 18 | 8 | 13D | 53 | 35 |
| Octal | 352 | 42 | 261 | 0 | 125 | 30 | 10 | 475 | 123 | 65 |
| Binary | 11101010 | 100010 | 10110001 | 0 | 1010101 | 11000 | 1000 | 100111101 | 1010011 | 110101 |
Color Harmonies of #EA22B1
Complementary color
Monochromatic Colors of #EA22B1
Black with #EA22B1
Text Example
Text Example
White with #EA22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA22B1; }
p { color: rgb(234,34,177); }
H1.HeaderClassName
{
color: #EA22B1;
}
.AnyTagClassName
{
color: #EA22B1;
}
</style>
background-color css
<style>
a { background-color: #EA22B1; }
a { background-color: rgb(234,34,177); }
div.DivClassName
{
background-color: #EA22B1;
}
.BgClassName
{
background-color: #EA22B1;
}
</style>
border-color css
<style>
span { border-color: #EA22B1; }
span { border-color: rgb(234,34,177); }
td.TdClassName
{
border-color: #EA22B1;
}
.TagClassName
{
border-color: #EA22B1;
}
</style>