Shades of Wild Watermelon #ED506B
Tints of Wild Watermelon #ED506B
RGB
CMYK
RGB Variations
Color information
#ED506B (or 0xED506B) is known color: Wild Watermelon. HEX triplet: ED, 50 and 6B. RGB value is (237,80,107). Sum of RGB (Red+Green+Blue) = 237+80+107=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED506B is #12AF94. Grayscale: #828282. Windows color (decimal): -1224597 or 7033069. OLE color: 7033069.
HSL color Cylindrical-coordinate representation of color #ED506B: hue angle of 349.68º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED506B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 107 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 349.68º | 0.81% | 0.62% | - |
| HSV(B) | 349.68º | 0.66% | 0.93% | - |
| XYZ | 40.45 | 24.8 | 16.57 | - |
| YUV | 130.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 107 | 0 | 0.66 | 0.55 | 0.07 | 349.68 | 0.81 | 0.62 |
| Hex | ED | 50 | 6B | 0 | 42 | 37 | 7 | 15E | 51 | 3E |
| Octal | 355 | 120 | 153 | 0 | 102 | 67 | 7 | 536 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1101011 | 0 | 1000010 | 110111 | 111 | 101011110 | 1010001 | 111110 |
Color Harmonies of #ED506B
Complementary color
Monochromatic Colors of #ED506B
Black with #ED506B
Text Example
Text Example
White with #ED506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED506B; }
p { color: rgb(237,80,107); }
H1.HeaderClassName
{
color: #ED506B;
}
.AnyTagClassName
{
color: #ED506B;
}
</style>
background-color css
<style>
a { background-color: #ED506B; }
a { background-color: rgb(237,80,107); }
div.DivClassName
{
background-color: #ED506B;
}
.BgClassName
{
background-color: #ED506B;
}
</style>
border-color css
<style>
span { border-color: #ED506B; }
span { border-color: rgb(237,80,107); }
td.TdClassName
{
border-color: #ED506B;
}
.TagClassName
{
border-color: #ED506B;
}
</style>