Shades of Spicy Pink #ED2FB5
Tints of Spicy Pink #ED2FB5
RGB
CMYK
RGB Variations
Color information
#ED2FB5 (or 0xED2FB5) is known color: Spicy Pink. HEX triplet: ED, 2F and B5. RGB value is (237,47,181). Sum of RGB (Red+Green+Blue) = 237+47+181=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FB5 is #12D04A. Grayscale: #767676. Windows color (decimal): -1232971 or 11874285. OLE color: 11874285.
HSL color Cylindrical-coordinate representation of color #ED2FB5: hue angle of 317.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FB5 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 181 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.07 |
| HSL | 317.68º | 0.84% | 0.56% | - |
| HSV(B) | 317.68º | 0.8% | 0.93% | - |
| XYZ | 44.28 | 23.37 | 45.89 | - |
| YUV | 119.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 181 | 0 | 0.80 | 0.24 | 0.07 | 317.68 | 0.84 | 0.56 |
| Hex | ED | 2F | B5 | 0 | 50 | 18 | 7 | 13E | 54 | 38 |
| Octal | 355 | 57 | 265 | 0 | 120 | 30 | 7 | 476 | 124 | 70 |
| Binary | 11101101 | 101111 | 10110101 | 0 | 1010000 | 11000 | 111 | 100111110 | 1010100 | 111000 |
Color Harmonies of #ED2FB5
Complementary color
Monochromatic Colors of #ED2FB5
Black with #ED2FB5
Text Example
Text Example
White with #ED2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FB5; }
p { color: rgb(237,47,181); }
H1.HeaderClassName
{
color: #ED2FB5;
}
.AnyTagClassName
{
color: #ED2FB5;
}
</style>
background-color css
<style>
a { background-color: #ED2FB5; }
a { background-color: rgb(237,47,181); }
div.DivClassName
{
background-color: #ED2FB5;
}
.BgClassName
{
background-color: #ED2FB5;
}
</style>
border-color css
<style>
span { border-color: #ED2FB5; }
span { border-color: rgb(237,47,181); }
td.TdClassName
{
border-color: #ED2FB5;
}
.TagClassName
{
border-color: #ED2FB5;
}
</style>