Shades of Wild Strawberry #ED42A8
Tints of Wild Strawberry #ED42A8
RGB
CMYK
RGB Variations
Color information
#ED42A8 (or 0xED42A8) is known color: Wild Strawberry. HEX triplet: ED, 42 and A8. RGB value is (237,66,168). Sum of RGB (Red+Green+Blue) = 237+66+168=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED42A8 is #12BD57. Grayscale: #808080. Windows color (decimal): -1228120 or 11027181. OLE color: 11027181.
HSL color Cylindrical-coordinate representation of color #ED42A8: hue angle of 324.21º 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 #ED42A8 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 168 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.07 |
| HSL | 324.21º | 0.83% | 0.59% | - |
| HSV(B) | 324.21º | 0.72% | 0.93% | - |
| XYZ | 43.94 | 24.73 | 39.5 | - |
| YUV | 128.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 168 | 0 | 0.72 | 0.29 | 0.07 | 324.21 | 0.83 | 0.59 |
| Hex | ED | 42 | A8 | 0 | 48 | 1D | 7 | 144 | 53 | 3B |
| Octal | 355 | 102 | 250 | 0 | 110 | 35 | 7 | 504 | 123 | 73 |
| Binary | 11101101 | 1000010 | 10101000 | 0 | 1001000 | 11101 | 111 | 101000100 | 1010011 | 111011 |
Color Harmonies of #ED42A8
Complementary color
Monochromatic Colors of #ED42A8
Black with #ED42A8
Text Example
Text Example
White with #ED42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED42A8; }
p { color: rgb(237,66,168); }
H1.HeaderClassName
{
color: #ED42A8;
}
.AnyTagClassName
{
color: #ED42A8;
}
</style>
background-color css
<style>
a { background-color: #ED42A8; }
a { background-color: rgb(237,66,168); }
div.DivClassName
{
background-color: #ED42A8;
}
.BgClassName
{
background-color: #ED42A8;
}
</style>
border-color css
<style>
span { border-color: #ED42A8; }
span { border-color: rgb(237,66,168); }
td.TdClassName
{
border-color: #ED42A8;
}
.TagClassName
{
border-color: #ED42A8;
}
</style>