Shades of Spicy Pink #EE26AB
Tints of Spicy Pink #EE26AB
RGB
CMYK
RGB Variations
Color information
#EE26AB (or 0xEE26AB) is known color: Spicy Pink. HEX triplet: EE, 26 and AB. RGB value is (238,38,171). Sum of RGB (Red+Green+Blue) = 238+38+171=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE26AB is #11D954. Grayscale: #707070. Windows color (decimal): -1169749 or 11216622. OLE color: 11216622.
HSL color Cylindrical-coordinate representation of color #EE26AB: hue angle of 320.1º degrees, saturation: 0.85, 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 #EE26AB is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 171 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.07 |
| HSL | 320.1º | 0.85% | 0.54% | - |
| HSV(B) | 320.1º | 0.84% | 0.93% | - |
| XYZ | 43.3 | 22.5 | 40.59 | - |
| YUV | 112.96 | 160.76 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 171 | 0 | 0.84 | 0.28 | 0.07 | 320.1 | 0.85 | 0.54 |
| Hex | EE | 26 | AB | 0 | 54 | 1C | 7 | 140 | 55 | 36 |
| Octal | 356 | 46 | 253 | 0 | 124 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101110 | 100110 | 10101011 | 0 | 1010100 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #EE26AB
Complementary color
Monochromatic Colors of #EE26AB
Black with #EE26AB
Text Example
Text Example
White with #EE26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26AB; }
p { color: rgb(238,38,171); }
H1.HeaderClassName
{
color: #EE26AB;
}
.AnyTagClassName
{
color: #EE26AB;
}
</style>
background-color css
<style>
a { background-color: #EE26AB; }
a { background-color: rgb(238,38,171); }
div.DivClassName
{
background-color: #EE26AB;
}
.BgClassName
{
background-color: #EE26AB;
}
</style>
border-color css
<style>
span { border-color: #EE26AB; }
span { border-color: rgb(238,38,171); }
td.TdClassName
{
border-color: #EE26AB;
}
.TagClassName
{
border-color: #EE26AB;
}
</style>