Shades of Wild Strawberry #E9319C
Tints of Wild Strawberry #E9319C
RGB
CMYK
RGB Variations
Color information
#E9319C (or 0xE9319C) is known color: Wild Strawberry. HEX triplet: E9, 31 and 9C. RGB value is (233,49,156). Sum of RGB (Red+Green+Blue) = 233+49+156=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9319C is #16CE63. Grayscale: #737373. Windows color (decimal): -1494628 or 10236393. OLE color: 10236393.
HSL color Cylindrical-coordinate representation of color #E9319C: hue angle of 325.11º degrees, saturation: 0.81, 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 #E9319C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.09 |
| HSL | 325.11º | 0.81% | 0.55% | - |
| HSV(B) | 325.11º | 0.79% | 0.91% | - |
| XYZ | 40.7 | 21.92 | 33.54 | - |
| YUV | 116.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 156 | 0 | 0.79 | 0.33 | 0.09 | 325.11 | 0.81 | 0.55 |
| Hex | E9 | 31 | 9C | 0 | 4F | 21 | 9 | 145 | 51 | 37 |
| Octal | 351 | 61 | 234 | 0 | 117 | 41 | 11 | 505 | 121 | 67 |
| Binary | 11101001 | 110001 | 10011100 | 0 | 1001111 | 100001 | 1001 | 101000101 | 1010001 | 110111 |
Color Harmonies of #E9319C
Complementary color
Monochromatic Colors of #E9319C
Black with #E9319C
Text Example
Text Example
White with #E9319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9319C; }
p { color: rgb(233,49,156); }
H1.HeaderClassName
{
color: #E9319C;
}
.AnyTagClassName
{
color: #E9319C;
}
</style>
background-color css
<style>
a { background-color: #E9319C; }
a { background-color: rgb(233,49,156); }
div.DivClassName
{
background-color: #E9319C;
}
.BgClassName
{
background-color: #E9319C;
}
</style>
border-color css
<style>
span { border-color: #E9319C; }
span { border-color: rgb(233,49,156); }
td.TdClassName
{
border-color: #E9319C;
}
.TagClassName
{
border-color: #E9319C;
}
</style>