Shades of Wild Strawberry #EA379C
Tints of Wild Strawberry #EA379C
RGB
CMYK
RGB Variations
Color information
#EA379C (or 0xEA379C) is known color: Wild Strawberry. HEX triplet: EA, 37 and 9C. RGB value is (234,55,156). Sum of RGB (Red+Green+Blue) = 234+55+156=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA379C is #15C863. Grayscale: #777777. Windows color (decimal): -1427556 or 10237930. OLE color: 10237930.
HSL color Cylindrical-coordinate representation of color #EA379C: hue angle of 326.15º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA379C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 156 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.08 |
| HSL | 326.15º | 0.81% | 0.57% | - |
| HSV(B) | 326.15º | 0.76% | 0.92% | - |
| XYZ | 41.3 | 22.63 | 33.64 | - |
| YUV | 120.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 156 | 0 | 0.76 | 0.33 | 0.08 | 326.15 | 0.81 | 0.57 |
| Hex | EA | 37 | 9C | 0 | 4C | 21 | 8 | 146 | 51 | 39 |
| Octal | 352 | 67 | 234 | 0 | 114 | 41 | 10 | 506 | 121 | 71 |
| Binary | 11101010 | 110111 | 10011100 | 0 | 1001100 | 100001 | 1000 | 101000110 | 1010001 | 111001 |
Color Harmonies of #EA379C
Complementary color
Monochromatic Colors of #EA379C
Black with #EA379C
Text Example
Text Example
White with #EA379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA379C; }
p { color: rgb(234,55,156); }
H1.HeaderClassName
{
color: #EA379C;
}
.AnyTagClassName
{
color: #EA379C;
}
</style>
background-color css
<style>
a { background-color: #EA379C; }
a { background-color: rgb(234,55,156); }
div.DivClassName
{
background-color: #EA379C;
}
.BgClassName
{
background-color: #EA379C;
}
</style>
border-color css
<style>
span { border-color: #EA379C; }
span { border-color: rgb(234,55,156); }
td.TdClassName
{
border-color: #EA379C;
}
.TagClassName
{
border-color: #EA379C;
}
</style>