Shades of Wild Strawberry #E7359E
Tints of Wild Strawberry #E7359E
RGB
CMYK
RGB Variations
Color information
#E7359E (or 0xE7359E) is known color: Wild Strawberry. HEX triplet: E7, 35 and 9E. RGB value is (231,53,158). Sum of RGB (Red+Green+Blue) = 231+53+158=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7359E is #18CA61. Grayscale: #757575. Windows color (decimal): -1624674 or 10368487. OLE color: 10368487.
HSL color Cylindrical-coordinate representation of color #E7359E: hue angle of 324.61º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7359E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 158 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.09 |
| HSL | 324.61º | 0.79% | 0.56% | - |
| HSV(B) | 324.61º | 0.77% | 0.91% | - |
| XYZ | 40.4 | 22 | 34.47 | - |
| YUV | 118.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 158 | 0 | 0.77 | 0.32 | 0.09 | 324.61 | 0.79 | 0.56 |
| Hex | E7 | 35 | 9E | 0 | 4D | 20 | 9 | 145 | 4F | 38 |
| Octal | 347 | 65 | 236 | 0 | 115 | 40 | 11 | 505 | 117 | 70 |
| Binary | 11100111 | 110101 | 10011110 | 0 | 1001101 | 100000 | 1001 | 101000101 | 1001111 | 111000 |
Color Harmonies of #E7359E
Complementary color
Monochromatic Colors of #E7359E
Black with #E7359E
Text Example
Text Example
White with #E7359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7359E; }
p { color: rgb(231,53,158); }
H1.HeaderClassName
{
color: #E7359E;
}
.AnyTagClassName
{
color: #E7359E;
}
</style>
background-color css
<style>
a { background-color: #E7359E; }
a { background-color: rgb(231,53,158); }
div.DivClassName
{
background-color: #E7359E;
}
.BgClassName
{
background-color: #E7359E;
}
</style>
border-color css
<style>
span { border-color: #E7359E; }
span { border-color: rgb(231,53,158); }
td.TdClassName
{
border-color: #E7359E;
}
.TagClassName
{
border-color: #E7359E;
}
</style>