Shades of Wild Strawberry #ED409E
Tints of Wild Strawberry #ED409E
RGB
CMYK
RGB Variations
Color information
#ED409E (or 0xED409E) is known color: Wild Strawberry. HEX triplet: ED, 40 and 9E. RGB value is (237,64,158). Sum of RGB (Red+Green+Blue) = 237+64+158=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED409E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED409E is #12BF61. Grayscale: #7E7E7E. Windows color (decimal): -1228642 or 10371309. OLE color: 10371309.
HSL color Cylindrical-coordinate representation of color #ED409E: hue angle of 327.4º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED409E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 158 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.07 |
| HSL | 327.4º | 0.83% | 0.59% | - |
| HSV(B) | 327.4º | 0.73% | 0.93% | - |
| XYZ | 42.93 | 24.14 | 34.74 | - |
| YUV | 126.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 158 | 0 | 0.73 | 0.33 | 0.07 | 327.4 | 0.83 | 0.59 |
| Hex | ED | 40 | 9E | 0 | 49 | 21 | 7 | 147 | 53 | 3B |
| Octal | 355 | 100 | 236 | 0 | 111 | 41 | 7 | 507 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10011110 | 0 | 1001001 | 100001 | 111 | 101000111 | 1010011 | 111011 |
Color Harmonies of #ED409E
Complementary color
Monochromatic Colors of #ED409E
Black with #ED409E
Text Example
Text Example
White with #ED409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED409E; }
p { color: rgb(237,64,158); }
H1.HeaderClassName
{
color: #ED409E;
}
.AnyTagClassName
{
color: #ED409E;
}
</style>
background-color css
<style>
a { background-color: #ED409E; }
a { background-color: rgb(237,64,158); }
div.DivClassName
{
background-color: #ED409E;
}
.BgClassName
{
background-color: #ED409E;
}
</style>
border-color css
<style>
span { border-color: #ED409E; }
span { border-color: rgb(237,64,158); }
td.TdClassName
{
border-color: #ED409E;
}
.TagClassName
{
border-color: #ED409E;
}
</style>