Shades of Wild Strawberry #EC2D99
Tints of Wild Strawberry #EC2D99
RGB
CMYK
RGB Variations
Color information
#EC2D99 (or 0xEC2D99) is known color: Wild Strawberry. HEX triplet: EC, 2D and 99. RGB value is (236,45,153). Sum of RGB (Red+Green+Blue) = 236+45+153=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D99 is #13D266. Grayscale: #727272. Windows color (decimal): -1299047 or 10038764. OLE color: 10038764.
HSL color Cylindrical-coordinate representation of color #EC2D99: hue angle of 326.07º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2D99 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 153 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.07 |
| HSL | 326.07º | 0.83% | 0.55% | - |
| HSV(B) | 326.07º | 0.81% | 0.93% | - |
| XYZ | 41.28 | 22.01 | 32.21 | - |
| YUV | 114.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 153 | 0 | 0.81 | 0.35 | 0.07 | 326.07 | 0.83 | 0.55 |
| Hex | EC | 2D | 99 | 0 | 51 | 23 | 7 | 146 | 53 | 37 |
| Octal | 354 | 55 | 231 | 0 | 121 | 43 | 7 | 506 | 123 | 67 |
| Binary | 11101100 | 101101 | 10011001 | 0 | 1010001 | 100011 | 111 | 101000110 | 1010011 | 110111 |
Color Harmonies of #EC2D99
Complementary color
Monochromatic Colors of #EC2D99
Black with #EC2D99
Text Example
Text Example
White with #EC2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D99; }
p { color: rgb(236,45,153); }
H1.HeaderClassName
{
color: #EC2D99;
}
.AnyTagClassName
{
color: #EC2D99;
}
</style>
background-color css
<style>
a { background-color: #EC2D99; }
a { background-color: rgb(236,45,153); }
div.DivClassName
{
background-color: #EC2D99;
}
.BgClassName
{
background-color: #EC2D99;
}
</style>
border-color css
<style>
span { border-color: #EC2D99; }
span { border-color: rgb(236,45,153); }
td.TdClassName
{
border-color: #EC2D99;
}
.TagClassName
{
border-color: #EC2D99;
}
</style>