Shades of Wild Strawberry #EC3FAB
Tints of Wild Strawberry #EC3FAB
RGB
CMYK
RGB Variations
Color information
#EC3FAB (or 0xEC3FAB) is known color: Wild Strawberry. HEX triplet: EC, 3F and AB. RGB value is (236,63,171). Sum of RGB (Red+Green+Blue) = 236+63+171=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FAB is #13C054. Grayscale: #7E7E7E. Windows color (decimal): -1294421 or 11223020. OLE color: 11223020.
HSL color Cylindrical-coordinate representation of color #EC3FAB: hue angle of 322.54º 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 #EC3FAB is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 171 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.07 |
| HSL | 322.54º | 0.82% | 0.59% | - |
| HSV(B) | 322.54º | 0.73% | 0.93% | - |
| XYZ | 43.72 | 24.33 | 40.92 | - |
| YUV | 127.04 | 152.81 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 171 | 0 | 0.73 | 0.28 | 0.07 | 322.54 | 0.82 | 0.59 |
| Hex | EC | 3F | AB | 0 | 49 | 1C | 7 | 143 | 52 | 3B |
| Octal | 354 | 77 | 253 | 0 | 111 | 34 | 7 | 503 | 122 | 73 |
| Binary | 11101100 | 111111 | 10101011 | 0 | 1001001 | 11100 | 111 | 101000011 | 1010010 | 111011 |
Color Harmonies of #EC3FAB
Complementary color
Monochromatic Colors of #EC3FAB
Black with #EC3FAB
Text Example
Text Example
White with #EC3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FAB; }
p { color: rgb(236,63,171); }
H1.HeaderClassName
{
color: #EC3FAB;
}
.AnyTagClassName
{
color: #EC3FAB;
}
</style>
background-color css
<style>
a { background-color: #EC3FAB; }
a { background-color: rgb(236,63,171); }
div.DivClassName
{
background-color: #EC3FAB;
}
.BgClassName
{
background-color: #EC3FAB;
}
</style>
border-color css
<style>
span { border-color: #EC3FAB; }
span { border-color: rgb(236,63,171); }
td.TdClassName
{
border-color: #EC3FAB;
}
.TagClassName
{
border-color: #EC3FAB;
}
</style>