Shades of Spicy Pink #EE15B1
Tints of Spicy Pink #EE15B1
RGB
CMYK
RGB Variations
Color information
#EE15B1 (or 0xEE15B1) is known color: Spicy Pink. HEX triplet: EE, 15 and B1. RGB value is (238,21,177). Sum of RGB (Red+Green+Blue) = 238+21+177=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE15B1 is #11EA4E. Grayscale: #676767. Windows color (decimal): -1174095 or 11605486. OLE color: 11605486.
HSL color Cylindrical-coordinate representation of color #EE15B1: hue angle of 316.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15B1 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 177 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.07 |
| HSL | 316.87º | 0.86% | 0.51% | - |
| HSV(B) | 316.87º | 0.91% | 0.93% | - |
| XYZ | 43.46 | 21.89 | 43.53 | - |
| YUV | 103.67 | 169.39 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 177 | 0 | 0.91 | 0.26 | 0.07 | 316.87 | 0.86 | 0.51 |
| Hex | EE | 15 | B1 | 0 | 5B | 1A | 7 | 13D | 56 | 33 |
| Octal | 356 | 25 | 261 | 0 | 133 | 32 | 7 | 475 | 126 | 63 |
| Binary | 11101110 | 10101 | 10110001 | 0 | 1011011 | 11010 | 111 | 100111101 | 1010110 | 110011 |
Color Harmonies of #EE15B1
Complementary color
Monochromatic Colors of #EE15B1
Black with #EE15B1
Text Example
Text Example
White with #EE15B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15B1; }
p { color: rgb(238,21,177); }
H1.HeaderClassName
{
color: #EE15B1;
}
.AnyTagClassName
{
color: #EE15B1;
}
</style>
background-color css
<style>
a { background-color: #EE15B1; }
a { background-color: rgb(238,21,177); }
div.DivClassName
{
background-color: #EE15B1;
}
.BgClassName
{
background-color: #EE15B1;
}
</style>
border-color css
<style>
span { border-color: #EE15B1; }
span { border-color: rgb(238,21,177); }
td.TdClassName
{
border-color: #EE15B1;
}
.TagClassName
{
border-color: #EE15B1;
}
</style>