Shades of Wild Strawberry #ED2C92
Tints of Wild Strawberry #ED2C92
RGB
CMYK
RGB Variations
Color information
#ED2C92 (or 0xED2C92) is known color: Wild Strawberry. HEX triplet: ED, 2C and 92. RGB value is (237,44,146). Sum of RGB (Red+Green+Blue) = 237+44+146=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2C92 is #12D36D. Grayscale: #717171. Windows color (decimal): -1233774 or 9579757. OLE color: 9579757.
HSL color Cylindrical-coordinate representation of color #ED2C92: hue angle of 328.29º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2C92 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 146 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.07 |
| HSL | 328.29º | 0.84% | 0.55% | - |
| HSV(B) | 328.29º | 0.81% | 0.93% | - |
| XYZ | 41.01 | 21.88 | 29.26 | - |
| YUV | 113.34 | 146.44 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 146 | 0 | 0.81 | 0.38 | 0.07 | 328.29 | 0.84 | 0.55 |
| Hex | ED | 2C | 92 | 0 | 51 | 26 | 7 | 148 | 54 | 37 |
| Octal | 355 | 54 | 222 | 0 | 121 | 46 | 7 | 510 | 124 | 67 |
| Binary | 11101101 | 101100 | 10010010 | 0 | 1010001 | 100110 | 111 | 101001000 | 1010100 | 110111 |
Color Harmonies of #ED2C92
Complementary color
Monochromatic Colors of #ED2C92
Black with #ED2C92
Text Example
Text Example
White with #ED2C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2C92; }
p { color: rgb(237,44,146); }
H1.HeaderClassName
{
color: #ED2C92;
}
.AnyTagClassName
{
color: #ED2C92;
}
</style>
background-color css
<style>
a { background-color: #ED2C92; }
a { background-color: rgb(237,44,146); }
div.DivClassName
{
background-color: #ED2C92;
}
.BgClassName
{
background-color: #ED2C92;
}
</style>
border-color css
<style>
span { border-color: #ED2C92; }
span { border-color: rgb(237,44,146); }
td.TdClassName
{
border-color: #ED2C92;
}
.TagClassName
{
border-color: #ED2C92;
}
</style>