Shades of Wild Strawberry #EA3C9A
Tints of Wild Strawberry #EA3C9A
RGB
CMYK
RGB Variations
Color information
#EA3C9A (or 0xEA3C9A) is known color: Wild Strawberry. HEX triplet: EA, 3C and 9A. RGB value is (234,60,154). Sum of RGB (Red+Green+Blue) = 234+60+154=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3C9A is #15C365. Grayscale: #7A7A7A. Windows color (decimal): -1426278 or 10108138. OLE color: 10108138.
HSL color Cylindrical-coordinate representation of color #EA3C9A: hue angle of 327.59º 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 #EA3C9A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 154 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.08 |
| HSL | 327.59º | 0.81% | 0.58% | - |
| HSV(B) | 327.59º | 0.74% | 0.92% | - |
| XYZ | 41.38 | 23.06 | 32.84 | - |
| YUV | 122.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 154 | 0 | 0.74 | 0.34 | 0.08 | 327.59 | 0.81 | 0.58 |
| Hex | EA | 3C | 9A | 0 | 4A | 22 | 8 | 148 | 51 | 3A |
| Octal | 352 | 74 | 232 | 0 | 112 | 42 | 10 | 510 | 121 | 72 |
| Binary | 11101010 | 111100 | 10011010 | 0 | 1001010 | 100010 | 1000 | 101001000 | 1010001 | 111010 |
Color Harmonies of #EA3C9A
Complementary color
Monochromatic Colors of #EA3C9A
Black with #EA3C9A
Text Example
Text Example
White with #EA3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C9A; }
p { color: rgb(234,60,154); }
H1.HeaderClassName
{
color: #EA3C9A;
}
.AnyTagClassName
{
color: #EA3C9A;
}
</style>
background-color css
<style>
a { background-color: #EA3C9A; }
a { background-color: rgb(234,60,154); }
div.DivClassName
{
background-color: #EA3C9A;
}
.BgClassName
{
background-color: #EA3C9A;
}
</style>
border-color css
<style>
span { border-color: #EA3C9A; }
span { border-color: rgb(234,60,154); }
td.TdClassName
{
border-color: #EA3C9A;
}
.TagClassName
{
border-color: #EA3C9A;
}
</style>