Shades of Wild Strawberry #EC349A
Tints of Wild Strawberry #EC349A
RGB
CMYK
RGB Variations
Color information
#EC349A (or 0xEC349A) is known color: Wild Strawberry. HEX triplet: EC, 34 and 9A. RGB value is (236,52,154). Sum of RGB (Red+Green+Blue) = 236+52+154=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC349A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC349A is #13CB65. Grayscale: #767676. Windows color (decimal): -1297254 or 10106092. OLE color: 10106092.
HSL color Cylindrical-coordinate representation of color #EC349A: hue angle of 326.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC349A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 154 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.07 |
| HSL | 326.74º | 0.83% | 0.56% | - |
| HSV(B) | 326.74º | 0.78% | 0.93% | - |
| XYZ | 41.65 | 22.62 | 32.74 | - |
| YUV | 118.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 154 | 0 | 0.78 | 0.35 | 0.07 | 326.74 | 0.83 | 0.56 |
| Hex | EC | 34 | 9A | 0 | 4E | 23 | 7 | 147 | 53 | 38 |
| Octal | 354 | 64 | 232 | 0 | 116 | 43 | 7 | 507 | 123 | 70 |
| Binary | 11101100 | 110100 | 10011010 | 0 | 1001110 | 100011 | 111 | 101000111 | 1010011 | 111000 |
Color Harmonies of #EC349A
Complementary color
Monochromatic Colors of #EC349A
Black with #EC349A
Text Example
Text Example
White with #EC349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC349A; }
p { color: rgb(236,52,154); }
H1.HeaderClassName
{
color: #EC349A;
}
.AnyTagClassName
{
color: #EC349A;
}
</style>
background-color css
<style>
a { background-color: #EC349A; }
a { background-color: rgb(236,52,154); }
div.DivClassName
{
background-color: #EC349A;
}
.BgClassName
{
background-color: #EC349A;
}
</style>
border-color css
<style>
span { border-color: #EC349A; }
span { border-color: rgb(236,52,154); }
td.TdClassName
{
border-color: #EC349A;
}
.TagClassName
{
border-color: #EC349A;
}
</style>