Shades of Wild Strawberry #EA3BA2
Tints of Wild Strawberry #EA3BA2
RGB
CMYK
RGB Variations
Color information
#EA3BA2 (or 0xEA3BA2) is known color: Wild Strawberry. HEX triplet: EA, 3B and A2. RGB value is (234,59,162). Sum of RGB (Red+Green+Blue) = 234+59+162=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BA2 is #15C45D. Grayscale: #7A7A7A. Windows color (decimal): -1426526 or 10632170. OLE color: 10632170.
HSL color Cylindrical-coordinate representation of color #EA3BA2: hue angle of 324.69º 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 #EA3BA2 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 162 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.08 |
| HSL | 324.69º | 0.81% | 0.57% | - |
| HSV(B) | 324.69º | 0.75% | 0.92% | - |
| XYZ | 42.02 | 23.23 | 36.45 | - |
| YUV | 123.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 162 | 0 | 0.75 | 0.31 | 0.08 | 324.69 | 0.81 | 0.57 |
| Hex | EA | 3B | A2 | 0 | 4B | 1F | 8 | 145 | 51 | 39 |
| Octal | 352 | 73 | 242 | 0 | 113 | 37 | 10 | 505 | 121 | 71 |
| Binary | 11101010 | 111011 | 10100010 | 0 | 1001011 | 11111 | 1000 | 101000101 | 1010001 | 111001 |
Color Harmonies of #EA3BA2
Complementary color
Monochromatic Colors of #EA3BA2
Black with #EA3BA2
Text Example
Text Example
White with #EA3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3BA2; }
p { color: rgb(234,59,162); }
H1.HeaderClassName
{
color: #EA3BA2;
}
.AnyTagClassName
{
color: #EA3BA2;
}
</style>
background-color css
<style>
a { background-color: #EA3BA2; }
a { background-color: rgb(234,59,162); }
div.DivClassName
{
background-color: #EA3BA2;
}
.BgClassName
{
background-color: #EA3BA2;
}
</style>
border-color css
<style>
span { border-color: #EA3BA2; }
span { border-color: rgb(234,59,162); }
td.TdClassName
{
border-color: #EA3BA2;
}
.TagClassName
{
border-color: #EA3BA2;
}
</style>