Shades of Wild Strawberry #EA43A0
Tints of Wild Strawberry #EA43A0
RGB
CMYK
RGB Variations
Color information
#EA43A0 (or 0xEA43A0) is known color: Wild Strawberry. HEX triplet: EA, 43 and A0. RGB value is (234,67,160). Sum of RGB (Red+Green+Blue) = 234+67+160=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA43A0 is #15BC5F. Grayscale: #7F7F7F. Windows color (decimal): -1424480 or 10503146. OLE color: 10503146.
HSL color Cylindrical-coordinate representation of color #EA43A0: hue angle of 326.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA43A0 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 160 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.08 |
| HSL | 326.59º | 0.8% | 0.59% | - |
| HSV(B) | 326.59º | 0.71% | 0.92% | - |
| XYZ | 42.28 | 24.04 | 35.67 | - |
| YUV | 127.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 160 | 0 | 0.71 | 0.32 | 0.08 | 326.59 | 0.8 | 0.59 |
| Hex | EA | 43 | A0 | 0 | 47 | 20 | 8 | 147 | 50 | 3B |
| Octal | 352 | 103 | 240 | 0 | 107 | 40 | 10 | 507 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10100000 | 0 | 1000111 | 100000 | 1000 | 101000111 | 1010000 | 111011 |
Color Harmonies of #EA43A0
Complementary color
Monochromatic Colors of #EA43A0
Black with #EA43A0
Text Example
Text Example
White with #EA43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA43A0; }
p { color: rgb(234,67,160); }
H1.HeaderClassName
{
color: #EA43A0;
}
.AnyTagClassName
{
color: #EA43A0;
}
</style>
background-color css
<style>
a { background-color: #EA43A0; }
a { background-color: rgb(234,67,160); }
div.DivClassName
{
background-color: #EA43A0;
}
.BgClassName
{
background-color: #EA43A0;
}
</style>
border-color css
<style>
span { border-color: #EA43A0; }
span { border-color: rgb(234,67,160); }
td.TdClassName
{
border-color: #EA43A0;
}
.TagClassName
{
border-color: #EA43A0;
}
</style>