Shades of Wild Strawberry #EC2792
Tints of Wild Strawberry #EC2792
RGB
CMYK
RGB Variations
Color information
#EC2792 (or 0xEC2792) is known color: Wild Strawberry. HEX triplet: EC, 27 and 92. RGB value is (236,39,146). Sum of RGB (Red+Green+Blue) = 236+39+146=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2792 is #13D86D. Grayscale: #6D6D6D. Windows color (decimal): -1300590 or 9578476. OLE color: 9578476.
HSL color Cylindrical-coordinate representation of color #EC2792: hue angle of 327.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2792 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 146 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.07 |
| HSL | 327.41º | 0.84% | 0.54% | - |
| HSV(B) | 327.41º | 0.83% | 0.93% | - |
| XYZ | 40.51 | 21.36 | 29.18 | - |
| YUV | 110.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 146 | 0 | 0.83 | 0.38 | 0.07 | 327.41 | 0.84 | 0.54 |
| Hex | EC | 27 | 92 | 0 | 53 | 26 | 7 | 147 | 54 | 36 |
| Octal | 354 | 47 | 222 | 0 | 123 | 46 | 7 | 507 | 124 | 66 |
| Binary | 11101100 | 100111 | 10010010 | 0 | 1010011 | 100110 | 111 | 101000111 | 1010100 | 110110 |
Color Harmonies of #EC2792
Complementary color
Monochromatic Colors of #EC2792
Black with #EC2792
Text Example
Text Example
White with #EC2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2792; }
p { color: rgb(236,39,146); }
H1.HeaderClassName
{
color: #EC2792;
}
.AnyTagClassName
{
color: #EC2792;
}
</style>
background-color css
<style>
a { background-color: #EC2792; }
a { background-color: rgb(236,39,146); }
div.DivClassName
{
background-color: #EC2792;
}
.BgClassName
{
background-color: #EC2792;
}
</style>
border-color css
<style>
span { border-color: #EC2792; }
span { border-color: rgb(236,39,146); }
td.TdClassName
{
border-color: #EC2792;
}
.TagClassName
{
border-color: #EC2792;
}
</style>