Shades of Wild Strawberry #E7349D
Tints of Wild Strawberry #E7349D
RGB
CMYK
RGB Variations
Color information
#E7349D (or 0xE7349D) is known color: Wild Strawberry. HEX triplet: E7, 34 and 9D. RGB value is (231,52,157). Sum of RGB (Red+Green+Blue) = 231+52+157=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7349D is #18CB62. Grayscale: #757575. Windows color (decimal): -1624931 or 10302695. OLE color: 10302695.
HSL color Cylindrical-coordinate representation of color #E7349D: hue angle of 324.8º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7349D is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 157 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.09 |
| HSL | 324.8º | 0.79% | 0.55% | - |
| HSV(B) | 324.8º | 0.77% | 0.91% | - |
| XYZ | 40.27 | 21.88 | 34 | - |
| YUV | 117.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 157 | 0 | 0.77 | 0.32 | 0.09 | 324.8 | 0.79 | 0.55 |
| Hex | E7 | 34 | 9D | 0 | 4D | 20 | 9 | 145 | 4F | 37 |
| Octal | 347 | 64 | 235 | 0 | 115 | 40 | 11 | 505 | 117 | 67 |
| Binary | 11100111 | 110100 | 10011101 | 0 | 1001101 | 100000 | 1001 | 101000101 | 1001111 | 110111 |
Color Harmonies of #E7349D
Complementary color
Monochromatic Colors of #E7349D
Black with #E7349D
Text Example
Text Example
White with #E7349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7349D; }
p { color: rgb(231,52,157); }
H1.HeaderClassName
{
color: #E7349D;
}
.AnyTagClassName
{
color: #E7349D;
}
</style>
background-color css
<style>
a { background-color: #E7349D; }
a { background-color: rgb(231,52,157); }
div.DivClassName
{
background-color: #E7349D;
}
.BgClassName
{
background-color: #E7349D;
}
</style>
border-color css
<style>
span { border-color: #E7349D; }
span { border-color: rgb(231,52,157); }
td.TdClassName
{
border-color: #E7349D;
}
.TagClassName
{
border-color: #E7349D;
}
</style>