Shades of Wild Strawberry #EB40A8
Tints of Wild Strawberry #EB40A8
RGB
CMYK
RGB Variations
Color information
#EB40A8 (or 0xEB40A8) is known color: Wild Strawberry. HEX triplet: EB, 40 and A8. RGB value is (235,64,168). Sum of RGB (Red+Green+Blue) = 235+64+168=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40A8 is #14BF57. Grayscale: #7E7E7E. Windows color (decimal): -1359704 or 11026667. OLE color: 11026667.
HSL color Cylindrical-coordinate representation of color #EB40A8: hue angle of 323.51º 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 #EB40A8 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 168 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.08 |
| HSL | 323.51º | 0.81% | 0.59% | - |
| HSV(B) | 323.51º | 0.73% | 0.92% | - |
| XYZ | 43.16 | 24.16 | 39.43 | - |
| YUV | 126.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 168 | 0 | 0.73 | 0.29 | 0.08 | 323.51 | 0.81 | 0.59 |
| Hex | EB | 40 | A8 | 0 | 49 | 1D | 8 | 144 | 51 | 3B |
| Octal | 353 | 100 | 250 | 0 | 111 | 35 | 10 | 504 | 121 | 73 |
| Binary | 11101011 | 1000000 | 10101000 | 0 | 1001001 | 11101 | 1000 | 101000100 | 1010001 | 111011 |
Color Harmonies of #EB40A8
Complementary color
Monochromatic Colors of #EB40A8
Black with #EB40A8
Text Example
Text Example
White with #EB40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB40A8; }
p { color: rgb(235,64,168); }
H1.HeaderClassName
{
color: #EB40A8;
}
.AnyTagClassName
{
color: #EB40A8;
}
</style>
background-color css
<style>
a { background-color: #EB40A8; }
a { background-color: rgb(235,64,168); }
div.DivClassName
{
background-color: #EB40A8;
}
.BgClassName
{
background-color: #EB40A8;
}
</style>
border-color css
<style>
span { border-color: #EB40A8; }
span { border-color: rgb(235,64,168); }
td.TdClassName
{
border-color: #EB40A8;
}
.TagClassName
{
border-color: #EB40A8;
}
</style>