Shades of Wild Watermelon #ED536C
Tints of Wild Watermelon #ED536C
RGB
CMYK
RGB Variations
Color information
#ED536C (or 0xED536C) is known color: Wild Watermelon. HEX triplet: ED, 53 and 6C. RGB value is (237,83,108). Sum of RGB (Red+Green+Blue) = 237+83+108=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED536C is #12AC93. Grayscale: #838383. Windows color (decimal): -1223828 or 7099373. OLE color: 7099373.
HSL color Cylindrical-coordinate representation of color #ED536C: hue angle of 350.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED536C is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 108 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.07 |
| HSL | 350.26º | 0.81% | 0.63% | - |
| HSV(B) | 350.26º | 0.65% | 0.93% | - |
| XYZ | 40.73 | 25.27 | 16.92 | - |
| YUV | 131.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 108 | 0 | 0.65 | 0.54 | 0.07 | 350.26 | 0.81 | 0.63 |
| Hex | ED | 53 | 6C | 0 | 41 | 36 | 7 | 15E | 51 | 3F |
| Octal | 355 | 123 | 154 | 0 | 101 | 66 | 7 | 536 | 121 | 77 |
| Binary | 11101101 | 1010011 | 1101100 | 0 | 1000001 | 110110 | 111 | 101011110 | 1010001 | 111111 |
Color Harmonies of #ED536C
Complementary color
Monochromatic Colors of #ED536C
Black with #ED536C
Text Example
Text Example
White with #ED536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED536C; }
p { color: rgb(237,83,108); }
H1.HeaderClassName
{
color: #ED536C;
}
.AnyTagClassName
{
color: #ED536C;
}
</style>
background-color css
<style>
a { background-color: #ED536C; }
a { background-color: rgb(237,83,108); }
div.DivClassName
{
background-color: #ED536C;
}
.BgClassName
{
background-color: #ED536C;
}
</style>
border-color css
<style>
span { border-color: #ED536C; }
span { border-color: rgb(237,83,108); }
td.TdClassName
{
border-color: #ED536C;
}
.TagClassName
{
border-color: #ED536C;
}
</style>