Shades of Wild Strawberry #EA43A1
Tints of Wild Strawberry #EA43A1
RGB
CMYK
RGB Variations
Color information
#EA43A1 (or 0xEA43A1) is known color: Wild Strawberry. HEX triplet: EA, 43 and A1. RGB value is (234,67,161). Sum of RGB (Red+Green+Blue) = 234+67+161=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA43A1 is #15BC5E. Grayscale: #7F7F7F. Windows color (decimal): -1424479 or 10568682. OLE color: 10568682.
HSL color Cylindrical-coordinate representation of color #EA43A1: hue angle of 326.23º 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 #EA43A1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 161 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.08 |
| HSL | 326.23º | 0.8% | 0.59% | - |
| HSV(B) | 326.23º | 0.71% | 0.92% | - |
| XYZ | 42.37 | 24.08 | 36.13 | - |
| YUV | 127.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 161 | 0 | 0.71 | 0.31 | 0.08 | 326.23 | 0.8 | 0.59 |
| Hex | EA | 43 | A1 | 0 | 47 | 1F | 8 | 146 | 50 | 3B |
| Octal | 352 | 103 | 241 | 0 | 107 | 37 | 10 | 506 | 120 | 73 |
| Binary | 11101010 | 1000011 | 10100001 | 0 | 1000111 | 11111 | 1000 | 101000110 | 1010000 | 111011 |
Color Harmonies of #EA43A1
Complementary color
Monochromatic Colors of #EA43A1
Black with #EA43A1
Text Example
Text Example
White with #EA43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA43A1; }
p { color: rgb(234,67,161); }
H1.HeaderClassName
{
color: #EA43A1;
}
.AnyTagClassName
{
color: #EA43A1;
}
</style>
background-color css
<style>
a { background-color: #EA43A1; }
a { background-color: rgb(234,67,161); }
div.DivClassName
{
background-color: #EA43A1;
}
.BgClassName
{
background-color: #EA43A1;
}
</style>
border-color css
<style>
span { border-color: #EA43A1; }
span { border-color: rgb(234,67,161); }
td.TdClassName
{
border-color: #EA43A1;
}
.TagClassName
{
border-color: #EA43A1;
}
</style>