Shades of Wild Strawberry #EB3C9A
Tints of Wild Strawberry #EB3C9A
RGB
CMYK
RGB Variations
Color information
#EB3C9A (or 0xEB3C9A) is known color: Wild Strawberry. HEX triplet: EB, 3C and 9A. RGB value is (235,60,154). Sum of RGB (Red+Green+Blue) = 235+60+154=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C9A is #14C365. Grayscale: #7A7A7A. Windows color (decimal): -1360742 or 10108139. OLE color: 10108139.
HSL color Cylindrical-coordinate representation of color #EB3C9A: hue angle of 327.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C9A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 154 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.08 |
| HSL | 327.77º | 0.81% | 0.58% | - |
| HSV(B) | 327.77º | 0.74% | 0.92% | - |
| XYZ | 41.71 | 23.23 | 32.86 | - |
| YUV | 123.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 154 | 0 | 0.74 | 0.34 | 0.08 | 327.77 | 0.81 | 0.58 |
| Hex | EB | 3C | 9A | 0 | 4A | 22 | 8 | 148 | 51 | 3A |
| Octal | 353 | 74 | 232 | 0 | 112 | 42 | 10 | 510 | 121 | 72 |
| Binary | 11101011 | 111100 | 10011010 | 0 | 1001010 | 100010 | 1000 | 101001000 | 1010001 | 111010 |
Color Harmonies of #EB3C9A
Complementary color
Monochromatic Colors of #EB3C9A
Black with #EB3C9A
Text Example
Text Example
White with #EB3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C9A; }
p { color: rgb(235,60,154); }
H1.HeaderClassName
{
color: #EB3C9A;
}
.AnyTagClassName
{
color: #EB3C9A;
}
</style>
background-color css
<style>
a { background-color: #EB3C9A; }
a { background-color: rgb(235,60,154); }
div.DivClassName
{
background-color: #EB3C9A;
}
.BgClassName
{
background-color: #EB3C9A;
}
</style>
border-color css
<style>
span { border-color: #EB3C9A; }
span { border-color: rgb(235,60,154); }
td.TdClassName
{
border-color: #EB3C9A;
}
.TagClassName
{
border-color: #EB3C9A;
}
</style>