Shades of Spicy Pink #ED2CB3
Tints of Spicy Pink #ED2CB3
RGB
CMYK
RGB Variations
Color information
#ED2CB3 (or 0xED2CB3) is known color: Spicy Pink. HEX triplet: ED, 2C and B3. RGB value is (237,44,179). Sum of RGB (Red+Green+Blue) = 237+44+179=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CB3 is #12D34C. Grayscale: #747474. Windows color (decimal): -1233741 or 11742445. OLE color: 11742445.
HSL color Cylindrical-coordinate representation of color #ED2CB3: hue angle of 318.03º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2CB3 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 179 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.07 |
| HSL | 318.03º | 0.84% | 0.55% | - |
| HSV(B) | 318.03º | 0.81% | 0.93% | - |
| XYZ | 43.96 | 23.06 | 44.78 | - |
| YUV | 117.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 179 | 0 | 0.81 | 0.24 | 0.07 | 318.03 | 0.84 | 0.55 |
| Hex | ED | 2C | B3 | 0 | 51 | 18 | 7 | 13E | 54 | 37 |
| Octal | 355 | 54 | 263 | 0 | 121 | 30 | 7 | 476 | 124 | 67 |
| Binary | 11101101 | 101100 | 10110011 | 0 | 1010001 | 11000 | 111 | 100111110 | 1010100 | 110111 |
Color Harmonies of #ED2CB3
Complementary color
Monochromatic Colors of #ED2CB3
Black with #ED2CB3
Text Example
Text Example
White with #ED2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CB3; }
p { color: rgb(237,44,179); }
H1.HeaderClassName
{
color: #ED2CB3;
}
.AnyTagClassName
{
color: #ED2CB3;
}
</style>
background-color css
<style>
a { background-color: #ED2CB3; }
a { background-color: rgb(237,44,179); }
div.DivClassName
{
background-color: #ED2CB3;
}
.BgClassName
{
background-color: #ED2CB3;
}
</style>
border-color css
<style>
span { border-color: #ED2CB3; }
span { border-color: rgb(237,44,179); }
td.TdClassName
{
border-color: #ED2CB3;
}
.TagClassName
{
border-color: #ED2CB3;
}
</style>