Shades of Spicy Pink #EE24B4
Tints of Spicy Pink #EE24B4
RGB
CMYK
RGB Variations
Color information
#EE24B4 (or 0xEE24B4) is known color: Spicy Pink. HEX triplet: EE, 24 and B4. RGB value is (238,36,180). Sum of RGB (Red+Green+Blue) = 238+36+180=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24B4 is #11DB4B. Grayscale: #707070. Windows color (decimal): -1170252 or 11805934. OLE color: 11805934.
HSL color Cylindrical-coordinate representation of color #EE24B4: hue angle of 317.23º 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 #EE24B4 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 180 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.07 |
| HSL | 317.23º | 0.86% | 0.54% | - |
| HSV(B) | 317.23º | 0.85% | 0.93% | - |
| XYZ | 44.13 | 22.73 | 45.24 | - |
| YUV | 112.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 180 | 0 | 0.85 | 0.24 | 0.07 | 317.23 | 0.86 | 0.54 |
| Hex | EE | 24 | B4 | 0 | 55 | 18 | 7 | 13D | 56 | 36 |
| Octal | 356 | 44 | 264 | 0 | 125 | 30 | 7 | 475 | 126 | 66 |
| Binary | 11101110 | 100100 | 10110100 | 0 | 1010101 | 11000 | 111 | 100111101 | 1010110 | 110110 |
Color Harmonies of #EE24B4
Complementary color
Monochromatic Colors of #EE24B4
Black with #EE24B4
Text Example
Text Example
White with #EE24B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24B4; }
p { color: rgb(238,36,180); }
H1.HeaderClassName
{
color: #EE24B4;
}
.AnyTagClassName
{
color: #EE24B4;
}
</style>
background-color css
<style>
a { background-color: #EE24B4; }
a { background-color: rgb(238,36,180); }
div.DivClassName
{
background-color: #EE24B4;
}
.BgClassName
{
background-color: #EE24B4;
}
</style>
border-color css
<style>
span { border-color: #EE24B4; }
span { border-color: rgb(238,36,180); }
td.TdClassName
{
border-color: #EE24B4;
}
.TagClassName
{
border-color: #EE24B4;
}
</style>