Shades of Wild Strawberry #EB409C
Tints of Wild Strawberry #EB409C
RGB
CMYK
RGB Variations
Color information
#EB409C (or 0xEB409C) is known color: Wild Strawberry. HEX triplet: EB, 40 and 9C. RGB value is (235,64,156). Sum of RGB (Red+Green+Blue) = 235+64+156=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB409C is #14BF63. Grayscale: #7D7D7D. Windows color (decimal): -1359716 or 10240235. OLE color: 10240235.
HSL color Cylindrical-coordinate representation of color #EB409C: hue angle of 327.72º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB409C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 156 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.08 |
| HSL | 327.72º | 0.81% | 0.59% | - |
| HSV(B) | 327.72º | 0.73% | 0.92% | - |
| XYZ | 42.1 | 23.73 | 33.81 | - |
| YUV | 125.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 156 | 0 | 0.73 | 0.34 | 0.08 | 327.72 | 0.81 | 0.59 |
| Hex | EB | 40 | 9C | 0 | 49 | 22 | 8 | 148 | 51 | 3B |
| Octal | 353 | 100 | 234 | 0 | 111 | 42 | 10 | 510 | 121 | 73 |
| Binary | 11101011 | 1000000 | 10011100 | 0 | 1001001 | 100010 | 1000 | 101001000 | 1010001 | 111011 |
Color Harmonies of #EB409C
Complementary color
Monochromatic Colors of #EB409C
Black with #EB409C
Text Example
Text Example
White with #EB409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB409C; }
p { color: rgb(235,64,156); }
H1.HeaderClassName
{
color: #EB409C;
}
.AnyTagClassName
{
color: #EB409C;
}
</style>
background-color css
<style>
a { background-color: #EB409C; }
a { background-color: rgb(235,64,156); }
div.DivClassName
{
background-color: #EB409C;
}
.BgClassName
{
background-color: #EB409C;
}
</style>
border-color css
<style>
span { border-color: #EB409C; }
span { border-color: rgb(235,64,156); }
td.TdClassName
{
border-color: #EB409C;
}
.TagClassName
{
border-color: #EB409C;
}
</style>