Shades of Spicy Pink #EE13AD
Tints of Spicy Pink #EE13AD
RGB
CMYK
RGB Variations
Color information
#EE13AD (or 0xEE13AD) is known color: Spicy Pink. HEX triplet: EE, 13 and AD. RGB value is (238,19,173). Sum of RGB (Red+Green+Blue) = 238+19+173=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE13AD is #11EC52. Grayscale: #656565. Windows color (decimal): -1174611 or 11342830. OLE color: 11342830.
HSL color Cylindrical-coordinate representation of color #EE13AD: hue angle of 317.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13AD is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 173 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.07 |
| HSL | 317.81º | 0.87% | 0.5% | - |
| HSV(B) | 317.81º | 0.92% | 0.93% | - |
| XYZ | 43.04 | 21.66 | 41.45 | - |
| YUV | 102.04 | 168.05 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 173 | 0 | 0.92 | 0.27 | 0.07 | 317.81 | 0.87 | 0.5 |
| Hex | EE | 13 | AD | 0 | 5C | 1B | 7 | 13E | 57 | 32 |
| Octal | 356 | 23 | 255 | 0 | 134 | 33 | 7 | 476 | 127 | 62 |
| Binary | 11101110 | 10011 | 10101101 | 0 | 1011100 | 11011 | 111 | 100111110 | 1010111 | 110010 |
Color Harmonies of #EE13AD
Complementary color
Monochromatic Colors of #EE13AD
Black with #EE13AD
Text Example
Text Example
White with #EE13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13AD; }
p { color: rgb(238,19,173); }
H1.HeaderClassName
{
color: #EE13AD;
}
.AnyTagClassName
{
color: #EE13AD;
}
</style>
background-color css
<style>
a { background-color: #EE13AD; }
a { background-color: rgb(238,19,173); }
div.DivClassName
{
background-color: #EE13AD;
}
.BgClassName
{
background-color: #EE13AD;
}
</style>
border-color css
<style>
span { border-color: #EE13AD; }
span { border-color: rgb(238,19,173); }
td.TdClassName
{
border-color: #EE13AD;
}
.TagClassName
{
border-color: #EE13AD;
}
</style>