Shades of Wild Strawberry #EB41A1
Tints of Wild Strawberry #EB41A1
RGB
CMYK
RGB Variations
Color information
#EB41A1 (or 0xEB41A1) is known color: Wild Strawberry. HEX triplet: EB, 41 and A1. RGB value is (235,65,161). Sum of RGB (Red+Green+Blue) = 235+65+161=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41A1 is #14BE5E. Grayscale: #7E7E7E. Windows color (decimal): -1359455 or 10568171. OLE color: 10568171.
HSL color Cylindrical-coordinate representation of color #EB41A1: hue angle of 326.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB41A1 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 161 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.08 |
| HSL | 326.12º | 0.81% | 0.59% | - |
| HSV(B) | 326.12º | 0.72% | 0.92% | - |
| XYZ | 42.58 | 24.02 | 36.11 | - |
| YUV | 126.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 161 | 0 | 0.72 | 0.31 | 0.08 | 326.12 | 0.81 | 0.59 |
| Hex | EB | 41 | A1 | 0 | 48 | 1F | 8 | 146 | 51 | 3B |
| Octal | 353 | 101 | 241 | 0 | 110 | 37 | 10 | 506 | 121 | 73 |
| Binary | 11101011 | 1000001 | 10100001 | 0 | 1001000 | 11111 | 1000 | 101000110 | 1010001 | 111011 |
Color Harmonies of #EB41A1
Complementary color
Monochromatic Colors of #EB41A1
Black with #EB41A1
Text Example
Text Example
White with #EB41A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB41A1; }
p { color: rgb(235,65,161); }
H1.HeaderClassName
{
color: #EB41A1;
}
.AnyTagClassName
{
color: #EB41A1;
}
</style>
background-color css
<style>
a { background-color: #EB41A1; }
a { background-color: rgb(235,65,161); }
div.DivClassName
{
background-color: #EB41A1;
}
.BgClassName
{
background-color: #EB41A1;
}
</style>
border-color css
<style>
span { border-color: #EB41A1; }
span { border-color: rgb(235,65,161); }
td.TdClassName
{
border-color: #EB41A1;
}
.TagClassName
{
border-color: #EB41A1;
}
</style>