Shades of Wild Strawberry #ED3FA6
Tints of Wild Strawberry #ED3FA6
RGB
CMYK
RGB Variations
Color information
#ED3FA6 (or 0xED3FA6) is known color: Wild Strawberry. HEX triplet: ED, 3F and A6. RGB value is (237,63,166). Sum of RGB (Red+Green+Blue) = 237+63+166=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3FA6 is #12C059. Grayscale: #7E7E7E. Windows color (decimal): -1228890 or 10895341. OLE color: 10895341.
HSL color Cylindrical-coordinate representation of color #ED3FA6: hue angle of 324.48º 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 #ED3FA6 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 166 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.07 |
| HSL | 324.48º | 0.83% | 0.59% | - |
| HSV(B) | 324.48º | 0.73% | 0.93% | - |
| XYZ | 43.59 | 24.31 | 38.47 | - |
| YUV | 126.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 166 | 0 | 0.73 | 0.30 | 0.07 | 324.48 | 0.83 | 0.59 |
| Hex | ED | 3F | A6 | 0 | 49 | 1E | 7 | 144 | 53 | 3B |
| Octal | 355 | 77 | 246 | 0 | 111 | 36 | 7 | 504 | 123 | 73 |
| Binary | 11101101 | 111111 | 10100110 | 0 | 1001001 | 11110 | 111 | 101000100 | 1010011 | 111011 |
Color Harmonies of #ED3FA6
Complementary color
Monochromatic Colors of #ED3FA6
Black with #ED3FA6
Text Example
Text Example
White with #ED3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3FA6; }
p { color: rgb(237,63,166); }
H1.HeaderClassName
{
color: #ED3FA6;
}
.AnyTagClassName
{
color: #ED3FA6;
}
</style>
background-color css
<style>
a { background-color: #ED3FA6; }
a { background-color: rgb(237,63,166); }
div.DivClassName
{
background-color: #ED3FA6;
}
.BgClassName
{
background-color: #ED3FA6;
}
</style>
border-color css
<style>
span { border-color: #ED3FA6; }
span { border-color: rgb(237,63,166); }
td.TdClassName
{
border-color: #ED3FA6;
}
.TagClassName
{
border-color: #ED3FA6;
}
</style>