Shades of Wild Strawberry #ED409A
Tints of Wild Strawberry #ED409A
RGB
CMYK
RGB Variations
Color information
#ED409A (or 0xED409A) is known color: Wild Strawberry. HEX triplet: ED, 40 and 9A. RGB value is (237,64,154). Sum of RGB (Red+Green+Blue) = 237+64+154=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED409A is #12BF65. Grayscale: #7D7D7D. Windows color (decimal): -1228646 or 10109165. OLE color: 10109165.
HSL color Cylindrical-coordinate representation of color #ED409A: hue angle of 328.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED409A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 154 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.07 |
| HSL | 328.79º | 0.83% | 0.59% | - |
| HSV(B) | 328.79º | 0.73% | 0.93% | - |
| XYZ | 42.59 | 24 | 32.96 | - |
| YUV | 125.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 154 | 0 | 0.73 | 0.35 | 0.07 | 328.79 | 0.83 | 0.59 |
| Hex | ED | 40 | 9A | 0 | 49 | 23 | 7 | 149 | 53 | 3B |
| Octal | 355 | 100 | 232 | 0 | 111 | 43 | 7 | 511 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10011010 | 0 | 1001001 | 100011 | 111 | 101001001 | 1010011 | 111011 |
Color Harmonies of #ED409A
Complementary color
Monochromatic Colors of #ED409A
Black with #ED409A
Text Example
Text Example
White with #ED409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED409A; }
p { color: rgb(237,64,154); }
H1.HeaderClassName
{
color: #ED409A;
}
.AnyTagClassName
{
color: #ED409A;
}
</style>
background-color css
<style>
a { background-color: #ED409A; }
a { background-color: rgb(237,64,154); }
div.DivClassName
{
background-color: #ED409A;
}
.BgClassName
{
background-color: #ED409A;
}
</style>
border-color css
<style>
span { border-color: #ED409A; }
span { border-color: rgb(237,64,154); }
td.TdClassName
{
border-color: #ED409A;
}
.TagClassName
{
border-color: #ED409A;
}
</style>