Shades of Wild Strawberry #ED319B
Tints of Wild Strawberry #ED319B
RGB
CMYK
RGB Variations
Color information
#ED319B (or 0xED319B) is known color: Wild Strawberry. HEX triplet: ED, 31 and 9B. RGB value is (237,49,155). Sum of RGB (Red+Green+Blue) = 237+49+155=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED319B is #12CE64. Grayscale: #757575. Windows color (decimal): -1232485 or 10170861. OLE color: 10170861.
HSL color Cylindrical-coordinate representation of color #ED319B: hue angle of 326.17º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED319B is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 155 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.07 |
| HSL | 326.17º | 0.84% | 0.56% | - |
| HSV(B) | 326.17º | 0.79% | 0.93% | - |
| XYZ | 41.94 | 22.57 | 33.16 | - |
| YUV | 117.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 155 | 0 | 0.79 | 0.35 | 0.07 | 326.17 | 0.84 | 0.56 |
| Hex | ED | 31 | 9B | 0 | 4F | 23 | 7 | 146 | 54 | 38 |
| Octal | 355 | 61 | 233 | 0 | 117 | 43 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 110001 | 10011011 | 0 | 1001111 | 100011 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED319B
Complementary color
Monochromatic Colors of #ED319B
Black with #ED319B
Text Example
Text Example
White with #ED319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED319B; }
p { color: rgb(237,49,155); }
H1.HeaderClassName
{
color: #ED319B;
}
.AnyTagClassName
{
color: #ED319B;
}
</style>
background-color css
<style>
a { background-color: #ED319B; }
a { background-color: rgb(237,49,155); }
div.DivClassName
{
background-color: #ED319B;
}
.BgClassName
{
background-color: #ED319B;
}
</style>
border-color css
<style>
span { border-color: #ED319B; }
span { border-color: rgb(237,49,155); }
td.TdClassName
{
border-color: #ED319B;
}
.TagClassName
{
border-color: #ED319B;
}
</style>