Shades of Spicy Pink #EE25AF
Tints of Spicy Pink #EE25AF
RGB
CMYK
RGB Variations
Color information
#EE25AF (or 0xEE25AF) is known color: Spicy Pink. HEX triplet: EE, 25 and AF. RGB value is (238,37,175). Sum of RGB (Red+Green+Blue) = 238+37+175=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE25AF is #11DA50. Grayscale: #707070. Windows color (decimal): -1170001 or 11478510. OLE color: 11478510.
HSL color Cylindrical-coordinate representation of color #EE25AF: hue angle of 318.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE25AF is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.07 |
| HSL | 318.81º | 0.86% | 0.54% | - |
| HSV(B) | 318.81º | 0.84% | 0.93% | - |
| XYZ | 43.66 | 22.6 | 42.62 | - |
| YUV | 112.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 175 | 0 | 0.84 | 0.26 | 0.07 | 318.81 | 0.86 | 0.54 |
| Hex | EE | 25 | AF | 0 | 54 | 1A | 7 | 13F | 56 | 36 |
| Octal | 356 | 45 | 257 | 0 | 124 | 32 | 7 | 477 | 126 | 66 |
| Binary | 11101110 | 100101 | 10101111 | 0 | 1010100 | 11010 | 111 | 100111111 | 1010110 | 110110 |
Color Harmonies of #EE25AF
Complementary color
Monochromatic Colors of #EE25AF
Black with #EE25AF
Text Example
Text Example
White with #EE25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25AF; }
p { color: rgb(238,37,175); }
H1.HeaderClassName
{
color: #EE25AF;
}
.AnyTagClassName
{
color: #EE25AF;
}
</style>
background-color css
<style>
a { background-color: #EE25AF; }
a { background-color: rgb(238,37,175); }
div.DivClassName
{
background-color: #EE25AF;
}
.BgClassName
{
background-color: #EE25AF;
}
</style>
border-color css
<style>
span { border-color: #EE25AF; }
span { border-color: rgb(238,37,175); }
td.TdClassName
{
border-color: #EE25AF;
}
.TagClassName
{
border-color: #EE25AF;
}
</style>