Shades of Wild Strawberry #EC349D
Tints of Wild Strawberry #EC349D
RGB
CMYK
RGB Variations
Color information
#EC349D (or 0xEC349D) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9D. RGB value is (236,52,157). Sum of RGB (Red+Green+Blue) = 236+52+157=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349D is #13CB62. Grayscale: #767676. Windows color (decimal): -1297251 or 10302700. OLE color: 10302700.
HSL color Cylindrical-coordinate representation of color #EC349D: hue angle of 325.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC349D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 157 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.07 |
| HSL | 325.76º | 0.83% | 0.56% | - |
| HSV(B) | 325.76º | 0.78% | 0.93% | - |
| XYZ | 41.91 | 22.72 | 34.08 | - |
| YUV | 118.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 157 | 0 | 0.78 | 0.33 | 0.07 | 325.76 | 0.83 | 0.56 |
| Hex | EC | 34 | 9D | 0 | 4E | 21 | 7 | 146 | 53 | 38 |
| Octal | 354 | 64 | 235 | 0 | 116 | 41 | 7 | 506 | 123 | 70 |
| Binary | 11101100 | 110100 | 10011101 | 0 | 1001110 | 100001 | 111 | 101000110 | 1010011 | 111000 |
Color Harmonies of #EC349D
Complementary color
Monochromatic Colors of #EC349D
Black with #EC349D
Text Example
Text Example
White with #EC349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC349D; }
p { color: rgb(236,52,157); }
H1.HeaderClassName
{
color: #EC349D;
}
.AnyTagClassName
{
color: #EC349D;
}
</style>
background-color css
<style>
a { background-color: #EC349D; }
a { background-color: rgb(236,52,157); }
div.DivClassName
{
background-color: #EC349D;
}
.BgClassName
{
background-color: #EC349D;
}
</style>
border-color css
<style>
span { border-color: #EC349D; }
span { border-color: rgb(236,52,157); }
td.TdClassName
{
border-color: #EC349D;
}
.TagClassName
{
border-color: #EC349D;
}
</style>