Shades of Wild Strawberry #E7329C
Tints of Wild Strawberry #E7329C
RGB
CMYK
RGB Variations
Color information
#E7329C (or 0xE7329C) is known color: Wild Strawberry. HEX triplet: E7, 32 and 9C. RGB value is (231,50,156). Sum of RGB (Red+Green+Blue) = 231+50+156=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7329C is #18CD63. Grayscale: #737373. Windows color (decimal): -1625444 or 10236647. OLE color: 10236647.
HSL color Cylindrical-coordinate representation of color #E7329C: hue angle of 324.86º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7329C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 156 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.09 |
| HSL | 324.86º | 0.79% | 0.55% | - |
| HSV(B) | 324.86º | 0.78% | 0.91% | - |
| XYZ | 40.1 | 21.67 | 33.52 | - |
| YUV | 116.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 156 | 0 | 0.78 | 0.32 | 0.09 | 324.86 | 0.79 | 0.55 |
| Hex | E7 | 32 | 9C | 0 | 4E | 20 | 9 | 145 | 4F | 37 |
| Octal | 347 | 62 | 234 | 0 | 116 | 40 | 11 | 505 | 117 | 67 |
| Binary | 11100111 | 110010 | 10011100 | 0 | 1001110 | 100000 | 1001 | 101000101 | 1001111 | 110111 |
Color Harmonies of #E7329C
Complementary color
Monochromatic Colors of #E7329C
Black with #E7329C
Text Example
Text Example
White with #E7329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7329C; }
p { color: rgb(231,50,156); }
H1.HeaderClassName
{
color: #E7329C;
}
.AnyTagClassName
{
color: #E7329C;
}
</style>
background-color css
<style>
a { background-color: #E7329C; }
a { background-color: rgb(231,50,156); }
div.DivClassName
{
background-color: #E7329C;
}
.BgClassName
{
background-color: #E7329C;
}
</style>
border-color css
<style>
span { border-color: #E7329C; }
span { border-color: rgb(231,50,156); }
td.TdClassName
{
border-color: #E7329C;
}
.TagClassName
{
border-color: #E7329C;
}
</style>