Shades of Wild Strawberry #EC2F99
Tints of Wild Strawberry #EC2F99
RGB
CMYK
RGB Variations
Color information
#EC2F99 (or 0xEC2F99) is known color: Wild Strawberry. HEX triplet: EC, 2F and 99. RGB value is (236,47,153). Sum of RGB (Red+Green+Blue) = 236+47+153=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F99 is #13D066. Grayscale: #737373. Windows color (decimal): -1298535 or 10039276. OLE color: 10039276.
HSL color Cylindrical-coordinate representation of color #EC2F99: hue angle of 326.35º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F99 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 153 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.07 |
| HSL | 326.35º | 0.83% | 0.55% | - |
| HSV(B) | 326.35º | 0.8% | 0.93% | - |
| XYZ | 41.36 | 22.17 | 32.24 | - |
| YUV | 115.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 153 | 0 | 0.80 | 0.35 | 0.07 | 326.35 | 0.83 | 0.55 |
| Hex | EC | 2F | 99 | 0 | 50 | 23 | 7 | 146 | 53 | 37 |
| Octal | 354 | 57 | 231 | 0 | 120 | 43 | 7 | 506 | 123 | 67 |
| Binary | 11101100 | 101111 | 10011001 | 0 | 1010000 | 100011 | 111 | 101000110 | 1010011 | 110111 |
Color Harmonies of #EC2F99
Complementary color
Monochromatic Colors of #EC2F99
Black with #EC2F99
Text Example
Text Example
White with #EC2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F99; }
p { color: rgb(236,47,153); }
H1.HeaderClassName
{
color: #EC2F99;
}
.AnyTagClassName
{
color: #EC2F99;
}
</style>
background-color css
<style>
a { background-color: #EC2F99; }
a { background-color: rgb(236,47,153); }
div.DivClassName
{
background-color: #EC2F99;
}
.BgClassName
{
background-color: #EC2F99;
}
</style>
border-color css
<style>
span { border-color: #EC2F99; }
span { border-color: rgb(236,47,153); }
td.TdClassName
{
border-color: #EC2F99;
}
.TagClassName
{
border-color: #EC2F99;
}
</style>