Shades of Wild Strawberry #ED42A2
Tints of Wild Strawberry #ED42A2
RGB
CMYK
RGB Variations
Color information
#ED42A2 (or 0xED42A2) is known color: Wild Strawberry. HEX triplet: ED, 42 and A2. RGB value is (237,66,162). Sum of RGB (Red+Green+Blue) = 237+66+162=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED42A2 is #12BD5D. Grayscale: #7F7F7F. Windows color (decimal): -1228126 or 10633965. OLE color: 10633965.
HSL color Cylindrical-coordinate representation of color #ED42A2: hue angle of 326.32º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED42A2 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 162 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.07 |
| HSL | 326.32º | 0.83% | 0.59% | - |
| HSV(B) | 326.32º | 0.72% | 0.93% | - |
| XYZ | 43.39 | 24.51 | 36.63 | - |
| YUV | 128.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 162 | 0 | 0.72 | 0.32 | 0.07 | 326.32 | 0.83 | 0.59 |
| Hex | ED | 42 | A2 | 0 | 48 | 20 | 7 | 146 | 53 | 3B |
| Octal | 355 | 102 | 242 | 0 | 110 | 40 | 7 | 506 | 123 | 73 |
| Binary | 11101101 | 1000010 | 10100010 | 0 | 1001000 | 100000 | 111 | 101000110 | 1010011 | 111011 |
Color Harmonies of #ED42A2
Complementary color
Monochromatic Colors of #ED42A2
Black with #ED42A2
Text Example
Text Example
White with #ED42A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED42A2; }
p { color: rgb(237,66,162); }
H1.HeaderClassName
{
color: #ED42A2;
}
.AnyTagClassName
{
color: #ED42A2;
}
</style>
background-color css
<style>
a { background-color: #ED42A2; }
a { background-color: rgb(237,66,162); }
div.DivClassName
{
background-color: #ED42A2;
}
.BgClassName
{
background-color: #ED42A2;
}
</style>
border-color css
<style>
span { border-color: #ED42A2; }
span { border-color: rgb(237,66,162); }
td.TdClassName
{
border-color: #ED42A2;
}
.TagClassName
{
border-color: #ED42A2;
}
</style>