Shades of Spicy Pink #EA2FB4
Tints of Spicy Pink #EA2FB4
RGB
CMYK
RGB Variations
Color information
#EA2FB4 (or 0xEA2FB4) is known color: Spicy Pink. HEX triplet: EA, 2F and B4. RGB value is (234,47,180). Sum of RGB (Red+Green+Blue) = 234+47+180=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2FB4 is #15D04B. Grayscale: #757575. Windows color (decimal): -1429580 or 11808746. OLE color: 11808746.
HSL color Cylindrical-coordinate representation of color #EA2FB4: hue angle of 317.33º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2FB4 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 180 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.08 |
| HSL | 317.33º | 0.82% | 0.55% | - |
| HSV(B) | 317.33º | 0.8% | 0.92% | - |
| XYZ | 43.19 | 22.82 | 45.31 | - |
| YUV | 118.08 | 162.95 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 180 | 0 | 0.80 | 0.23 | 0.08 | 317.33 | 0.82 | 0.55 |
| Hex | EA | 2F | B4 | 0 | 50 | 17 | 8 | 13D | 52 | 37 |
| Octal | 352 | 57 | 264 | 0 | 120 | 27 | 10 | 475 | 122 | 67 |
| Binary | 11101010 | 101111 | 10110100 | 0 | 1010000 | 10111 | 1000 | 100111101 | 1010010 | 110111 |
Color Harmonies of #EA2FB4
Complementary color
Monochromatic Colors of #EA2FB4
Black with #EA2FB4
Text Example
Text Example
White with #EA2FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2FB4; }
p { color: rgb(234,47,180); }
H1.HeaderClassName
{
color: #EA2FB4;
}
.AnyTagClassName
{
color: #EA2FB4;
}
</style>
background-color css
<style>
a { background-color: #EA2FB4; }
a { background-color: rgb(234,47,180); }
div.DivClassName
{
background-color: #EA2FB4;
}
.BgClassName
{
background-color: #EA2FB4;
}
</style>
border-color css
<style>
span { border-color: #EA2FB4; }
span { border-color: rgb(234,47,180); }
td.TdClassName
{
border-color: #EA2FB4;
}
.TagClassName
{
border-color: #EA2FB4;
}
</style>