Shades of Wild Strawberry #EA3A9D
Tints of Wild Strawberry #EA3A9D
RGB
CMYK
RGB Variations
Color information
#EA3A9D (or 0xEA3A9D) is known color: Wild Strawberry. HEX triplet: EA, 3A and 9D. RGB value is (234,58,157). Sum of RGB (Red+Green+Blue) = 234+58+157=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A9D is #15C562. Grayscale: #797979. Windows color (decimal): -1426787 or 10304234. OLE color: 10304234.
HSL color Cylindrical-coordinate representation of color #EA3A9D: hue angle of 326.25º 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 #EA3A9D is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 157 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.08 |
| HSL | 326.25º | 0.81% | 0.57% | - |
| HSV(B) | 326.25º | 0.75% | 0.92% | - |
| XYZ | 41.53 | 22.95 | 34.14 | - |
| YUV | 121.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 157 | 0 | 0.75 | 0.33 | 0.08 | 326.25 | 0.81 | 0.57 |
| Hex | EA | 3A | 9D | 0 | 4B | 21 | 8 | 146 | 51 | 39 |
| Octal | 352 | 72 | 235 | 0 | 113 | 41 | 10 | 506 | 121 | 71 |
| Binary | 11101010 | 111010 | 10011101 | 0 | 1001011 | 100001 | 1000 | 101000110 | 1010001 | 111001 |
Color Harmonies of #EA3A9D
Complementary color
Monochromatic Colors of #EA3A9D
Black with #EA3A9D
Text Example
Text Example
White with #EA3A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A9D; }
p { color: rgb(234,58,157); }
H1.HeaderClassName
{
color: #EA3A9D;
}
.AnyTagClassName
{
color: #EA3A9D;
}
</style>
background-color css
<style>
a { background-color: #EA3A9D; }
a { background-color: rgb(234,58,157); }
div.DivClassName
{
background-color: #EA3A9D;
}
.BgClassName
{
background-color: #EA3A9D;
}
</style>
border-color css
<style>
span { border-color: #EA3A9D; }
span { border-color: rgb(234,58,157); }
td.TdClassName
{
border-color: #EA3A9D;
}
.TagClassName
{
border-color: #EA3A9D;
}
</style>