Shades of Spicy Pink #EA27B1
Tints of Spicy Pink #EA27B1
RGB
CMYK
RGB Variations
Color information
#EA27B1 (or 0xEA27B1) is known color: Spicy Pink. HEX triplet: EA, 27 and B1. RGB value is (234,39,177). Sum of RGB (Red+Green+Blue) = 234+39+177=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA27B1 is #15D84E. Grayscale: #707070. Windows color (decimal): -1431631 or 11610090. OLE color: 11610090.
HSL color Cylindrical-coordinate representation of color #EA27B1: hue angle of 317.54º 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 #EA27B1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 177 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.08 |
| HSL | 317.54º | 0.82% | 0.54% | - |
| HSV(B) | 317.54º | 0.83% | 0.92% | - |
| XYZ | 42.59 | 22.12 | 43.62 | - |
| YUV | 113.04 | 164.1 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 177 | 0 | 0.83 | 0.24 | 0.08 | 317.54 | 0.82 | 0.54 |
| Hex | EA | 27 | B1 | 0 | 53 | 18 | 8 | 13E | 52 | 36 |
| Octal | 352 | 47 | 261 | 0 | 123 | 30 | 10 | 476 | 122 | 66 |
| Binary | 11101010 | 100111 | 10110001 | 0 | 1010011 | 11000 | 1000 | 100111110 | 1010010 | 110110 |
Color Harmonies of #EA27B1
Complementary color
Monochromatic Colors of #EA27B1
Black with #EA27B1
Text Example
Text Example
White with #EA27B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27B1; }
p { color: rgb(234,39,177); }
H1.HeaderClassName
{
color: #EA27B1;
}
.AnyTagClassName
{
color: #EA27B1;
}
</style>
background-color css
<style>
a { background-color: #EA27B1; }
a { background-color: rgb(234,39,177); }
div.DivClassName
{
background-color: #EA27B1;
}
.BgClassName
{
background-color: #EA27B1;
}
</style>
border-color css
<style>
span { border-color: #EA27B1; }
span { border-color: rgb(234,39,177); }
td.TdClassName
{
border-color: #EA27B1;
}
.TagClassName
{
border-color: #EA27B1;
}
</style>