Shades of Wild Strawberry #ED3DA8
Tints of Wild Strawberry #ED3DA8
RGB
CMYK
RGB Variations
Color information
#ED3DA8 (or 0xED3DA8) is known color: Wild Strawberry. HEX triplet: ED, 3D and A8. RGB value is (237,61,168). Sum of RGB (Red+Green+Blue) = 237+61+168=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3DA8 is #12C257. Grayscale: #7D7D7D. Windows color (decimal): -1229400 or 11025901. OLE color: 11025901.
HSL color Cylindrical-coordinate representation of color #ED3DA8: hue angle of 323.52º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3DA8 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 168 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.07 |
| HSL | 323.52º | 0.83% | 0.58% | - |
| HSV(B) | 323.52º | 0.74% | 0.93% | - |
| XYZ | 43.66 | 24.17 | 39.41 | - |
| YUV | 125.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 168 | 0 | 0.74 | 0.29 | 0.07 | 323.52 | 0.83 | 0.58 |
| Hex | ED | 3D | A8 | 0 | 4A | 1D | 7 | 144 | 53 | 3A |
| Octal | 355 | 75 | 250 | 0 | 112 | 35 | 7 | 504 | 123 | 72 |
| Binary | 11101101 | 111101 | 10101000 | 0 | 1001010 | 11101 | 111 | 101000100 | 1010011 | 111010 |
Color Harmonies of #ED3DA8
Complementary color
Monochromatic Colors of #ED3DA8
Black with #ED3DA8
Text Example
Text Example
White with #ED3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DA8; }
p { color: rgb(237,61,168); }
H1.HeaderClassName
{
color: #ED3DA8;
}
.AnyTagClassName
{
color: #ED3DA8;
}
</style>
background-color css
<style>
a { background-color: #ED3DA8; }
a { background-color: rgb(237,61,168); }
div.DivClassName
{
background-color: #ED3DA8;
}
.BgClassName
{
background-color: #ED3DA8;
}
</style>
border-color css
<style>
span { border-color: #ED3DA8; }
span { border-color: rgb(237,61,168); }
td.TdClassName
{
border-color: #ED3DA8;
}
.TagClassName
{
border-color: #ED3DA8;
}
</style>