Shades of Wild Strawberry #EC3095
Tints of Wild Strawberry #EC3095
RGB
CMYK
RGB Variations
Color information
#EC3095 (or 0xEC3095) is known color: Wild Strawberry. HEX triplet: EC, 30 and 95. RGB value is (236,48,149). Sum of RGB (Red+Green+Blue) = 236+48+149=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3095 is #13CF6A. Grayscale: #737373. Windows color (decimal): -1298283 or 9777388. OLE color: 9777388.
HSL color Cylindrical-coordinate representation of color #EC3095: hue angle of 327.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3095 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 149 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.07 |
| HSL | 327.77º | 0.83% | 0.56% | - |
| HSV(B) | 327.77º | 0.8% | 0.93% | - |
| XYZ | 41.07 | 22.12 | 30.54 | - |
| YUV | 115.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 149 | 0 | 0.80 | 0.37 | 0.07 | 327.77 | 0.83 | 0.56 |
| Hex | EC | 30 | 95 | 0 | 50 | 25 | 7 | 148 | 53 | 38 |
| Octal | 354 | 60 | 225 | 0 | 120 | 45 | 7 | 510 | 123 | 70 |
| Binary | 11101100 | 110000 | 10010101 | 0 | 1010000 | 100101 | 111 | 101001000 | 1010011 | 111000 |
Color Harmonies of #EC3095
Complementary color
Monochromatic Colors of #EC3095
Black with #EC3095
Text Example
Text Example
White with #EC3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3095; }
p { color: rgb(236,48,149); }
H1.HeaderClassName
{
color: #EC3095;
}
.AnyTagClassName
{
color: #EC3095;
}
</style>
background-color css
<style>
a { background-color: #EC3095; }
a { background-color: rgb(236,48,149); }
div.DivClassName
{
background-color: #EC3095;
}
.BgClassName
{
background-color: #EC3095;
}
</style>
border-color css
<style>
span { border-color: #EC3095; }
span { border-color: rgb(236,48,149); }
td.TdClassName
{
border-color: #EC3095;
}
.TagClassName
{
border-color: #EC3095;
}
</style>