Shades of Wild Strawberry #ED439D
Tints of Wild Strawberry #ED439D
RGB
CMYK
RGB Variations
Color information
#ED439D (or 0xED439D) is known color: Wild Strawberry. HEX triplet: ED, 43 and 9D. RGB value is (237,67,157). Sum of RGB (Red+Green+Blue) = 237+67+157=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439D is #12BC62. Grayscale: #7F7F7F. Windows color (decimal): -1227875 or 10306541. OLE color: 10306541.
HSL color Cylindrical-coordinate representation of color #ED439D: hue angle of 328.24º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED439D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 157 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.07 |
| HSL | 328.24º | 0.83% | 0.6% | - |
| HSV(B) | 328.24º | 0.72% | 0.93% | - |
| XYZ | 43.02 | 24.45 | 34.35 | - |
| YUV | 128.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 157 | 0 | 0.72 | 0.34 | 0.07 | 328.24 | 0.83 | 0.6 |
| Hex | ED | 43 | 9D | 0 | 48 | 22 | 7 | 148 | 53 | 3C |
| Octal | 355 | 103 | 235 | 0 | 110 | 42 | 7 | 510 | 123 | 74 |
| Binary | 11101101 | 1000011 | 10011101 | 0 | 1001000 | 100010 | 111 | 101001000 | 1010011 | 111100 |
Color Harmonies of #ED439D
Complementary color
Monochromatic Colors of #ED439D
Black with #ED439D
Text Example
Text Example
White with #ED439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED439D; }
p { color: rgb(237,67,157); }
H1.HeaderClassName
{
color: #ED439D;
}
.AnyTagClassName
{
color: #ED439D;
}
</style>
background-color css
<style>
a { background-color: #ED439D; }
a { background-color: rgb(237,67,157); }
div.DivClassName
{
background-color: #ED439D;
}
.BgClassName
{
background-color: #ED439D;
}
</style>
border-color css
<style>
span { border-color: #ED439D; }
span { border-color: rgb(237,67,157); }
td.TdClassName
{
border-color: #ED439D;
}
.TagClassName
{
border-color: #ED439D;
}
</style>