Shades of Wild Strawberry #E6379E
Tints of Wild Strawberry #E6379E
RGB
CMYK
RGB Variations
Color information
#E6379E (or 0xE6379E) is known color: Wild Strawberry. HEX triplet: E6, 37 and 9E. RGB value is (230,55,158). Sum of RGB (Red+Green+Blue) = 230+55+158=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6379E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6379E is #19C861. Grayscale: #767676. Windows color (decimal): -1689698 or 10368998. OLE color: 10368998.
HSL color Cylindrical-coordinate representation of color #E6379E: hue angle of 324.69º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6379E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 158 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.10 |
| HSL | 324.69º | 0.78% | 0.56% | - |
| HSV(B) | 324.69º | 0.76% | 0.9% | - |
| XYZ | 40.17 | 22.02 | 34.48 | - |
| YUV | 119.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 158 | 0 | 0.76 | 0.31 | 0.10 | 324.69 | 0.78 | 0.56 |
| Hex | E6 | 37 | 9E | 0 | 4C | 1F | A | 145 | 4E | 38 |
| Octal | 346 | 67 | 236 | 0 | 114 | 37 | 12 | 505 | 116 | 70 |
| Binary | 11100110 | 110111 | 10011110 | 0 | 1001100 | 11111 | 1010 | 101000101 | 1001110 | 111000 |
Color Harmonies of #E6379E
Complementary color
Monochromatic Colors of #E6379E
Black with #E6379E
Text Example
Text Example
White with #E6379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6379E; }
p { color: rgb(230,55,158); }
H1.HeaderClassName
{
color: #E6379E;
}
.AnyTagClassName
{
color: #E6379E;
}
</style>
background-color css
<style>
a { background-color: #E6379E; }
a { background-color: rgb(230,55,158); }
div.DivClassName
{
background-color: #E6379E;
}
.BgClassName
{
background-color: #E6379E;
}
</style>
border-color css
<style>
span { border-color: #E6379E; }
span { border-color: rgb(230,55,158); }
td.TdClassName
{
border-color: #E6379E;
}
.TagClassName
{
border-color: #E6379E;
}
</style>