Shades of Spicy Pink #ED2ABA
Tints of Spicy Pink #ED2ABA
RGB
CMYK
RGB Variations
Color information
#ED2ABA (or 0xED2ABA) is known color: Spicy Pink. HEX triplet: ED, 2A and BA. RGB value is (237,42,186). Sum of RGB (Red+Green+Blue) = 237+42+186=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ABA is #12D545. Grayscale: #747474. Windows color (decimal): -1234246 or 12200685. OLE color: 12200685.
HSL color Cylindrical-coordinate representation of color #ED2ABA: hue angle of 315.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2ABA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 186 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.07 |
| HSL | 315.69º | 0.84% | 0.55% | - |
| HSV(B) | 315.69º | 0.82% | 0.93% | - |
| XYZ | 44.62 | 23.21 | 48.58 | - |
| YUV | 116.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 186 | 0 | 0.82 | 0.22 | 0.07 | 315.69 | 0.84 | 0.55 |
| Hex | ED | 2A | BA | 0 | 52 | 16 | 7 | 13C | 54 | 37 |
| Octal | 355 | 52 | 272 | 0 | 122 | 26 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101010 | 10111010 | 0 | 1010010 | 10110 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2ABA
Complementary color
Monochromatic Colors of #ED2ABA
Black with #ED2ABA
Text Example
Text Example
White with #ED2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2ABA; }
p { color: rgb(237,42,186); }
H1.HeaderClassName
{
color: #ED2ABA;
}
.AnyTagClassName
{
color: #ED2ABA;
}
</style>
background-color css
<style>
a { background-color: #ED2ABA; }
a { background-color: rgb(237,42,186); }
div.DivClassName
{
background-color: #ED2ABA;
}
.BgClassName
{
background-color: #ED2ABA;
}
</style>
border-color css
<style>
span { border-color: #ED2ABA; }
span { border-color: rgb(237,42,186); }
td.TdClassName
{
border-color: #ED2ABA;
}
.TagClassName
{
border-color: #ED2ABA;
}
</style>