Shades of Spicy Pink #EA21B2
Tints of Spicy Pink #EA21B2
RGB
CMYK
RGB Variations
Color information
#EA21B2 (or 0xEA21B2) is known color: Spicy Pink. HEX triplet: EA, 21 and B2. RGB value is (234,33,178). Sum of RGB (Red+Green+Blue) = 234+33+178=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA21B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA21B2 is #15DE4D. Grayscale: #6D6D6D. Windows color (decimal): -1433166 or 11674090. OLE color: 11674090.
HSL color Cylindrical-coordinate representation of color #EA21B2: hue angle of 316.72º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21B2 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 178 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.08 |
| HSL | 316.72º | 0.83% | 0.52% | - |
| HSV(B) | 316.72º | 0.86% | 0.92% | - |
| XYZ | 42.51 | 21.79 | 44.09 | - |
| YUV | 109.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 178 | 0 | 0.86 | 0.24 | 0.08 | 316.72 | 0.83 | 0.52 |
| Hex | EA | 21 | B2 | 0 | 56 | 18 | 8 | 13D | 53 | 34 |
| Octal | 352 | 41 | 262 | 0 | 126 | 30 | 10 | 475 | 123 | 64 |
| Binary | 11101010 | 100001 | 10110010 | 0 | 1010110 | 11000 | 1000 | 100111101 | 1010011 | 110100 |
Color Harmonies of #EA21B2
Complementary color
Monochromatic Colors of #EA21B2
Black with #EA21B2
Text Example
Text Example
White with #EA21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA21B2; }
p { color: rgb(234,33,178); }
H1.HeaderClassName
{
color: #EA21B2;
}
.AnyTagClassName
{
color: #EA21B2;
}
</style>
background-color css
<style>
a { background-color: #EA21B2; }
a { background-color: rgb(234,33,178); }
div.DivClassName
{
background-color: #EA21B2;
}
.BgClassName
{
background-color: #EA21B2;
}
</style>
border-color css
<style>
span { border-color: #EA21B2; }
span { border-color: rgb(234,33,178); }
td.TdClassName
{
border-color: #EA21B2;
}
.TagClassName
{
border-color: #EA21B2;
}
</style>