Shades of Wild Strawberry #E7319C
Tints of Wild Strawberry #E7319C
RGB
CMYK
RGB Variations
Color information
#E7319C (or 0xE7319C) is known color: Wild Strawberry. HEX triplet: E7, 31 and 9C. RGB value is (231,49,156). Sum of RGB (Red+Green+Blue) = 231+49+156=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7319C is #18CE63. Grayscale: #737373. Windows color (decimal): -1625700 or 10236391. OLE color: 10236391.
HSL color Cylindrical-coordinate representation of color #E7319C: hue angle of 324.73º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7319C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.09 |
| HSL | 324.73º | 0.79% | 0.55% | - |
| HSV(B) | 324.73º | 0.79% | 0.91% | - |
| XYZ | 40.05 | 21.59 | 33.51 | - |
| YUV | 115.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 156 | 0 | 0.79 | 0.32 | 0.09 | 324.73 | 0.79 | 0.55 |
| Hex | E7 | 31 | 9C | 0 | 4F | 20 | 9 | 145 | 4F | 37 |
| Octal | 347 | 61 | 234 | 0 | 117 | 40 | 11 | 505 | 117 | 67 |
| Binary | 11100111 | 110001 | 10011100 | 0 | 1001111 | 100000 | 1001 | 101000101 | 1001111 | 110111 |
Color Harmonies of #E7319C
Complementary color
Monochromatic Colors of #E7319C
Black with #E7319C
Text Example
Text Example
White with #E7319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7319C; }
p { color: rgb(231,49,156); }
H1.HeaderClassName
{
color: #E7319C;
}
.AnyTagClassName
{
color: #E7319C;
}
</style>
background-color css
<style>
a { background-color: #E7319C; }
a { background-color: rgb(231,49,156); }
div.DivClassName
{
background-color: #E7319C;
}
.BgClassName
{
background-color: #E7319C;
}
</style>
border-color css
<style>
span { border-color: #E7319C; }
span { border-color: rgb(231,49,156); }
td.TdClassName
{
border-color: #E7319C;
}
.TagClassName
{
border-color: #E7319C;
}
</style>