Shades of Wild Strawberry #EC329A
Tints of Wild Strawberry #EC329A
RGB
CMYK
RGB Variations
Color information
#EC329A (or 0xEC329A) is known color: Wild Strawberry. HEX triplet: EC, 32 and 9A. RGB value is (236,50,154). Sum of RGB (Red+Green+Blue) = 236+50+154=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC329A is #13CD65. Grayscale: #757575. Windows color (decimal): -1297766 or 10105580. OLE color: 10105580.
HSL color Cylindrical-coordinate representation of color #EC329A: hue angle of 326.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC329A is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 154 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.07 |
| HSL | 326.45º | 0.83% | 0.56% | - |
| HSV(B) | 326.45º | 0.79% | 0.93% | - |
| XYZ | 41.57 | 22.45 | 32.71 | - |
| YUV | 117.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 154 | 0 | 0.79 | 0.35 | 0.07 | 326.45 | 0.83 | 0.56 |
| Hex | EC | 32 | 9A | 0 | 4F | 23 | 7 | 146 | 53 | 38 |
| Octal | 354 | 62 | 232 | 0 | 117 | 43 | 7 | 506 | 123 | 70 |
| Binary | 11101100 | 110010 | 10011010 | 0 | 1001111 | 100011 | 111 | 101000110 | 1010011 | 111000 |
Color Harmonies of #EC329A
Complementary color
Monochromatic Colors of #EC329A
Black with #EC329A
Text Example
Text Example
White with #EC329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC329A; }
p { color: rgb(236,50,154); }
H1.HeaderClassName
{
color: #EC329A;
}
.AnyTagClassName
{
color: #EC329A;
}
</style>
background-color css
<style>
a { background-color: #EC329A; }
a { background-color: rgb(236,50,154); }
div.DivClassName
{
background-color: #EC329A;
}
.BgClassName
{
background-color: #EC329A;
}
</style>
border-color css
<style>
span { border-color: #EC329A; }
span { border-color: rgb(236,50,154); }
td.TdClassName
{
border-color: #EC329A;
}
.TagClassName
{
border-color: #EC329A;
}
</style>