Shades of Spicy Pink #EC2FB5
Tints of Spicy Pink #EC2FB5
RGB
CMYK
RGB Variations
Color information
#EC2FB5 (or 0xEC2FB5) is known color: Spicy Pink. HEX triplet: EC, 2F and B5. RGB value is (236,47,181). Sum of RGB (Red+Green+Blue) = 236+47+181=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FB5 is #13D04A. Grayscale: #767676. Windows color (decimal): -1298507 or 11874284. OLE color: 11874284.
HSL color Cylindrical-coordinate representation of color #EC2FB5: hue angle of 317.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FB5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 181 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.07 |
| HSL | 317.46º | 0.83% | 0.55% | - |
| HSV(B) | 317.46º | 0.8% | 0.93% | - |
| XYZ | 43.95 | 23.2 | 45.88 | - |
| YUV | 118.79 | 163.12 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 181 | 0 | 0.80 | 0.23 | 0.07 | 317.46 | 0.83 | 0.55 |
| Hex | EC | 2F | B5 | 0 | 50 | 17 | 7 | 13D | 53 | 37 |
| Octal | 354 | 57 | 265 | 0 | 120 | 27 | 7 | 475 | 123 | 67 |
| Binary | 11101100 | 101111 | 10110101 | 0 | 1010000 | 10111 | 111 | 100111101 | 1010011 | 110111 |
Color Harmonies of #EC2FB5
Complementary color
Monochromatic Colors of #EC2FB5
Black with #EC2FB5
Text Example
Text Example
White with #EC2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FB5; }
p { color: rgb(236,47,181); }
H1.HeaderClassName
{
color: #EC2FB5;
}
.AnyTagClassName
{
color: #EC2FB5;
}
</style>
background-color css
<style>
a { background-color: #EC2FB5; }
a { background-color: rgb(236,47,181); }
div.DivClassName
{
background-color: #EC2FB5;
}
.BgClassName
{
background-color: #EC2FB5;
}
</style>
border-color css
<style>
span { border-color: #EC2FB5; }
span { border-color: rgb(236,47,181); }
td.TdClassName
{
border-color: #EC2FB5;
}
.TagClassName
{
border-color: #EC2FB5;
}
</style>