Shades of Wild Strawberry #EA379D
Tints of Wild Strawberry #EA379D
RGB
CMYK
RGB Variations
Color information
#EA379D (or 0xEA379D) is known color: Wild Strawberry. HEX triplet: EA, 37 and 9D. RGB value is (234,55,157). Sum of RGB (Red+Green+Blue) = 234+55+157=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA379D is #15C862. Grayscale: #777777. Windows color (decimal): -1427555 or 10303466. OLE color: 10303466.
HSL color Cylindrical-coordinate representation of color #EA379D: hue angle of 325.81º 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 #EA379D is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 157 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.08 |
| HSL | 325.81º | 0.81% | 0.57% | - |
| HSV(B) | 325.81º | 0.76% | 0.92% | - |
| XYZ | 41.38 | 22.66 | 34.09 | - |
| YUV | 120.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 157 | 0 | 0.76 | 0.33 | 0.08 | 325.81 | 0.81 | 0.57 |
| Hex | EA | 37 | 9D | 0 | 4C | 21 | 8 | 146 | 51 | 39 |
| Octal | 352 | 67 | 235 | 0 | 114 | 41 | 10 | 506 | 121 | 71 |
| Binary | 11101010 | 110111 | 10011101 | 0 | 1001100 | 100001 | 1000 | 101000110 | 1010001 | 111001 |
Color Harmonies of #EA379D
Complementary color
Monochromatic Colors of #EA379D
Black with #EA379D
Text Example
Text Example
White with #EA379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA379D; }
p { color: rgb(234,55,157); }
H1.HeaderClassName
{
color: #EA379D;
}
.AnyTagClassName
{
color: #EA379D;
}
</style>
background-color css
<style>
a { background-color: #EA379D; }
a { background-color: rgb(234,55,157); }
div.DivClassName
{
background-color: #EA379D;
}
.BgClassName
{
background-color: #EA379D;
}
</style>
border-color css
<style>
span { border-color: #EA379D; }
span { border-color: rgb(234,55,157); }
td.TdClassName
{
border-color: #EA379D;
}
.TagClassName
{
border-color: #EA379D;
}
</style>