Shades of Wild Strawberry #EA2C97
Tints of Wild Strawberry #EA2C97
RGB
CMYK
RGB Variations
Color information
#EA2C97 (or 0xEA2C97) is known color: Wild Strawberry. HEX triplet: EA, 2C and 97. RGB value is (234,44,151). Sum of RGB (Red+Green+Blue) = 234+44+151=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C97 is #15D368. Grayscale: #707070. Windows color (decimal): -1430377 or 9907434. OLE color: 9907434.
HSL color Cylindrical-coordinate representation of color #EA2C97: hue angle of 326.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C97 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 151 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.08 |
| HSL | 326.21º | 0.82% | 0.55% | - |
| HSV(B) | 326.21º | 0.81% | 0.92% | - |
| XYZ | 40.42 | 21.53 | 31.3 | - |
| YUV | 113.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 151 | 0 | 0.81 | 0.35 | 0.08 | 326.21 | 0.82 | 0.55 |
| Hex | EA | 2C | 97 | 0 | 51 | 23 | 8 | 146 | 52 | 37 |
| Octal | 352 | 54 | 227 | 0 | 121 | 43 | 10 | 506 | 122 | 67 |
| Binary | 11101010 | 101100 | 10010111 | 0 | 1010001 | 100011 | 1000 | 101000110 | 1010010 | 110111 |
Color Harmonies of #EA2C97
Complementary color
Monochromatic Colors of #EA2C97
Black with #EA2C97
Text Example
Text Example
White with #EA2C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C97; }
p { color: rgb(234,44,151); }
H1.HeaderClassName
{
color: #EA2C97;
}
.AnyTagClassName
{
color: #EA2C97;
}
</style>
background-color css
<style>
a { background-color: #EA2C97; }
a { background-color: rgb(234,44,151); }
div.DivClassName
{
background-color: #EA2C97;
}
.BgClassName
{
background-color: #EA2C97;
}
</style>
border-color css
<style>
span { border-color: #EA2C97; }
span { border-color: rgb(234,44,151); }
td.TdClassName
{
border-color: #EA2C97;
}
.TagClassName
{
border-color: #EA2C97;
}
</style>