Shades of Wild Strawberry #EC3DA3
Tints of Wild Strawberry #EC3DA3
RGB
CMYK
RGB Variations
Color information
#EC3DA3 (or 0xEC3DA3) is known color: Wild Strawberry. HEX triplet: EC, 3D and A3. RGB value is (236,61,163). Sum of RGB (Red+Green+Blue) = 236+61+163=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3DA3 is #13C25C. Grayscale: #7C7C7C. Windows color (decimal): -1294941 or 10698220. OLE color: 10698220.
HSL color Cylindrical-coordinate representation of color #EC3DA3: hue angle of 325.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DA3 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 163 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.07 |
| HSL | 325.03º | 0.82% | 0.58% | - |
| HSV(B) | 325.03º | 0.74% | 0.93% | - |
| XYZ | 42.87 | 23.81 | 36.99 | - |
| YUV | 124.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 163 | 0 | 0.74 | 0.31 | 0.07 | 325.03 | 0.82 | 0.58 |
| Hex | EC | 3D | A3 | 0 | 4A | 1F | 7 | 145 | 52 | 3A |
| Octal | 354 | 75 | 243 | 0 | 112 | 37 | 7 | 505 | 122 | 72 |
| Binary | 11101100 | 111101 | 10100011 | 0 | 1001010 | 11111 | 111 | 101000101 | 1010010 | 111010 |
Color Harmonies of #EC3DA3
Complementary color
Monochromatic Colors of #EC3DA3
Black with #EC3DA3
Text Example
Text Example
White with #EC3DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DA3; }
p { color: rgb(236,61,163); }
H1.HeaderClassName
{
color: #EC3DA3;
}
.AnyTagClassName
{
color: #EC3DA3;
}
</style>
background-color css
<style>
a { background-color: #EC3DA3; }
a { background-color: rgb(236,61,163); }
div.DivClassName
{
background-color: #EC3DA3;
}
.BgClassName
{
background-color: #EC3DA3;
}
</style>
border-color css
<style>
span { border-color: #EC3DA3; }
span { border-color: rgb(236,61,163); }
td.TdClassName
{
border-color: #EC3DA3;
}
.TagClassName
{
border-color: #EC3DA3;
}
</style>