Shades of Wild Strawberry #EA3C9F
Tints of Wild Strawberry #EA3C9F
RGB
CMYK
RGB Variations
Color information
#EA3C9F (or 0xEA3C9F) is known color: Wild Strawberry. HEX triplet: EA, 3C and 9F. RGB value is (234,60,159). Sum of RGB (Red+Green+Blue) = 234+60+159=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3C9F is #15C360. Grayscale: #7B7B7B. Windows color (decimal): -1426273 or 10435818. OLE color: 10435818.
HSL color Cylindrical-coordinate representation of color #EA3C9F: hue angle of 325.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3C9F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 159 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.08 |
| HSL | 325.86º | 0.81% | 0.58% | - |
| HSV(B) | 325.86º | 0.74% | 0.92% | - |
| XYZ | 41.81 | 23.23 | 35.08 | - |
| YUV | 123.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 159 | 0 | 0.74 | 0.32 | 0.08 | 325.86 | 0.81 | 0.58 |
| Hex | EA | 3C | 9F | 0 | 4A | 20 | 8 | 146 | 51 | 3A |
| Octal | 352 | 74 | 237 | 0 | 112 | 40 | 10 | 506 | 121 | 72 |
| Binary | 11101010 | 111100 | 10011111 | 0 | 1001010 | 100000 | 1000 | 101000110 | 1010001 | 111010 |
Color Harmonies of #EA3C9F
Complementary color
Monochromatic Colors of #EA3C9F
Black with #EA3C9F
Text Example
Text Example
White with #EA3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C9F; }
p { color: rgb(234,60,159); }
H1.HeaderClassName
{
color: #EA3C9F;
}
.AnyTagClassName
{
color: #EA3C9F;
}
</style>
background-color css
<style>
a { background-color: #EA3C9F; }
a { background-color: rgb(234,60,159); }
div.DivClassName
{
background-color: #EA3C9F;
}
.BgClassName
{
background-color: #EA3C9F;
}
</style>
border-color css
<style>
span { border-color: #EA3C9F; }
span { border-color: rgb(234,60,159); }
td.TdClassName
{
border-color: #EA3C9F;
}
.TagClassName
{
border-color: #EA3C9F;
}
</style>