Shades of Wild Strawberry #EA409E
Tints of Wild Strawberry #EA409E
RGB
CMYK
RGB Variations
Color information
#EA409E (or 0xEA409E) is known color: Wild Strawberry. HEX triplet: EA, 40 and 9E. RGB value is (234,64,158). Sum of RGB (Red+Green+Blue) = 234+64+158=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA409E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA409E is #15BF61. Grayscale: #7D7D7D. Windows color (decimal): -1425250 or 10371306. OLE color: 10371306.
HSL color Cylindrical-coordinate representation of color #EA409E: hue angle of 326.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA409E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 158 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.08 |
| HSL | 326.82º | 0.8% | 0.58% | - |
| HSV(B) | 326.82º | 0.73% | 0.92% | - |
| XYZ | 41.94 | 23.63 | 34.7 | - |
| YUV | 125.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 158 | 0 | 0.73 | 0.32 | 0.08 | 326.82 | 0.8 | 0.58 |
| Hex | EA | 40 | 9E | 0 | 49 | 20 | 8 | 147 | 50 | 3A |
| Octal | 352 | 100 | 236 | 0 | 111 | 40 | 10 | 507 | 120 | 72 |
| Binary | 11101010 | 1000000 | 10011110 | 0 | 1001001 | 100000 | 1000 | 101000111 | 1010000 | 111010 |
Color Harmonies of #EA409E
Complementary color
Monochromatic Colors of #EA409E
Black with #EA409E
Text Example
Text Example
White with #EA409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA409E; }
p { color: rgb(234,64,158); }
H1.HeaderClassName
{
color: #EA409E;
}
.AnyTagClassName
{
color: #EA409E;
}
</style>
background-color css
<style>
a { background-color: #EA409E; }
a { background-color: rgb(234,64,158); }
div.DivClassName
{
background-color: #EA409E;
}
.BgClassName
{
background-color: #EA409E;
}
</style>
border-color css
<style>
span { border-color: #EA409E; }
span { border-color: rgb(234,64,158); }
td.TdClassName
{
border-color: #EA409E;
}
.TagClassName
{
border-color: #EA409E;
}
</style>