Shades of Spicy Pink #EA1BA7
Tints of Spicy Pink #EA1BA7
RGB
CMYK
RGB Variations
Color information
#EA1BA7 (or 0xEA1BA7) is known color: Spicy Pink. HEX triplet: EA, 1B and A7. RGB value is (234,27,167). Sum of RGB (Red+Green+Blue) = 234+27+167=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1BA7 is #15E458. Grayscale: #686868. Windows color (decimal): -1434713 or 10951658. OLE color: 10951658.
HSL color Cylindrical-coordinate representation of color #EA1BA7: hue angle of 319.42º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BA7 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 167 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.08 |
| HSL | 319.42º | 0.83% | 0.51% | - |
| HSV(B) | 319.42º | 0.88% | 0.92% | - |
| XYZ | 41.3 | 21.07 | 38.45 | - |
| YUV | 104.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 167 | 0 | 0.88 | 0.29 | 0.08 | 319.42 | 0.83 | 0.51 |
| Hex | EA | 1B | A7 | 0 | 58 | 1D | 8 | 13F | 53 | 33 |
| Octal | 352 | 33 | 247 | 0 | 130 | 35 | 10 | 477 | 123 | 63 |
| Binary | 11101010 | 11011 | 10100111 | 0 | 1011000 | 11101 | 1000 | 100111111 | 1010011 | 110011 |
Color Harmonies of #EA1BA7
Complementary color
Monochromatic Colors of #EA1BA7
Black with #EA1BA7
Text Example
Text Example
White with #EA1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BA7; }
p { color: rgb(234,27,167); }
H1.HeaderClassName
{
color: #EA1BA7;
}
.AnyTagClassName
{
color: #EA1BA7;
}
</style>
background-color css
<style>
a { background-color: #EA1BA7; }
a { background-color: rgb(234,27,167); }
div.DivClassName
{
background-color: #EA1BA7;
}
.BgClassName
{
background-color: #EA1BA7;
}
</style>
border-color css
<style>
span { border-color: #EA1BA7; }
span { border-color: rgb(234,27,167); }
td.TdClassName
{
border-color: #EA1BA7;
}
.TagClassName
{
border-color: #EA1BA7;
}
</style>