Shades of Wild Strawberry #EC3B9A
Tints of Wild Strawberry #EC3B9A
RGB
CMYK
RGB Variations
Color information
#EC3B9A (or 0xEC3B9A) is known color: Wild Strawberry. HEX triplet: EC, 3B and 9A. RGB value is (236,59,154). Sum of RGB (Red+Green+Blue) = 236+59+154=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B9A is #13C465. Grayscale: #7A7A7A. Windows color (decimal): -1295462 or 10107884. OLE color: 10107884.
HSL color Cylindrical-coordinate representation of color #EC3B9A: hue angle of 327.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3B9A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 154 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.07 |
| HSL | 327.8º | 0.82% | 0.58% | - |
| HSV(B) | 327.8º | 0.75% | 0.93% | - |
| XYZ | 41.99 | 23.29 | 32.85 | - |
| YUV | 122.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 154 | 0 | 0.75 | 0.35 | 0.07 | 327.8 | 0.82 | 0.58 |
| Hex | EC | 3B | 9A | 0 | 4B | 23 | 7 | 148 | 52 | 3A |
| Octal | 354 | 73 | 232 | 0 | 113 | 43 | 7 | 510 | 122 | 72 |
| Binary | 11101100 | 111011 | 10011010 | 0 | 1001011 | 100011 | 111 | 101001000 | 1010010 | 111010 |
Color Harmonies of #EC3B9A
Complementary color
Monochromatic Colors of #EC3B9A
Black with #EC3B9A
Text Example
Text Example
White with #EC3B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B9A; }
p { color: rgb(236,59,154); }
H1.HeaderClassName
{
color: #EC3B9A;
}
.AnyTagClassName
{
color: #EC3B9A;
}
</style>
background-color css
<style>
a { background-color: #EC3B9A; }
a { background-color: rgb(236,59,154); }
div.DivClassName
{
background-color: #EC3B9A;
}
.BgClassName
{
background-color: #EC3B9A;
}
</style>
border-color css
<style>
span { border-color: #EC3B9A; }
span { border-color: rgb(236,59,154); }
td.TdClassName
{
border-color: #EC3B9A;
}
.TagClassName
{
border-color: #EC3B9A;
}
</style>