Shades of Wild Strawberry #ED379F
Tints of Wild Strawberry #ED379F
RGB
CMYK
RGB Variations
Color information
#ED379F (or 0xED379F) is known color: Wild Strawberry. HEX triplet: ED, 37 and 9F. RGB value is (237,55,159). Sum of RGB (Red+Green+Blue) = 237+55+159=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED379F is #12C860. Grayscale: #797979. Windows color (decimal): -1230945 or 10434541. OLE color: 10434541.
HSL color Cylindrical-coordinate representation of color #ED379F: hue angle of 325.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED379F is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 159 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.07 |
| HSL | 325.71º | 0.83% | 0.57% | - |
| HSV(B) | 325.71º | 0.77% | 0.93% | - |
| XYZ | 42.55 | 23.24 | 35.04 | - |
| YUV | 121.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 159 | 0 | 0.77 | 0.33 | 0.07 | 325.71 | 0.83 | 0.57 |
| Hex | ED | 37 | 9F | 0 | 4D | 21 | 7 | 146 | 53 | 39 |
| Octal | 355 | 67 | 237 | 0 | 115 | 41 | 7 | 506 | 123 | 71 |
| Binary | 11101101 | 110111 | 10011111 | 0 | 1001101 | 100001 | 111 | 101000110 | 1010011 | 111001 |
Color Harmonies of #ED379F
Complementary color
Monochromatic Colors of #ED379F
Black with #ED379F
Text Example
Text Example
White with #ED379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED379F; }
p { color: rgb(237,55,159); }
H1.HeaderClassName
{
color: #ED379F;
}
.AnyTagClassName
{
color: #ED379F;
}
</style>
background-color css
<style>
a { background-color: #ED379F; }
a { background-color: rgb(237,55,159); }
div.DivClassName
{
background-color: #ED379F;
}
.BgClassName
{
background-color: #ED379F;
}
</style>
border-color css
<style>
span { border-color: #ED379F; }
span { border-color: rgb(237,55,159); }
td.TdClassName
{
border-color: #ED379F;
}
.TagClassName
{
border-color: #ED379F;
}
</style>