Shades of Wild Strawberry #ED379B
Tints of Wild Strawberry #ED379B
RGB
CMYK
RGB Variations
Color information
#ED379B (or 0xED379B) is known color: Wild Strawberry. HEX triplet: ED, 37 and 9B. RGB value is (237,55,155). Sum of RGB (Red+Green+Blue) = 237+55+155=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED379B is #12C864. Grayscale: #787878. Windows color (decimal): -1230949 or 10172397. OLE color: 10172397.
HSL color Cylindrical-coordinate representation of color #ED379B: hue angle of 327.03º 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 #ED379B is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 155 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.07 |
| HSL | 327.03º | 0.83% | 0.57% | - |
| HSV(B) | 327.03º | 0.77% | 0.93% | - |
| XYZ | 42.21 | 23.1 | 33.25 | - |
| YUV | 120.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 155 | 0 | 0.77 | 0.35 | 0.07 | 327.03 | 0.83 | 0.57 |
| Hex | ED | 37 | 9B | 0 | 4D | 23 | 7 | 147 | 53 | 39 |
| Octal | 355 | 67 | 233 | 0 | 115 | 43 | 7 | 507 | 123 | 71 |
| Binary | 11101101 | 110111 | 10011011 | 0 | 1001101 | 100011 | 111 | 101000111 | 1010011 | 111001 |
Color Harmonies of #ED379B
Complementary color
Monochromatic Colors of #ED379B
Black with #ED379B
Text Example
Text Example
White with #ED379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED379B; }
p { color: rgb(237,55,155); }
H1.HeaderClassName
{
color: #ED379B;
}
.AnyTagClassName
{
color: #ED379B;
}
</style>
background-color css
<style>
a { background-color: #ED379B; }
a { background-color: rgb(237,55,155); }
div.DivClassName
{
background-color: #ED379B;
}
.BgClassName
{
background-color: #ED379B;
}
</style>
border-color css
<style>
span { border-color: #ED379B; }
span { border-color: rgb(237,55,155); }
td.TdClassName
{
border-color: #ED379B;
}
.TagClassName
{
border-color: #ED379B;
}
</style>