Shades of Wild Strawberry #ED41A3
Tints of Wild Strawberry #ED41A3
RGB
CMYK
RGB Variations
Color information
#ED41A3 (or 0xED41A3) is known color: Wild Strawberry. HEX triplet: ED, 41 and A3. RGB value is (237,65,163). Sum of RGB (Red+Green+Blue) = 237+65+163=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED41A3 is #12BE5C. Grayscale: #7F7F7F. Windows color (decimal): -1228381 or 10699245. OLE color: 10699245.
HSL color Cylindrical-coordinate representation of color #ED41A3: hue angle of 325.81º 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 #ED41A3 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 163 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 325.81º | 0.83% | 0.59% | - |
| HSV(B) | 325.81º | 0.73% | 0.93% | - |
| XYZ | 43.43 | 24.43 | 37.08 | - |
| YUV | 127.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 163 | 0 | 0.73 | 0.31 | 0.07 | 325.81 | 0.83 | 0.59 |
| Hex | ED | 41 | A3 | 0 | 49 | 1F | 7 | 146 | 53 | 3B |
| Octal | 355 | 101 | 243 | 0 | 111 | 37 | 7 | 506 | 123 | 73 |
| Binary | 11101101 | 1000001 | 10100011 | 0 | 1001001 | 11111 | 111 | 101000110 | 1010011 | 111011 |
Color Harmonies of #ED41A3
Complementary color
Monochromatic Colors of #ED41A3
Black with #ED41A3
Text Example
Text Example
White with #ED41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED41A3; }
p { color: rgb(237,65,163); }
H1.HeaderClassName
{
color: #ED41A3;
}
.AnyTagClassName
{
color: #ED41A3;
}
</style>
background-color css
<style>
a { background-color: #ED41A3; }
a { background-color: rgb(237,65,163); }
div.DivClassName
{
background-color: #ED41A3;
}
.BgClassName
{
background-color: #ED41A3;
}
</style>
border-color css
<style>
span { border-color: #ED41A3; }
span { border-color: rgb(237,65,163); }
td.TdClassName
{
border-color: #ED41A3;
}
.TagClassName
{
border-color: #ED41A3;
}
</style>