Shades of Spicy Pink #EE24B0
Tints of Spicy Pink #EE24B0
RGB
CMYK
RGB Variations
Color information
#EE24B0 (or 0xEE24B0) is known color: Spicy Pink. HEX triplet: EE, 24 and B0. RGB value is (238,36,176). Sum of RGB (Red+Green+Blue) = 238+36+176=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE24B0 is #11DB4F. Grayscale: #6F6F6F. Windows color (decimal): -1170256 or 11543790. OLE color: 11543790.
HSL color Cylindrical-coordinate representation of color #EE24B0: hue angle of 318.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE24B0 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 176 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.07 |
| HSL | 318.42º | 0.86% | 0.54% | - |
| HSV(B) | 318.42º | 0.85% | 0.93% | - |
| XYZ | 43.73 | 22.57 | 43.13 | - |
| YUV | 112.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 176 | 0 | 0.85 | 0.26 | 0.07 | 318.42 | 0.86 | 0.54 |
| Hex | EE | 24 | B0 | 0 | 55 | 1A | 7 | 13E | 56 | 36 |
| Octal | 356 | 44 | 260 | 0 | 125 | 32 | 7 | 476 | 126 | 66 |
| Binary | 11101110 | 100100 | 10110000 | 0 | 1010101 | 11010 | 111 | 100111110 | 1010110 | 110110 |
Color Harmonies of #EE24B0
Complementary color
Monochromatic Colors of #EE24B0
Black with #EE24B0
Text Example
Text Example
White with #EE24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24B0; }
p { color: rgb(238,36,176); }
H1.HeaderClassName
{
color: #EE24B0;
}
.AnyTagClassName
{
color: #EE24B0;
}
</style>
background-color css
<style>
a { background-color: #EE24B0; }
a { background-color: rgb(238,36,176); }
div.DivClassName
{
background-color: #EE24B0;
}
.BgClassName
{
background-color: #EE24B0;
}
</style>
border-color css
<style>
span { border-color: #EE24B0; }
span { border-color: rgb(238,36,176); }
td.TdClassName
{
border-color: #EE24B0;
}
.TagClassName
{
border-color: #EE24B0;
}
</style>