Shades of Wild Strawberry #ED419D
Tints of Wild Strawberry #ED419D
RGB
CMYK
RGB Variations
Color information
#ED419D (or 0xED419D) is known color: Wild Strawberry. HEX triplet: ED, 41 and 9D. RGB value is (237,65,157). Sum of RGB (Red+Green+Blue) = 237+65+157=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED419D is #12BE62. Grayscale: #7E7E7E. Windows color (decimal): -1228387 or 10306029. OLE color: 10306029.
HSL color Cylindrical-coordinate representation of color #ED419D: hue angle of 327.91º 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 #ED419D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 157 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.07 |
| HSL | 327.91º | 0.83% | 0.59% | - |
| HSV(B) | 327.91º | 0.73% | 0.93% | - |
| XYZ | 42.9 | 24.22 | 34.31 | - |
| YUV | 126.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 157 | 0 | 0.73 | 0.34 | 0.07 | 327.91 | 0.83 | 0.59 |
| Hex | ED | 41 | 9D | 0 | 49 | 22 | 7 | 148 | 53 | 3B |
| Octal | 355 | 101 | 235 | 0 | 111 | 42 | 7 | 510 | 123 | 73 |
| Binary | 11101101 | 1000001 | 10011101 | 0 | 1001001 | 100010 | 111 | 101001000 | 1010011 | 111011 |
Color Harmonies of #ED419D
Complementary color
Monochromatic Colors of #ED419D
Black with #ED419D
Text Example
Text Example
White with #ED419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED419D; }
p { color: rgb(237,65,157); }
H1.HeaderClassName
{
color: #ED419D;
}
.AnyTagClassName
{
color: #ED419D;
}
</style>
background-color css
<style>
a { background-color: #ED419D; }
a { background-color: rgb(237,65,157); }
div.DivClassName
{
background-color: #ED419D;
}
.BgClassName
{
background-color: #ED419D;
}
</style>
border-color css
<style>
span { border-color: #ED419D; }
span { border-color: rgb(237,65,157); }
td.TdClassName
{
border-color: #ED419D;
}
.TagClassName
{
border-color: #ED419D;
}
</style>