Shades of Wild Strawberry #EA3A9F
Tints of Wild Strawberry #EA3A9F
RGB
CMYK
RGB Variations
Color information
#EA3A9F (or 0xEA3A9F) is known color: Wild Strawberry. HEX triplet: EA, 3A and 9F. RGB value is (234,58,159). Sum of RGB (Red+Green+Blue) = 234+58+159=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A9F is #15C560. Grayscale: #797979. Windows color (decimal): -1426785 or 10435306. OLE color: 10435306.
HSL color Cylindrical-coordinate representation of color #EA3A9F: hue angle of 325.57º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A9F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 159 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.08 |
| HSL | 325.57º | 0.81% | 0.57% | - |
| HSV(B) | 325.57º | 0.75% | 0.92% | - |
| XYZ | 41.7 | 23.02 | 35.05 | - |
| YUV | 122.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 159 | 0 | 0.75 | 0.32 | 0.08 | 325.57 | 0.81 | 0.57 |
| Hex | EA | 3A | 9F | 0 | 4B | 20 | 8 | 146 | 51 | 39 |
| Octal | 352 | 72 | 237 | 0 | 113 | 40 | 10 | 506 | 121 | 71 |
| Binary | 11101010 | 111010 | 10011111 | 0 | 1001011 | 100000 | 1000 | 101000110 | 1010001 | 111001 |
Color Harmonies of #EA3A9F
Complementary color
Monochromatic Colors of #EA3A9F
Black with #EA3A9F
Text Example
Text Example
White with #EA3A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A9F; }
p { color: rgb(234,58,159); }
H1.HeaderClassName
{
color: #EA3A9F;
}
.AnyTagClassName
{
color: #EA3A9F;
}
</style>
background-color css
<style>
a { background-color: #EA3A9F; }
a { background-color: rgb(234,58,159); }
div.DivClassName
{
background-color: #EA3A9F;
}
.BgClassName
{
background-color: #EA3A9F;
}
</style>
border-color css
<style>
span { border-color: #EA3A9F; }
span { border-color: rgb(234,58,159); }
td.TdClassName
{
border-color: #EA3A9F;
}
.TagClassName
{
border-color: #EA3A9F;
}
</style>