Shades of Spicy Pink #EA25B5
Tints of Spicy Pink #EA25B5
RGB
CMYK
RGB Variations
Color information
#EA25B5 (or 0xEA25B5) is known color: Spicy Pink. HEX triplet: EA, 25 and B5. RGB value is (234,37,181). Sum of RGB (Red+Green+Blue) = 234+37+181=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25B5 is #15DA4A. Grayscale: #6F6F6F. Windows color (decimal): -1432139 or 11871722. OLE color: 11871722.
HSL color Cylindrical-coordinate representation of color #EA25B5: hue angle of 316.14º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA25B5 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 181 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.08 |
| HSL | 316.14º | 0.82% | 0.53% | - |
| HSV(B) | 316.14º | 0.84% | 0.92% | - |
| XYZ | 42.93 | 22.15 | 45.73 | - |
| YUV | 112.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 181 | 0 | 0.84 | 0.23 | 0.08 | 316.14 | 0.82 | 0.53 |
| Hex | EA | 25 | B5 | 0 | 54 | 17 | 8 | 13C | 52 | 35 |
| Octal | 352 | 45 | 265 | 0 | 124 | 27 | 10 | 474 | 122 | 65 |
| Binary | 11101010 | 100101 | 10110101 | 0 | 1010100 | 10111 | 1000 | 100111100 | 1010010 | 110101 |
Color Harmonies of #EA25B5
Complementary color
Monochromatic Colors of #EA25B5
Black with #EA25B5
Text Example
Text Example
White with #EA25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25B5; }
p { color: rgb(234,37,181); }
H1.HeaderClassName
{
color: #EA25B5;
}
.AnyTagClassName
{
color: #EA25B5;
}
</style>
background-color css
<style>
a { background-color: #EA25B5; }
a { background-color: rgb(234,37,181); }
div.DivClassName
{
background-color: #EA25B5;
}
.BgClassName
{
background-color: #EA25B5;
}
</style>
border-color css
<style>
span { border-color: #EA25B5; }
span { border-color: rgb(234,37,181); }
td.TdClassName
{
border-color: #EA25B5;
}
.TagClassName
{
border-color: #EA25B5;
}
</style>