Shades of Spicy Pink #EC30B5
Tints of Spicy Pink #EC30B5
RGB
CMYK
RGB Variations
Color information
#EC30B5 (or 0xEC30B5) is known color: Spicy Pink. HEX triplet: EC, 30 and B5. RGB value is (236,48,181). Sum of RGB (Red+Green+Blue) = 236+48+181=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30B5 is #13CF4A. Grayscale: #777777. Windows color (decimal): -1298251 or 11874540. OLE color: 11874540.
HSL color Cylindrical-coordinate representation of color #EC30B5: hue angle of 317.55º degrees, saturation: 0.83, 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 #EC30B5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 181 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.07 |
| HSL | 317.55º | 0.83% | 0.56% | - |
| HSV(B) | 317.55º | 0.8% | 0.93% | - |
| XYZ | 43.99 | 23.28 | 45.89 | - |
| YUV | 119.37 | 162.78 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 181 | 0 | 0.80 | 0.23 | 0.07 | 317.55 | 0.83 | 0.56 |
| Hex | EC | 30 | B5 | 0 | 50 | 17 | 7 | 13E | 53 | 38 |
| Octal | 354 | 60 | 265 | 0 | 120 | 27 | 7 | 476 | 123 | 70 |
| Binary | 11101100 | 110000 | 10110101 | 0 | 1010000 | 10111 | 111 | 100111110 | 1010011 | 111000 |
Color Harmonies of #EC30B5
Complementary color
Monochromatic Colors of #EC30B5
Black with #EC30B5
Text Example
Text Example
White with #EC30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC30B5; }
p { color: rgb(236,48,181); }
H1.HeaderClassName
{
color: #EC30B5;
}
.AnyTagClassName
{
color: #EC30B5;
}
</style>
background-color css
<style>
a { background-color: #EC30B5; }
a { background-color: rgb(236,48,181); }
div.DivClassName
{
background-color: #EC30B5;
}
.BgClassName
{
background-color: #EC30B5;
}
</style>
border-color css
<style>
span { border-color: #EC30B5; }
span { border-color: rgb(236,48,181); }
td.TdClassName
{
border-color: #EC30B5;
}
.TagClassName
{
border-color: #EC30B5;
}
</style>