Shades of Wild Strawberry #EB379D
Tints of Wild Strawberry #EB379D
RGB
CMYK
RGB Variations
Color information
#EB379D (or 0xEB379D) is known color: Wild Strawberry. HEX triplet: EB, 37 and 9D. RGB value is (235,55,157). Sum of RGB (Red+Green+Blue) = 235+55+157=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB379D is #14C862. Grayscale: #787878. Windows color (decimal): -1362019 or 10303467. OLE color: 10303467.
HSL color Cylindrical-coordinate representation of color #EB379D: hue angle of 326º 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 #EB379D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 157 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.08 |
| HSL | 326º | 0.82% | 0.57% | - |
| HSV(B) | 326º | 0.77% | 0.92% | - |
| XYZ | 41.71 | 22.83 | 34.11 | - |
| YUV | 120.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 157 | 0 | 0.77 | 0.33 | 0.08 | 326 | 0.82 | 0.57 |
| Hex | EB | 37 | 9D | 0 | 4D | 21 | 8 | 146 | 52 | 39 |
| Octal | 353 | 67 | 235 | 0 | 115 | 41 | 10 | 506 | 122 | 71 |
| Binary | 11101011 | 110111 | 10011101 | 0 | 1001101 | 100001 | 1000 | 101000110 | 1010010 | 111001 |
Color Harmonies of #EB379D
Complementary color
Monochromatic Colors of #EB379D
Black with #EB379D
Text Example
Text Example
White with #EB379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB379D; }
p { color: rgb(235,55,157); }
H1.HeaderClassName
{
color: #EB379D;
}
.AnyTagClassName
{
color: #EB379D;
}
</style>
background-color css
<style>
a { background-color: #EB379D; }
a { background-color: rgb(235,55,157); }
div.DivClassName
{
background-color: #EB379D;
}
.BgClassName
{
background-color: #EB379D;
}
</style>
border-color css
<style>
span { border-color: #EB379D; }
span { border-color: rgb(235,55,157); }
td.TdClassName
{
border-color: #EB379D;
}
.TagClassName
{
border-color: #EB379D;
}
</style>