Shades of Wild Strawberry #ED3498
Tints of Wild Strawberry #ED3498
RGB
CMYK
RGB Variations
Color information
#ED3498 (or 0xED3498) is known color: Wild Strawberry. HEX triplet: ED, 34 and 98. RGB value is (237,52,152). Sum of RGB (Red+Green+Blue) = 237+52+152=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3498 is #12CB67. Grayscale: #767676. Windows color (decimal): -1231720 or 9975021. OLE color: 9975021.
HSL color Cylindrical-coordinate representation of color #ED3498: hue angle of 327.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3498 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 152 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.07 |
| HSL | 327.57º | 0.84% | 0.57% | - |
| HSV(B) | 327.57º | 0.78% | 0.93% | - |
| XYZ | 41.82 | 22.73 | 31.89 | - |
| YUV | 118.72 | 146.79 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 152 | 0 | 0.78 | 0.36 | 0.07 | 327.57 | 0.84 | 0.57 |
| Hex | ED | 34 | 98 | 0 | 4E | 24 | 7 | 148 | 54 | 39 |
| Octal | 355 | 64 | 230 | 0 | 116 | 44 | 7 | 510 | 124 | 71 |
| Binary | 11101101 | 110100 | 10011000 | 0 | 1001110 | 100100 | 111 | 101001000 | 1010100 | 111001 |
Color Harmonies of #ED3498
Complementary color
Monochromatic Colors of #ED3498
Black with #ED3498
Text Example
Text Example
White with #ED3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3498; }
p { color: rgb(237,52,152); }
H1.HeaderClassName
{
color: #ED3498;
}
.AnyTagClassName
{
color: #ED3498;
}
</style>
background-color css
<style>
a { background-color: #ED3498; }
a { background-color: rgb(237,52,152); }
div.DivClassName
{
background-color: #ED3498;
}
.BgClassName
{
background-color: #ED3498;
}
</style>
border-color css
<style>
span { border-color: #ED3498; }
span { border-color: rgb(237,52,152); }
td.TdClassName
{
border-color: #ED3498;
}
.TagClassName
{
border-color: #ED3498;
}
</style>