Shades of Wild Strawberry #EA42A0
Tints of Wild Strawberry #EA42A0
RGB
CMYK
RGB Variations
Color information
#EA42A0 (or 0xEA42A0) is known color: Wild Strawberry. HEX triplet: EA, 42 and A0. RGB value is (234,66,160). Sum of RGB (Red+Green+Blue) = 234+66+160=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA42A0 is #15BD5F. Grayscale: #7E7E7E. Windows color (decimal): -1424736 or 10502890. OLE color: 10502890.
HSL color Cylindrical-coordinate representation of color #EA42A0: hue angle of 326.43º 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 #EA42A0 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 160 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.08 |
| HSL | 326.43º | 0.8% | 0.59% | - |
| HSV(B) | 326.43º | 0.72% | 0.92% | - |
| XYZ | 42.23 | 23.93 | 35.65 | - |
| YUV | 126.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 160 | 0 | 0.72 | 0.32 | 0.08 | 326.43 | 0.8 | 0.59 |
| Hex | EA | 42 | A0 | 0 | 48 | 20 | 8 | 146 | 50 | 3B |
| Octal | 352 | 102 | 240 | 0 | 110 | 40 | 10 | 506 | 120 | 73 |
| Binary | 11101010 | 1000010 | 10100000 | 0 | 1001000 | 100000 | 1000 | 101000110 | 1010000 | 111011 |
Color Harmonies of #EA42A0
Complementary color
Monochromatic Colors of #EA42A0
Black with #EA42A0
Text Example
Text Example
White with #EA42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42A0; }
p { color: rgb(234,66,160); }
H1.HeaderClassName
{
color: #EA42A0;
}
.AnyTagClassName
{
color: #EA42A0;
}
</style>
background-color css
<style>
a { background-color: #EA42A0; }
a { background-color: rgb(234,66,160); }
div.DivClassName
{
background-color: #EA42A0;
}
.BgClassName
{
background-color: #EA42A0;
}
</style>
border-color css
<style>
span { border-color: #EA42A0; }
span { border-color: rgb(234,66,160); }
td.TdClassName
{
border-color: #EA42A0;
}
.TagClassName
{
border-color: #EA42A0;
}
</style>