Shades of Spicy Pink #EA28B2
Tints of Spicy Pink #EA28B2
RGB
CMYK
RGB Variations
Color information
#EA28B2 (or 0xEA28B2) is known color: Spicy Pink. HEX triplet: EA, 28 and B2. RGB value is (234,40,178). Sum of RGB (Red+Green+Blue) = 234+40+178=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28B2 is #15D74D. Grayscale: #717171. Windows color (decimal): -1431374 or 11675882. OLE color: 11675882.
HSL color Cylindrical-coordinate representation of color #EA28B2: hue angle of 317.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28B2 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 178 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.08 |
| HSL | 317.32º | 0.82% | 0.54% | - |
| HSV(B) | 317.32º | 0.83% | 0.92% | - |
| XYZ | 42.73 | 22.22 | 44.16 | - |
| YUV | 113.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 178 | 0 | 0.83 | 0.24 | 0.08 | 317.32 | 0.82 | 0.54 |
| Hex | EA | 28 | B2 | 0 | 53 | 18 | 8 | 13D | 52 | 36 |
| Octal | 352 | 50 | 262 | 0 | 123 | 30 | 10 | 475 | 122 | 66 |
| Binary | 11101010 | 101000 | 10110010 | 0 | 1010011 | 11000 | 1000 | 100111101 | 1010010 | 110110 |
Color Harmonies of #EA28B2
Complementary color
Monochromatic Colors of #EA28B2
Black with #EA28B2
Text Example
Text Example
White with #EA28B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28B2; }
p { color: rgb(234,40,178); }
H1.HeaderClassName
{
color: #EA28B2;
}
.AnyTagClassName
{
color: #EA28B2;
}
</style>
background-color css
<style>
a { background-color: #EA28B2; }
a { background-color: rgb(234,40,178); }
div.DivClassName
{
background-color: #EA28B2;
}
.BgClassName
{
background-color: #EA28B2;
}
</style>
border-color css
<style>
span { border-color: #EA28B2; }
span { border-color: rgb(234,40,178); }
td.TdClassName
{
border-color: #EA28B2;
}
.TagClassName
{
border-color: #EA28B2;
}
</style>