Shades of Wild Strawberry #EA3BA5
Tints of Wild Strawberry #EA3BA5
RGB
CMYK
RGB Variations
Color information
#EA3BA5 (or 0xEA3BA5) is known color: Wild Strawberry. HEX triplet: EA, 3B and A5. RGB value is (234,59,165). Sum of RGB (Red+Green+Blue) = 234+59+165=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BA5 is #15C45A. Grayscale: #7B7B7B. Windows color (decimal): -1426523 or 10828778. OLE color: 10828778.
HSL color Cylindrical-coordinate representation of color #EA3BA5: hue angle of 323.66º 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 #EA3BA5 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 165 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.08 |
| HSL | 323.66º | 0.81% | 0.57% | - |
| HSV(B) | 323.66º | 0.75% | 0.92% | - |
| XYZ | 42.29 | 23.34 | 37.87 | - |
| YUV | 123.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 165 | 0 | 0.75 | 0.29 | 0.08 | 323.66 | 0.81 | 0.57 |
| Hex | EA | 3B | A5 | 0 | 4B | 1D | 8 | 144 | 51 | 39 |
| Octal | 352 | 73 | 245 | 0 | 113 | 35 | 10 | 504 | 121 | 71 |
| Binary | 11101010 | 111011 | 10100101 | 0 | 1001011 | 11101 | 1000 | 101000100 | 1010001 | 111001 |
Color Harmonies of #EA3BA5
Complementary color
Monochromatic Colors of #EA3BA5
Black with #EA3BA5
Text Example
Text Example
White with #EA3BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3BA5; }
p { color: rgb(234,59,165); }
H1.HeaderClassName
{
color: #EA3BA5;
}
.AnyTagClassName
{
color: #EA3BA5;
}
</style>
background-color css
<style>
a { background-color: #EA3BA5; }
a { background-color: rgb(234,59,165); }
div.DivClassName
{
background-color: #EA3BA5;
}
.BgClassName
{
background-color: #EA3BA5;
}
</style>
border-color css
<style>
span { border-color: #EA3BA5; }
span { border-color: rgb(234,59,165); }
td.TdClassName
{
border-color: #EA3BA5;
}
.TagClassName
{
border-color: #EA3BA5;
}
</style>