Shades of Wild Strawberry #EB3C9E
Tints of Wild Strawberry #EB3C9E
RGB
CMYK
RGB Variations
Color information
#EB3C9E (or 0xEB3C9E) is known color: Wild Strawberry. HEX triplet: EB, 3C and 9E. RGB value is (235,60,158). Sum of RGB (Red+Green+Blue) = 235+60+158=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3C9E is #14C361. Grayscale: #7B7B7B. Windows color (decimal): -1360738 or 10370283. OLE color: 10370283.
HSL color Cylindrical-coordinate representation of color #EB3C9E: hue angle of 326.4º 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 #EB3C9E is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 158 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.08 |
| HSL | 326.4º | 0.81% | 0.58% | - |
| HSV(B) | 326.4º | 0.74% | 0.92% | - |
| XYZ | 42.05 | 23.36 | 34.64 | - |
| YUV | 123.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 158 | 0 | 0.74 | 0.33 | 0.08 | 326.4 | 0.81 | 0.58 |
| Hex | EB | 3C | 9E | 0 | 4A | 21 | 8 | 146 | 51 | 3A |
| Octal | 353 | 74 | 236 | 0 | 112 | 41 | 10 | 506 | 121 | 72 |
| Binary | 11101011 | 111100 | 10011110 | 0 | 1001010 | 100001 | 1000 | 101000110 | 1010001 | 111010 |
Color Harmonies of #EB3C9E
Complementary color
Monochromatic Colors of #EB3C9E
Black with #EB3C9E
Text Example
Text Example
White with #EB3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C9E; }
p { color: rgb(235,60,158); }
H1.HeaderClassName
{
color: #EB3C9E;
}
.AnyTagClassName
{
color: #EB3C9E;
}
</style>
background-color css
<style>
a { background-color: #EB3C9E; }
a { background-color: rgb(235,60,158); }
div.DivClassName
{
background-color: #EB3C9E;
}
.BgClassName
{
background-color: #EB3C9E;
}
</style>
border-color css
<style>
span { border-color: #EB3C9E; }
span { border-color: rgb(235,60,158); }
td.TdClassName
{
border-color: #EB3C9E;
}
.TagClassName
{
border-color: #EB3C9E;
}
</style>