Shades of Wild Strawberry #EA419F
Tints of Wild Strawberry #EA419F
RGB
CMYK
RGB Variations
Color information
#EA419F (or 0xEA419F) is known color: Wild Strawberry. HEX triplet: EA, 41 and 9F. RGB value is (234,65,159). Sum of RGB (Red+Green+Blue) = 234+65+159=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA419F is #15BE60. Grayscale: #7E7E7E. Windows color (decimal): -1424993 or 10437098. OLE color: 10437098.
HSL color Cylindrical-coordinate representation of color #EA419F: hue angle of 326.63º 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 #EA419F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 159 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.08 |
| HSL | 326.63º | 0.8% | 0.59% | - |
| HSV(B) | 326.63º | 0.72% | 0.92% | - |
| XYZ | 42.08 | 23.78 | 35.17 | - |
| YUV | 126.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 159 | 0 | 0.72 | 0.32 | 0.08 | 326.63 | 0.8 | 0.59 |
| Hex | EA | 41 | 9F | 0 | 48 | 20 | 8 | 147 | 50 | 3B |
| Octal | 352 | 101 | 237 | 0 | 110 | 40 | 10 | 507 | 120 | 73 |
| Binary | 11101010 | 1000001 | 10011111 | 0 | 1001000 | 100000 | 1000 | 101000111 | 1010000 | 111011 |
Color Harmonies of #EA419F
Complementary color
Monochromatic Colors of #EA419F
Black with #EA419F
Text Example
Text Example
White with #EA419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA419F; }
p { color: rgb(234,65,159); }
H1.HeaderClassName
{
color: #EA419F;
}
.AnyTagClassName
{
color: #EA419F;
}
</style>
background-color css
<style>
a { background-color: #EA419F; }
a { background-color: rgb(234,65,159); }
div.DivClassName
{
background-color: #EA419F;
}
.BgClassName
{
background-color: #EA419F;
}
</style>
border-color css
<style>
span { border-color: #EA419F; }
span { border-color: rgb(234,65,159); }
td.TdClassName
{
border-color: #EA419F;
}
.TagClassName
{
border-color: #EA419F;
}
</style>