Shades of Wild Strawberry #ED3AA2
Tints of Wild Strawberry #ED3AA2
RGB
CMYK
RGB Variations
Color information
#ED3AA2 (or 0xED3AA2) is known color: Wild Strawberry. HEX triplet: ED, 3A and A2. RGB value is (237,58,162). Sum of RGB (Red+Green+Blue) = 237+58+162=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3AA2 is #12C55D. Grayscale: #7B7B7B. Windows color (decimal): -1230174 or 10631917. OLE color: 10631917.
HSL color Cylindrical-coordinate representation of color #ED3AA2: hue angle of 325.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3AA2 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 162 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.07 |
| HSL | 325.14º | 0.83% | 0.58% | - |
| HSV(B) | 325.14º | 0.76% | 0.93% | - |
| XYZ | 42.96 | 23.64 | 36.48 | - |
| YUV | 123.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 162 | 0 | 0.76 | 0.32 | 0.07 | 325.14 | 0.83 | 0.58 |
| Hex | ED | 3A | A2 | 0 | 4C | 20 | 7 | 145 | 53 | 3A |
| Octal | 355 | 72 | 242 | 0 | 114 | 40 | 7 | 505 | 123 | 72 |
| Binary | 11101101 | 111010 | 10100010 | 0 | 1001100 | 100000 | 111 | 101000101 | 1010011 | 111010 |
Color Harmonies of #ED3AA2
Complementary color
Monochromatic Colors of #ED3AA2
Black with #ED3AA2
Text Example
Text Example
White with #ED3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3AA2; }
p { color: rgb(237,58,162); }
H1.HeaderClassName
{
color: #ED3AA2;
}
.AnyTagClassName
{
color: #ED3AA2;
}
</style>
background-color css
<style>
a { background-color: #ED3AA2; }
a { background-color: rgb(237,58,162); }
div.DivClassName
{
background-color: #ED3AA2;
}
.BgClassName
{
background-color: #ED3AA2;
}
</style>
border-color css
<style>
span { border-color: #ED3AA2; }
span { border-color: rgb(237,58,162); }
td.TdClassName
{
border-color: #ED3AA2;
}
.TagClassName
{
border-color: #ED3AA2;
}
</style>