Shades of Wild Watermelon #EF506B
Tints of Wild Watermelon #EF506B
RGB
CMYK
RGB Variations
Color information
#EF506B (or 0xEF506B) is known color: Wild Watermelon. HEX triplet: EF, 50 and 6B. RGB value is (239,80,107). Sum of RGB (Red+Green+Blue) = 239+80+107=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF506B is #10AF94. Grayscale: #828282. Windows color (decimal): -1093525 or 7033071. OLE color: 7033071.
HSL color Cylindrical-coordinate representation of color #EF506B: hue angle of 349.81º 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 #EF506B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 107 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.06 |
| HSL | 349.81º | 0.83% | 0.63% | - |
| HSV(B) | 349.81º | 0.67% | 0.94% | - |
| XYZ | 41.12 | 25.15 | 16.6 | - |
| YUV | 130.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 107 | 0 | 0.67 | 0.55 | 0.06 | 349.81 | 0.83 | 0.63 |
| Hex | EF | 50 | 6B | 0 | 43 | 37 | 6 | 15E | 53 | 3F |
| Octal | 357 | 120 | 153 | 0 | 103 | 67 | 6 | 536 | 123 | 77 |
| Binary | 11101111 | 1010000 | 1101011 | 0 | 1000011 | 110111 | 110 | 101011110 | 1010011 | 111111 |
Color Harmonies of #EF506B
Complementary color
Monochromatic Colors of #EF506B
Black with #EF506B
Text Example
Text Example
White with #EF506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF506B; }
p { color: rgb(239,80,107); }
H1.HeaderClassName
{
color: #EF506B;
}
.AnyTagClassName
{
color: #EF506B;
}
</style>
background-color css
<style>
a { background-color: #EF506B; }
a { background-color: rgb(239,80,107); }
div.DivClassName
{
background-color: #EF506B;
}
.BgClassName
{
background-color: #EF506B;
}
</style>
border-color css
<style>
span { border-color: #EF506B; }
span { border-color: rgb(239,80,107); }
td.TdClassName
{
border-color: #EF506B;
}
.TagClassName
{
border-color: #EF506B;
}
</style>