Shades of Spicy Pink #EE15A4
Tints of Spicy Pink #EE15A4
RGB
CMYK
RGB Variations
Color information
#EE15A4 (or 0xEE15A4) is known color: Spicy Pink. HEX triplet: EE, 15 and A4. RGB value is (238,21,164). Sum of RGB (Red+Green+Blue) = 238+21+164=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE15A4 is #11EA5B. Grayscale: #656565. Windows color (decimal): -1174108 or 10753518. OLE color: 10753518.
HSL color Cylindrical-coordinate representation of color #EE15A4: hue angle of 320.46º 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 #EE15A4 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 164 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.07 |
| HSL | 320.46º | 0.86% | 0.51% | - |
| HSV(B) | 320.46º | 0.91% | 0.93% | - |
| XYZ | 42.23 | 21.39 | 37.03 | - |
| YUV | 102.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 164 | 0 | 0.91 | 0.31 | 0.07 | 320.46 | 0.86 | 0.51 |
| Hex | EE | 15 | A4 | 0 | 5B | 1F | 7 | 140 | 56 | 33 |
| Octal | 356 | 25 | 244 | 0 | 133 | 37 | 7 | 500 | 126 | 63 |
| Binary | 11101110 | 10101 | 10100100 | 0 | 1011011 | 11111 | 111 | 101000000 | 1010110 | 110011 |
Color Harmonies of #EE15A4
Complementary color
Monochromatic Colors of #EE15A4
Black with #EE15A4
Text Example
Text Example
White with #EE15A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15A4; }
p { color: rgb(238,21,164); }
H1.HeaderClassName
{
color: #EE15A4;
}
.AnyTagClassName
{
color: #EE15A4;
}
</style>
background-color css
<style>
a { background-color: #EE15A4; }
a { background-color: rgb(238,21,164); }
div.DivClassName
{
background-color: #EE15A4;
}
.BgClassName
{
background-color: #EE15A4;
}
</style>
border-color css
<style>
span { border-color: #EE15A4; }
span { border-color: rgb(238,21,164); }
td.TdClassName
{
border-color: #EE15A4;
}
.TagClassName
{
border-color: #EE15A4;
}
</style>