Shades of Wild Watermelon #EF506A
Tints of Wild Watermelon #EF506A
RGB
CMYK
RGB Variations
Color information
#EF506A (or 0xEF506A) is known color: Wild Watermelon. HEX triplet: EF, 50 and 6A. RGB value is (239,80,106). Sum of RGB (Red+Green+Blue) = 239+80+106=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF506A is #10AF95. Grayscale: #828282. Windows color (decimal): -1093526 or 6967535. OLE color: 6967535.
HSL color Cylindrical-coordinate representation of color #EF506A: hue angle of 350.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF506A is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 106 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.06 |
| HSL | 350.19º | 0.83% | 0.63% | - |
| HSV(B) | 350.19º | 0.67% | 0.94% | - |
| XYZ | 41.07 | 25.13 | 16.32 | - |
| YUV | 130.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 106 | 0 | 0.67 | 0.56 | 0.06 | 350.19 | 0.83 | 0.63 |
| Hex | EF | 50 | 6A | 0 | 43 | 38 | 6 | 15E | 53 | 3F |
| Octal | 357 | 120 | 152 | 0 | 103 | 70 | 6 | 536 | 123 | 77 |
| Binary | 11101111 | 1010000 | 1101010 | 0 | 1000011 | 111000 | 110 | 101011110 | 1010011 | 111111 |
Color Harmonies of #EF506A
Complementary color
Monochromatic Colors of #EF506A
Black with #EF506A
Text Example
Text Example
White with #EF506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF506A; }
p { color: rgb(239,80,106); }
H1.HeaderClassName
{
color: #EF506A;
}
.AnyTagClassName
{
color: #EF506A;
}
</style>
background-color css
<style>
a { background-color: #EF506A; }
a { background-color: rgb(239,80,106); }
div.DivClassName
{
background-color: #EF506A;
}
.BgClassName
{
background-color: #EF506A;
}
</style>
border-color css
<style>
span { border-color: #EF506A; }
span { border-color: rgb(239,80,106); }
td.TdClassName
{
border-color: #EF506A;
}
.TagClassName
{
border-color: #EF506A;
}
</style>