Shades of Spicy Pink #EA27AF
Tints of Spicy Pink #EA27AF
RGB
CMYK
RGB Variations
Color information
#EA27AF (or 0xEA27AF) is known color: Spicy Pink. HEX triplet: EA, 27 and AF. RGB value is (234,39,175). Sum of RGB (Red+Green+Blue) = 234+39+175=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27AF is #15D850. Grayscale: #707070. Windows color (decimal): -1431633 or 11479018. OLE color: 11479018.
HSL color Cylindrical-coordinate representation of color #EA27AF: hue angle of 318.15º 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 #EA27AF is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 175 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.08 |
| HSL | 318.15º | 0.82% | 0.54% | - |
| HSV(B) | 318.15º | 0.83% | 0.92% | - |
| XYZ | 42.4 | 22.04 | 42.58 | - |
| YUV | 112.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 175 | 0 | 0.83 | 0.25 | 0.08 | 318.15 | 0.82 | 0.54 |
| Hex | EA | 27 | AF | 0 | 53 | 19 | 8 | 13E | 52 | 36 |
| Octal | 352 | 47 | 257 | 0 | 123 | 31 | 10 | 476 | 122 | 66 |
| Binary | 11101010 | 100111 | 10101111 | 0 | 1010011 | 11001 | 1000 | 100111110 | 1010010 | 110110 |
Color Harmonies of #EA27AF
Complementary color
Monochromatic Colors of #EA27AF
Black with #EA27AF
Text Example
Text Example
White with #EA27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27AF; }
p { color: rgb(234,39,175); }
H1.HeaderClassName
{
color: #EA27AF;
}
.AnyTagClassName
{
color: #EA27AF;
}
</style>
background-color css
<style>
a { background-color: #EA27AF; }
a { background-color: rgb(234,39,175); }
div.DivClassName
{
background-color: #EA27AF;
}
.BgClassName
{
background-color: #EA27AF;
}
</style>
border-color css
<style>
span { border-color: #EA27AF; }
span { border-color: rgb(234,39,175); }
td.TdClassName
{
border-color: #EA27AF;
}
.TagClassName
{
border-color: #EA27AF;
}
</style>