Shades of Spicy Pink #EA21B5
Tints of Spicy Pink #EA21B5
RGB
CMYK
RGB Variations
Color information
#EA21B5 (or 0xEA21B5) is known color: Spicy Pink. HEX triplet: EA, 21 and B5. RGB value is (234,33,181). Sum of RGB (Red+Green+Blue) = 234+33+181=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA21B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA21B5 is #15DE4A. Grayscale: #6D6D6D. Windows color (decimal): -1433163 or 11870698. OLE color: 11870698.
HSL color Cylindrical-coordinate representation of color #EA21B5: hue angle of 315.82º 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 #EA21B5 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 181 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.08 |
| HSL | 315.82º | 0.83% | 0.52% | - |
| HSV(B) | 315.82º | 0.86% | 0.92% | - |
| XYZ | 42.82 | 21.92 | 45.69 | - |
| YUV | 109.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 181 | 0 | 0.86 | 0.23 | 0.08 | 315.82 | 0.83 | 0.52 |
| Hex | EA | 21 | B5 | 0 | 56 | 17 | 8 | 13C | 53 | 34 |
| Octal | 352 | 41 | 265 | 0 | 126 | 27 | 10 | 474 | 123 | 64 |
| Binary | 11101010 | 100001 | 10110101 | 0 | 1010110 | 10111 | 1000 | 100111100 | 1010011 | 110100 |
Color Harmonies of #EA21B5
Complementary color
Monochromatic Colors of #EA21B5
Black with #EA21B5
Text Example
Text Example
White with #EA21B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA21B5; }
p { color: rgb(234,33,181); }
H1.HeaderClassName
{
color: #EA21B5;
}
.AnyTagClassName
{
color: #EA21B5;
}
</style>
background-color css
<style>
a { background-color: #EA21B5; }
a { background-color: rgb(234,33,181); }
div.DivClassName
{
background-color: #EA21B5;
}
.BgClassName
{
background-color: #EA21B5;
}
</style>
border-color css
<style>
span { border-color: #EA21B5; }
span { border-color: rgb(234,33,181); }
td.TdClassName
{
border-color: #EA21B5;
}
.TagClassName
{
border-color: #EA21B5;
}
</style>