Shades of Wild Strawberry #E8359B
Tints of Wild Strawberry #E8359B
RGB
CMYK
RGB Variations
Color information
#E8359B (or 0xE8359B) is known color: Wild Strawberry. HEX triplet: E8, 35 and 9B. RGB value is (232,53,155). Sum of RGB (Red+Green+Blue) = 232+53+155=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8359B is #17CA64. Grayscale: #757575. Windows color (decimal): -1559141 or 10171880. OLE color: 10171880.
HSL color Cylindrical-coordinate representation of color #E8359B: hue angle of 325.81º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8359B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 155 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.09 |
| HSL | 325.81º | 0.8% | 0.56% | - |
| HSV(B) | 325.81º | 0.77% | 0.91% | - |
| XYZ | 40.47 | 22.07 | 33.14 | - |
| YUV | 118.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 155 | 0 | 0.77 | 0.33 | 0.09 | 325.81 | 0.8 | 0.56 |
| Hex | E8 | 35 | 9B | 0 | 4D | 21 | 9 | 146 | 50 | 38 |
| Octal | 350 | 65 | 233 | 0 | 115 | 41 | 11 | 506 | 120 | 70 |
| Binary | 11101000 | 110101 | 10011011 | 0 | 1001101 | 100001 | 1001 | 101000110 | 1010000 | 111000 |
Color Harmonies of #E8359B
Complementary color
Monochromatic Colors of #E8359B
Black with #E8359B
Text Example
Text Example
White with #E8359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8359B; }
p { color: rgb(232,53,155); }
H1.HeaderClassName
{
color: #E8359B;
}
.AnyTagClassName
{
color: #E8359B;
}
</style>
background-color css
<style>
a { background-color: #E8359B; }
a { background-color: rgb(232,53,155); }
div.DivClassName
{
background-color: #E8359B;
}
.BgClassName
{
background-color: #E8359B;
}
</style>
border-color css
<style>
span { border-color: #E8359B; }
span { border-color: rgb(232,53,155); }
td.TdClassName
{
border-color: #E8359B;
}
.TagClassName
{
border-color: #E8359B;
}
</style>