Shades of Wild Strawberry #EC42A8
Tints of Wild Strawberry #EC42A8
RGB
CMYK
RGB Variations
Color information
#EC42A8 (or 0xEC42A8) is known color: Wild Strawberry. HEX triplet: EC, 42 and A8. RGB value is (236,66,168). Sum of RGB (Red+Green+Blue) = 236+66+168=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42A8 is #13BD57. Grayscale: #808080. Windows color (decimal): -1293656 or 11027180. OLE color: 11027180.
HSL color Cylindrical-coordinate representation of color #EC42A8: hue angle of 324º 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 #EC42A8 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 168 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.07 |
| HSL | 324º | 0.82% | 0.59% | - |
| HSV(B) | 324º | 0.72% | 0.93% | - |
| XYZ | 43.61 | 24.56 | 39.49 | - |
| YUV | 128.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 168 | 0 | 0.72 | 0.29 | 0.07 | 324 | 0.82 | 0.59 |
| Hex | EC | 42 | A8 | 0 | 48 | 1D | 7 | 144 | 52 | 3B |
| Octal | 354 | 102 | 250 | 0 | 110 | 35 | 7 | 504 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10101000 | 0 | 1001000 | 11101 | 111 | 101000100 | 1010010 | 111011 |
Color Harmonies of #EC42A8
Complementary color
Monochromatic Colors of #EC42A8
Black with #EC42A8
Text Example
Text Example
White with #EC42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42A8; }
p { color: rgb(236,66,168); }
H1.HeaderClassName
{
color: #EC42A8;
}
.AnyTagClassName
{
color: #EC42A8;
}
</style>
background-color css
<style>
a { background-color: #EC42A8; }
a { background-color: rgb(236,66,168); }
div.DivClassName
{
background-color: #EC42A8;
}
.BgClassName
{
background-color: #EC42A8;
}
</style>
border-color css
<style>
span { border-color: #EC42A8; }
span { border-color: rgb(236,66,168); }
td.TdClassName
{
border-color: #EC42A8;
}
.TagClassName
{
border-color: #EC42A8;
}
</style>