Shades of Wild Strawberry #EC42A2
Tints of Wild Strawberry #EC42A2
RGB
CMYK
RGB Variations
Color information
#EC42A2 (or 0xEC42A2) is known color: Wild Strawberry. HEX triplet: EC, 42 and A2. RGB value is (236,66,162). Sum of RGB (Red+Green+Blue) = 236+66+162=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A2 is #13BD5D. Grayscale: #7F7F7F. Windows color (decimal): -1293662 or 10633964. OLE color: 10633964.
HSL color Cylindrical-coordinate representation of color #EC42A2: hue angle of 326.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42A2 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 162 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.07 |
| HSL | 326.12º | 0.82% | 0.59% | - |
| HSV(B) | 326.12º | 0.72% | 0.93% | - |
| XYZ | 43.06 | 24.34 | 36.61 | - |
| YUV | 127.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 162 | 0 | 0.72 | 0.31 | 0.07 | 326.12 | 0.82 | 0.59 |
| Hex | EC | 42 | A2 | 0 | 48 | 1F | 7 | 146 | 52 | 3B |
| Octal | 354 | 102 | 242 | 0 | 110 | 37 | 7 | 506 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10100010 | 0 | 1001000 | 11111 | 111 | 101000110 | 1010010 | 111011 |
Color Harmonies of #EC42A2
Complementary color
Monochromatic Colors of #EC42A2
Black with #EC42A2
Text Example
Text Example
White with #EC42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42A2; }
p { color: rgb(236,66,162); }
H1.HeaderClassName
{
color: #EC42A2;
}
.AnyTagClassName
{
color: #EC42A2;
}
</style>
background-color css
<style>
a { background-color: #EC42A2; }
a { background-color: rgb(236,66,162); }
div.DivClassName
{
background-color: #EC42A2;
}
.BgClassName
{
background-color: #EC42A2;
}
</style>
border-color css
<style>
span { border-color: #EC42A2; }
span { border-color: rgb(236,66,162); }
td.TdClassName
{
border-color: #EC42A2;
}
.TagClassName
{
border-color: #EC42A2;
}
</style>