Shades of Spicy Pink #EE1CAF
Tints of Spicy Pink #EE1CAF
RGB
CMYK
RGB Variations
Color information
#EE1CAF (or 0xEE1CAF) is known color: Spicy Pink. HEX triplet: EE, 1C and AF. RGB value is (238,28,175). Sum of RGB (Red+Green+Blue) = 238+28+175=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1CAF is #11E350. Grayscale: #6B6B6B. Windows color (decimal): -1172305 or 11476206. OLE color: 11476206.
HSL color Cylindrical-coordinate representation of color #EE1CAF: hue angle of 318º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1CAF is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 175 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.07 |
| HSL | 318º | 0.86% | 0.52% | - |
| HSV(B) | 318º | 0.88% | 0.93% | - |
| XYZ | 43.41 | 22.1 | 42.54 | - |
| YUV | 107.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 175 | 0 | 0.88 | 0.26 | 0.07 | 318 | 0.86 | 0.52 |
| Hex | EE | 1C | AF | 0 | 58 | 1A | 7 | 13E | 56 | 34 |
| Octal | 356 | 34 | 257 | 0 | 130 | 32 | 7 | 476 | 126 | 64 |
| Binary | 11101110 | 11100 | 10101111 | 0 | 1011000 | 11010 | 111 | 100111110 | 1010110 | 110100 |
Color Harmonies of #EE1CAF
Complementary color
Monochromatic Colors of #EE1CAF
Black with #EE1CAF
Text Example
Text Example
White with #EE1CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CAF; }
p { color: rgb(238,28,175); }
H1.HeaderClassName
{
color: #EE1CAF;
}
.AnyTagClassName
{
color: #EE1CAF;
}
</style>
background-color css
<style>
a { background-color: #EE1CAF; }
a { background-color: rgb(238,28,175); }
div.DivClassName
{
background-color: #EE1CAF;
}
.BgClassName
{
background-color: #EE1CAF;
}
</style>
border-color css
<style>
span { border-color: #EE1CAF; }
span { border-color: rgb(238,28,175); }
td.TdClassName
{
border-color: #EE1CAF;
}
.TagClassName
{
border-color: #EE1CAF;
}
</style>