Shades of Spicy Pink #EE31B5
Tints of Spicy Pink #EE31B5
RGB
CMYK
RGB Variations
Color information
#EE31B5 (or 0xEE31B5) is known color: Spicy Pink. HEX triplet: EE, 31 and B5. RGB value is (238,49,181). Sum of RGB (Red+Green+Blue) = 238+49+181=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31B5 is #11CE4A. Grayscale: #787878. Windows color (decimal): -1166923 or 11874798. OLE color: 11874798.
HSL color Cylindrical-coordinate representation of color #EE31B5: hue angle of 318.1º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31B5 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 181 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.07 |
| HSL | 318.1º | 0.85% | 0.56% | - |
| HSV(B) | 318.1º | 0.79% | 0.93% | - |
| XYZ | 44.7 | 23.71 | 45.94 | - |
| YUV | 120.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 181 | 0 | 0.79 | 0.24 | 0.07 | 318.1 | 0.85 | 0.56 |
| Hex | EE | 31 | B5 | 0 | 4F | 18 | 7 | 13E | 55 | 38 |
| Octal | 356 | 61 | 265 | 0 | 117 | 30 | 7 | 476 | 125 | 70 |
| Binary | 11101110 | 110001 | 10110101 | 0 | 1001111 | 11000 | 111 | 100111110 | 1010101 | 111000 |
Color Harmonies of #EE31B5
Complementary color
Monochromatic Colors of #EE31B5
Black with #EE31B5
Text Example
Text Example
White with #EE31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31B5; }
p { color: rgb(238,49,181); }
H1.HeaderClassName
{
color: #EE31B5;
}
.AnyTagClassName
{
color: #EE31B5;
}
</style>
background-color css
<style>
a { background-color: #EE31B5; }
a { background-color: rgb(238,49,181); }
div.DivClassName
{
background-color: #EE31B5;
}
.BgClassName
{
background-color: #EE31B5;
}
</style>
border-color css
<style>
span { border-color: #EE31B5; }
span { border-color: rgb(238,49,181); }
td.TdClassName
{
border-color: #EE31B5;
}
.TagClassName
{
border-color: #EE31B5;
}
</style>