Shades of Wild Strawberry #EA3B95
Tints of Wild Strawberry #EA3B95
RGB
CMYK
RGB Variations
Color information
#EA3B95 (or 0xEA3B95) is known color: Wild Strawberry. HEX triplet: EA, 3B and 95. RGB value is (234,59,149). Sum of RGB (Red+Green+Blue) = 234+59+149=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3B95 is #15C46A. Grayscale: #797979. Windows color (decimal): -1426539 or 9780202. OLE color: 9780202.
HSL color Cylindrical-coordinate representation of color #EA3B95: hue angle of 329.14º 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 #EA3B95 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 149 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.08 |
| HSL | 329.14º | 0.81% | 0.57% | - |
| HSV(B) | 329.14º | 0.75% | 0.92% | - |
| XYZ | 40.92 | 22.79 | 30.68 | - |
| YUV | 121.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 149 | 0 | 0.75 | 0.36 | 0.08 | 329.14 | 0.81 | 0.57 |
| Hex | EA | 3B | 95 | 0 | 4B | 24 | 8 | 149 | 51 | 39 |
| Octal | 352 | 73 | 225 | 0 | 113 | 44 | 10 | 511 | 121 | 71 |
| Binary | 11101010 | 111011 | 10010101 | 0 | 1001011 | 100100 | 1000 | 101001001 | 1010001 | 111001 |
Color Harmonies of #EA3B95
Complementary color
Monochromatic Colors of #EA3B95
Black with #EA3B95
Text Example
Text Example
White with #EA3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3B95; }
p { color: rgb(234,59,149); }
H1.HeaderClassName
{
color: #EA3B95;
}
.AnyTagClassName
{
color: #EA3B95;
}
</style>
background-color css
<style>
a { background-color: #EA3B95; }
a { background-color: rgb(234,59,149); }
div.DivClassName
{
background-color: #EA3B95;
}
.BgClassName
{
background-color: #EA3B95;
}
</style>
border-color css
<style>
span { border-color: #EA3B95; }
span { border-color: rgb(234,59,149); }
td.TdClassName
{
border-color: #EA3B95;
}
.TagClassName
{
border-color: #EA3B95;
}
</style>