Shades of Wild Strawberry #EA42A2
Tints of Wild Strawberry #EA42A2
RGB
CMYK
RGB Variations
Color information
#EA42A2 (or 0xEA42A2) is known color: Wild Strawberry. HEX triplet: EA, 42 and A2. RGB value is (234,66,162). Sum of RGB (Red+Green+Blue) = 234+66+162=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA42A2 is #15BD5D. Grayscale: #7E7E7E. Windows color (decimal): -1424734 or 10633962. OLE color: 10633962.
HSL color Cylindrical-coordinate representation of color #EA42A2: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42A2 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 162 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.08 |
| HSL | 325.71º | 0.8% | 0.59% | - |
| HSV(B) | 325.71º | 0.72% | 0.92% | - |
| XYZ | 42.4 | 24 | 36.58 | - |
| YUV | 127.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 162 | 0 | 0.72 | 0.31 | 0.08 | 325.71 | 0.8 | 0.59 |
| Hex | EA | 42 | A2 | 0 | 48 | 1F | 8 | 146 | 50 | 3B |
| Octal | 352 | 102 | 242 | 0 | 110 | 37 | 10 | 506 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10100010 | 0 | 1001000 | 11111 | 1000 | 101000110 | 1010000 | 111011 |
Color Harmonies of #EA42A2
Complementary color
Monochromatic Colors of #EA42A2
Black with #EA42A2
Text Example
Text Example
White with #EA42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42A2; }
p { color: rgb(234,66,162); }
H1.HeaderClassName
{
color: #EA42A2;
}
.AnyTagClassName
{
color: #EA42A2;
}
</style>
background-color css
<style>
a { background-color: #EA42A2; }
a { background-color: rgb(234,66,162); }
div.DivClassName
{
background-color: #EA42A2;
}
.BgClassName
{
background-color: #EA42A2;
}
</style>
border-color css
<style>
span { border-color: #EA42A2; }
span { border-color: rgb(234,66,162); }
td.TdClassName
{
border-color: #EA42A2;
}
.TagClassName
{
border-color: #EA42A2;
}
</style>