Shades of Wild Strawberry #EC3FA1
Tints of Wild Strawberry #EC3FA1
RGB
CMYK
RGB Variations
Color information
#EC3FA1 (or 0xEC3FA1) is known color: Wild Strawberry. HEX triplet: EC, 3F and A1. RGB value is (236,63,161). Sum of RGB (Red+Green+Blue) = 236+63+161=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FA1 is #13C05E. Grayscale: #7D7D7D. Windows color (decimal): -1294431 or 10567660. OLE color: 10567660.
HSL color Cylindrical-coordinate representation of color #EC3FA1: hue angle of 326.01º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FA1 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 161 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.07 |
| HSL | 326.01º | 0.82% | 0.59% | - |
| HSV(B) | 326.01º | 0.73% | 0.93% | - |
| XYZ | 42.8 | 23.96 | 36.09 | - |
| YUV | 125.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 161 | 0 | 0.73 | 0.32 | 0.07 | 326.01 | 0.82 | 0.59 |
| Hex | EC | 3F | A1 | 0 | 49 | 20 | 7 | 146 | 52 | 3B |
| Octal | 354 | 77 | 241 | 0 | 111 | 40 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 111111 | 10100001 | 0 | 1001001 | 100000 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC3FA1
Complementary color
Monochromatic Colors of #EC3FA1
Black with #EC3FA1
Text Example
Text Example
White with #EC3FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FA1; }
p { color: rgb(236,63,161); }
H1.HeaderClassName
{
color: #EC3FA1;
}
.AnyTagClassName
{
color: #EC3FA1;
}
</style>
background-color css
<style>
a { background-color: #EC3FA1; }
a { background-color: rgb(236,63,161); }
div.DivClassName
{
background-color: #EC3FA1;
}
.BgClassName
{
background-color: #EC3FA1;
}
</style>
border-color css
<style>
span { border-color: #EC3FA1; }
span { border-color: rgb(236,63,161); }
td.TdClassName
{
border-color: #EC3FA1;
}
.TagClassName
{
border-color: #EC3FA1;
}
</style>