Shades of Wild Strawberry #EB369C
Tints of Wild Strawberry #EB369C
RGB
CMYK
RGB Variations
Color information
#EB369C (or 0xEB369C) is known color: Wild Strawberry. HEX triplet: EB, 36 and 9C. RGB value is (235,54,156). Sum of RGB (Red+Green+Blue) = 235+54+156=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB369C is #14C963. Grayscale: #777777. Windows color (decimal): -1362276 or 10237675. OLE color: 10237675.
HSL color Cylindrical-coordinate representation of color #EB369C: hue angle of 326.19º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB369C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 54 | 156 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.08 |
| HSL | 326.19º | 0.82% | 0.57% | - |
| HSV(B) | 326.19º | 0.77% | 0.92% | - |
| XYZ | 41.58 | 22.7 | 33.64 | - |
| YUV | 119.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 54 | 156 | 0 | 0.77 | 0.34 | 0.08 | 326.19 | 0.82 | 0.57 |
| Hex | EB | 36 | 9C | 0 | 4D | 22 | 8 | 146 | 52 | 39 |
| Octal | 353 | 66 | 234 | 0 | 115 | 42 | 10 | 506 | 122 | 71 |
| Binary | 11101011 | 110110 | 10011100 | 0 | 1001101 | 100010 | 1000 | 101000110 | 1010010 | 111001 |
Color Harmonies of #EB369C
Complementary color
Monochromatic Colors of #EB369C
Black with #EB369C
Text Example
Text Example
White with #EB369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB369C; }
p { color: rgb(235,54,156); }
H1.HeaderClassName
{
color: #EB369C;
}
.AnyTagClassName
{
color: #EB369C;
}
</style>
background-color css
<style>
a { background-color: #EB369C; }
a { background-color: rgb(235,54,156); }
div.DivClassName
{
background-color: #EB369C;
}
.BgClassName
{
background-color: #EB369C;
}
</style>
border-color css
<style>
span { border-color: #EB369C; }
span { border-color: rgb(235,54,156); }
td.TdClassName
{
border-color: #EB369C;
}
.TagClassName
{
border-color: #EB369C;
}
</style>