Shades of Wild Strawberry #EC40A2
Tints of Wild Strawberry #EC40A2
RGB
CMYK
RGB Variations
Color information
#EC40A2 (or 0xEC40A2) is known color: Wild Strawberry. HEX triplet: EC, 40 and A2. RGB value is (236,64,162). Sum of RGB (Red+Green+Blue) = 236+64+162=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40A2 is #13BF5D. Grayscale: #7E7E7E. Windows color (decimal): -1294174 or 10633452. OLE color: 10633452.
HSL color Cylindrical-coordinate representation of color #EC40A2: hue angle of 325.81º 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 #EC40A2 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 162 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.07 |
| HSL | 325.81º | 0.82% | 0.59% | - |
| HSV(B) | 325.81º | 0.73% | 0.93% | - |
| XYZ | 42.95 | 24.11 | 36.57 | - |
| YUV | 126.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 162 | 0 | 0.73 | 0.31 | 0.07 | 325.81 | 0.82 | 0.59 |
| Hex | EC | 40 | A2 | 0 | 49 | 1F | 7 | 146 | 52 | 3B |
| Octal | 354 | 100 | 242 | 0 | 111 | 37 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10100010 | 0 | 1001001 | 11111 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC40A2
Complementary color
Monochromatic Colors of #EC40A2
Black with #EC40A2
Text Example
Text Example
White with #EC40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40A2; }
p { color: rgb(236,64,162); }
H1.HeaderClassName
{
color: #EC40A2;
}
.AnyTagClassName
{
color: #EC40A2;
}
</style>
background-color css
<style>
a { background-color: #EC40A2; }
a { background-color: rgb(236,64,162); }
div.DivClassName
{
background-color: #EC40A2;
}
.BgClassName
{
background-color: #EC40A2;
}
</style>
border-color css
<style>
span { border-color: #EC40A2; }
span { border-color: rgb(236,64,162); }
td.TdClassName
{
border-color: #EC40A2;
}
.TagClassName
{
border-color: #EC40A2;
}
</style>