Shades of Wild Strawberry #ED419E
Tints of Wild Strawberry #ED419E
RGB
CMYK
RGB Variations
Color information
#ED419E (or 0xED419E) is known color: Wild Strawberry. HEX triplet: ED, 41 and 9E. RGB value is (237,65,158). Sum of RGB (Red+Green+Blue) = 237+65+158=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED419E is #12BE61. Grayscale: #7E7E7E. Windows color (decimal): -1228386 or 10371565. OLE color: 10371565.
HSL color Cylindrical-coordinate representation of color #ED419E: hue angle of 327.56º 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 #ED419E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 158 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.07 |
| HSL | 327.56º | 0.83% | 0.59% | - |
| HSV(B) | 327.56º | 0.73% | 0.93% | - |
| XYZ | 42.99 | 24.25 | 34.76 | - |
| YUV | 127.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 158 | 0 | 0.73 | 0.33 | 0.07 | 327.56 | 0.83 | 0.59 |
| Hex | ED | 41 | 9E | 0 | 49 | 21 | 7 | 148 | 53 | 3B |
| Octal | 355 | 101 | 236 | 0 | 111 | 41 | 7 | 510 | 123 | 73 |
| Binary | 11101101 | 1000001 | 10011110 | 0 | 1001001 | 100001 | 111 | 101001000 | 1010011 | 111011 |
Color Harmonies of #ED419E
Complementary color
Monochromatic Colors of #ED419E
Black with #ED419E
Text Example
Text Example
White with #ED419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED419E; }
p { color: rgb(237,65,158); }
H1.HeaderClassName
{
color: #ED419E;
}
.AnyTagClassName
{
color: #ED419E;
}
</style>
background-color css
<style>
a { background-color: #ED419E; }
a { background-color: rgb(237,65,158); }
div.DivClassName
{
background-color: #ED419E;
}
.BgClassName
{
background-color: #ED419E;
}
</style>
border-color css
<style>
span { border-color: #ED419E; }
span { border-color: rgb(237,65,158); }
td.TdClassName
{
border-color: #ED419E;
}
.TagClassName
{
border-color: #ED419E;
}
</style>