Shades of Spicy Pink #FF2EB5
Tints of Spicy Pink #FF2EB5
RGB
CMYK
RGB Variations
Color information
#FF2EB5 (or 0xFF2EB5) is known color: Spicy Pink. HEX triplet: FF, 2E and B5. RGB value is (255,46,181). Sum of RGB (Red+Green+Blue) = 255+46+181=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EB5 is #00D14A. Grayscale: #7B7B7B. Windows color (decimal): -53579 or 11874047. OLE color: 11874047.
HSL color Cylindrical-coordinate representation of color #FF2EB5: hue angle of 321.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EB5 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 181 | - |
| CMYK | 0 | 0.82 | 0.29 | 0 |
| HSL | 321.24º | 1% | 0.59% | - |
| HSV(B) | 321.24º | 0.82% | 1% | - |
| XYZ | 50.56 | 26.55 | 46.18 | - |
| YUV | 123.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 181 | 0 | 0.82 | 0.29 | 0 | 321.24 | 1 | 0.59 |
| Hex | FF | 2E | B5 | 0 | 52 | 1D | 0 | 141 | 64 | 3B |
| Octal | 377 | 56 | 265 | 0 | 122 | 35 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101110 | 10110101 | 0 | 1010010 | 11101 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2EB5
Complementary color
Monochromatic Colors of #FF2EB5
Black with #FF2EB5
Text Example
Text Example
White with #FF2EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EB5; }
p { color: rgb(255,46,181); }
H1.HeaderClassName
{
color: #FF2EB5;
}
.AnyTagClassName
{
color: #FF2EB5;
}
</style>
background-color css
<style>
a { background-color: #FF2EB5; }
a { background-color: rgb(255,46,181); }
div.DivClassName
{
background-color: #FF2EB5;
}
.BgClassName
{
background-color: #FF2EB5;
}
</style>
border-color css
<style>
span { border-color: #FF2EB5; }
span { border-color: rgb(255,46,181); }
td.TdClassName
{
border-color: #FF2EB5;
}
.TagClassName
{
border-color: #FF2EB5;
}
</style>