Shades of Wild Strawberry #ED399B
Tints of Wild Strawberry #ED399B
RGB
CMYK
RGB Variations
Color information
#ED399B (or 0xED399B) is known color: Wild Strawberry. HEX triplet: ED, 39 and 9B. RGB value is (237,57,155). Sum of RGB (Red+Green+Blue) = 237+57+155=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED399B is #12C664. Grayscale: #797979. Windows color (decimal): -1230437 or 10172909. OLE color: 10172909.
HSL color Cylindrical-coordinate representation of color #ED399B: hue angle of 327.33º 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 #ED399B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 155 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.07 |
| HSL | 327.33º | 0.83% | 0.58% | - |
| HSV(B) | 327.33º | 0.76% | 0.93% | - |
| XYZ | 42.3 | 23.3 | 33.28 | - |
| YUV | 121.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 155 | 0 | 0.76 | 0.35 | 0.07 | 327.33 | 0.83 | 0.58 |
| Hex | ED | 39 | 9B | 0 | 4C | 23 | 7 | 147 | 53 | 3A |
| Octal | 355 | 71 | 233 | 0 | 114 | 43 | 7 | 507 | 123 | 72 |
| Binary | 11101101 | 111001 | 10011011 | 0 | 1001100 | 100011 | 111 | 101000111 | 1010011 | 111010 |
Color Harmonies of #ED399B
Complementary color
Monochromatic Colors of #ED399B
Black with #ED399B
Text Example
Text Example
White with #ED399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED399B; }
p { color: rgb(237,57,155); }
H1.HeaderClassName
{
color: #ED399B;
}
.AnyTagClassName
{
color: #ED399B;
}
</style>
background-color css
<style>
a { background-color: #ED399B; }
a { background-color: rgb(237,57,155); }
div.DivClassName
{
background-color: #ED399B;
}
.BgClassName
{
background-color: #ED399B;
}
</style>
border-color css
<style>
span { border-color: #ED399B; }
span { border-color: rgb(237,57,155); }
td.TdClassName
{
border-color: #ED399B;
}
.TagClassName
{
border-color: #ED399B;
}
</style>