Shades of Wild Strawberry #EC319C
Tints of Wild Strawberry #EC319C
RGB
CMYK
RGB Variations
Color information
#EC319C (or 0xEC319C) is known color: Wild Strawberry. HEX triplet: EC, 31 and 9C. RGB value is (236,49,156). Sum of RGB (Red+Green+Blue) = 236+49+156=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC319C is #13CE63. Grayscale: #747474. Windows color (decimal): -1298020 or 10236396. OLE color: 10236396.
HSL color Cylindrical-coordinate representation of color #EC319C: hue angle of 325.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC319C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.07 |
| HSL | 325.67º | 0.83% | 0.56% | - |
| HSV(B) | 325.67º | 0.79% | 0.93% | - |
| XYZ | 41.69 | 22.43 | 33.58 | - |
| YUV | 117.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 156 | 0 | 0.79 | 0.34 | 0.07 | 325.67 | 0.83 | 0.56 |
| Hex | EC | 31 | 9C | 0 | 4F | 22 | 7 | 146 | 53 | 38 |
| Octal | 354 | 61 | 234 | 0 | 117 | 42 | 7 | 506 | 123 | 70 |
| Binary | 11101100 | 110001 | 10011100 | 0 | 1001111 | 100010 | 111 | 101000110 | 1010011 | 111000 |
Color Harmonies of #EC319C
Complementary color
Monochromatic Colors of #EC319C
Black with #EC319C
Text Example
Text Example
White with #EC319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC319C; }
p { color: rgb(236,49,156); }
H1.HeaderClassName
{
color: #EC319C;
}
.AnyTagClassName
{
color: #EC319C;
}
</style>
background-color css
<style>
a { background-color: #EC319C; }
a { background-color: rgb(236,49,156); }
div.DivClassName
{
background-color: #EC319C;
}
.BgClassName
{
background-color: #EC319C;
}
</style>
border-color css
<style>
span { border-color: #EC319C; }
span { border-color: rgb(236,49,156); }
td.TdClassName
{
border-color: #EC319C;
}
.TagClassName
{
border-color: #EC319C;
}
</style>