Shades of Wild Strawberry #ED3FA3
Tints of Wild Strawberry #ED3FA3
RGB
CMYK
RGB Variations
Color information
#ED3FA3 (or 0xED3FA3) is known color: Wild Strawberry. HEX triplet: ED, 3F and A3. RGB value is (237,63,163). Sum of RGB (Red+Green+Blue) = 237+63+163=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3FA3 is #12C05C. Grayscale: #7E7E7E. Windows color (decimal): -1228893 or 10698733. OLE color: 10698733.
HSL color Cylindrical-coordinate representation of color #ED3FA3: hue angle of 325.52º 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 #ED3FA3 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 163 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 325.52º | 0.83% | 0.59% | - |
| HSV(B) | 325.52º | 0.73% | 0.93% | - |
| XYZ | 43.31 | 24.2 | 37.04 | - |
| YUV | 126.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 163 | 0 | 0.73 | 0.31 | 0.07 | 325.52 | 0.83 | 0.59 |
| Hex | ED | 3F | A3 | 0 | 49 | 1F | 7 | 146 | 53 | 3B |
| Octal | 355 | 77 | 243 | 0 | 111 | 37 | 7 | 506 | 123 | 73 |
| Binary | 11101101 | 111111 | 10100011 | 0 | 1001001 | 11111 | 111 | 101000110 | 1010011 | 111011 |
Color Harmonies of #ED3FA3
Complementary color
Monochromatic Colors of #ED3FA3
Black with #ED3FA3
Text Example
Text Example
White with #ED3FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3FA3; }
p { color: rgb(237,63,163); }
H1.HeaderClassName
{
color: #ED3FA3;
}
.AnyTagClassName
{
color: #ED3FA3;
}
</style>
background-color css
<style>
a { background-color: #ED3FA3; }
a { background-color: rgb(237,63,163); }
div.DivClassName
{
background-color: #ED3FA3;
}
.BgClassName
{
background-color: #ED3FA3;
}
</style>
border-color css
<style>
span { border-color: #ED3FA3; }
span { border-color: rgb(237,63,163); }
td.TdClassName
{
border-color: #ED3FA3;
}
.TagClassName
{
border-color: #ED3FA3;
}
</style>