Shades of Wild Strawberry #ED3FA8
Tints of Wild Strawberry #ED3FA8
RGB
CMYK
RGB Variations
Color information
#ED3FA8 (or 0xED3FA8) is known color: Wild Strawberry. HEX triplet: ED, 3F and A8. RGB value is (237,63,168). Sum of RGB (Red+Green+Blue) = 237+63+168=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3FA8 is #12C057. Grayscale: #7E7E7E. Windows color (decimal): -1228888 or 11026413. OLE color: 11026413.
HSL color Cylindrical-coordinate representation of color #ED3FA8: hue angle of 323.79º 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 #ED3FA8 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 168 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.07 |
| HSL | 323.79º | 0.83% | 0.59% | - |
| HSV(B) | 323.79º | 0.73% | 0.93% | - |
| XYZ | 43.77 | 24.39 | 39.45 | - |
| YUV | 127 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 168 | 0 | 0.73 | 0.29 | 0.07 | 323.79 | 0.83 | 0.59 |
| Hex | ED | 3F | A8 | 0 | 49 | 1D | 7 | 144 | 53 | 3B |
| Octal | 355 | 77 | 250 | 0 | 111 | 35 | 7 | 504 | 123 | 73 |
| Binary | 11101101 | 111111 | 10101000 | 0 | 1001001 | 11101 | 111 | 101000100 | 1010011 | 111011 |
Color Harmonies of #ED3FA8
Complementary color
Monochromatic Colors of #ED3FA8
Black with #ED3FA8
Text Example
Text Example
White with #ED3FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3FA8; }
p { color: rgb(237,63,168); }
H1.HeaderClassName
{
color: #ED3FA8;
}
.AnyTagClassName
{
color: #ED3FA8;
}
</style>
background-color css
<style>
a { background-color: #ED3FA8; }
a { background-color: rgb(237,63,168); }
div.DivClassName
{
background-color: #ED3FA8;
}
.BgClassName
{
background-color: #ED3FA8;
}
</style>
border-color css
<style>
span { border-color: #ED3FA8; }
span { border-color: rgb(237,63,168); }
td.TdClassName
{
border-color: #ED3FA8;
}
.TagClassName
{
border-color: #ED3FA8;
}
</style>