Shades of Wild Strawberry #EB3BA0
Tints of Wild Strawberry #EB3BA0
RGB
CMYK
RGB Variations
Color information
#EB3BA0 (or 0xEB3BA0) is known color: Wild Strawberry. HEX triplet: EB, 3B and A0. RGB value is (235,59,160). Sum of RGB (Red+Green+Blue) = 235+59+160=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3BA0 is #14C45F. Grayscale: #7A7A7A. Windows color (decimal): -1360992 or 10501099. OLE color: 10501099.
HSL color Cylindrical-coordinate representation of color #EB3BA0: hue angle of 325.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3BA0 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 59 | 160 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.08 |
| HSL | 325.57º | 0.81% | 0.58% | - |
| HSV(B) | 325.57º | 0.75% | 0.92% | - |
| XYZ | 42.17 | 23.33 | 35.54 | - |
| YUV | 123.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 59 | 160 | 0 | 0.75 | 0.32 | 0.08 | 325.57 | 0.81 | 0.58 |
| Hex | EB | 3B | A0 | 0 | 4B | 20 | 8 | 146 | 51 | 3A |
| Octal | 353 | 73 | 240 | 0 | 113 | 40 | 10 | 506 | 121 | 72 |
| Binary | 11101011 | 111011 | 10100000 | 0 | 1001011 | 100000 | 1000 | 101000110 | 1010001 | 111010 |
Color Harmonies of #EB3BA0
Complementary color
Monochromatic Colors of #EB3BA0
Black with #EB3BA0
Text Example
Text Example
White with #EB3BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3BA0; }
p { color: rgb(235,59,160); }
H1.HeaderClassName
{
color: #EB3BA0;
}
.AnyTagClassName
{
color: #EB3BA0;
}
</style>
background-color css
<style>
a { background-color: #EB3BA0; }
a { background-color: rgb(235,59,160); }
div.DivClassName
{
background-color: #EB3BA0;
}
.BgClassName
{
background-color: #EB3BA0;
}
</style>
border-color css
<style>
span { border-color: #EB3BA0; }
span { border-color: rgb(235,59,160); }
td.TdClassName
{
border-color: #EB3BA0;
}
.TagClassName
{
border-color: #EB3BA0;
}
</style>