Shades of Spicy Pink #EA27AD
Tints of Spicy Pink #EA27AD
RGB
CMYK
RGB Variations
Color information
#EA27AD (or 0xEA27AD) is known color: Spicy Pink. HEX triplet: EA, 27 and AD. RGB value is (234,39,173). Sum of RGB (Red+Green+Blue) = 234+39+173=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27AD is #15D852. Grayscale: #707070. Windows color (decimal): -1431635 or 11347946. OLE color: 11347946.
HSL color Cylindrical-coordinate representation of color #EA27AD: hue angle of 318.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA27AD is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 173 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.08 |
| HSL | 318.77º | 0.82% | 0.54% | - |
| HSV(B) | 318.77º | 0.83% | 0.92% | - |
| XYZ | 42.2 | 21.96 | 41.55 | - |
| YUV | 112.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 173 | 0 | 0.83 | 0.26 | 0.08 | 318.77 | 0.82 | 0.54 |
| Hex | EA | 27 | AD | 0 | 53 | 1A | 8 | 13F | 52 | 36 |
| Octal | 352 | 47 | 255 | 0 | 123 | 32 | 10 | 477 | 122 | 66 |
| Binary | 11101010 | 100111 | 10101101 | 0 | 1010011 | 11010 | 1000 | 100111111 | 1010010 | 110110 |
Color Harmonies of #EA27AD
Complementary color
Monochromatic Colors of #EA27AD
Black with #EA27AD
Text Example
Text Example
White with #EA27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27AD; }
p { color: rgb(234,39,173); }
H1.HeaderClassName
{
color: #EA27AD;
}
.AnyTagClassName
{
color: #EA27AD;
}
</style>
background-color css
<style>
a { background-color: #EA27AD; }
a { background-color: rgb(234,39,173); }
div.DivClassName
{
background-color: #EA27AD;
}
.BgClassName
{
background-color: #EA27AD;
}
</style>
border-color css
<style>
span { border-color: #EA27AD; }
span { border-color: rgb(234,39,173); }
td.TdClassName
{
border-color: #EA27AD;
}
.TagClassName
{
border-color: #EA27AD;
}
</style>