Shades of Wild Strawberry #EA3696
Tints of Wild Strawberry #EA3696
RGB
CMYK
RGB Variations
Color information
#EA3696 (or 0xEA3696) is known color: Wild Strawberry. HEX triplet: EA, 36 and 96. RGB value is (234,54,150). Sum of RGB (Red+Green+Blue) = 234+54+150=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3696 is #15C969. Grayscale: #767676. Windows color (decimal): -1427818 or 9844458. OLE color: 9844458.
HSL color Cylindrical-coordinate representation of color #EA3696: hue angle of 328º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3696 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 150 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.08 |
| HSL | 328º | 0.81% | 0.56% | - |
| HSV(B) | 328º | 0.77% | 0.92% | - |
| XYZ | 40.76 | 22.33 | 31.02 | - |
| YUV | 118.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 150 | 0 | 0.77 | 0.36 | 0.08 | 328 | 0.81 | 0.56 |
| Hex | EA | 36 | 96 | 0 | 4D | 24 | 8 | 148 | 51 | 38 |
| Octal | 352 | 66 | 226 | 0 | 115 | 44 | 10 | 510 | 121 | 70 |
| Binary | 11101010 | 110110 | 10010110 | 0 | 1001101 | 100100 | 1000 | 101001000 | 1010001 | 111000 |
Color Harmonies of #EA3696
Complementary color
Monochromatic Colors of #EA3696
Black with #EA3696
Text Example
Text Example
White with #EA3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3696; }
p { color: rgb(234,54,150); }
H1.HeaderClassName
{
color: #EA3696;
}
.AnyTagClassName
{
color: #EA3696;
}
</style>
background-color css
<style>
a { background-color: #EA3696; }
a { background-color: rgb(234,54,150); }
div.DivClassName
{
background-color: #EA3696;
}
.BgClassName
{
background-color: #EA3696;
}
</style>
border-color css
<style>
span { border-color: #EA3696; }
span { border-color: rgb(234,54,150); }
td.TdClassName
{
border-color: #EA3696;
}
.TagClassName
{
border-color: #EA3696;
}
</style>