Shades of Wild Watermelon #EF526B
Tints of Wild Watermelon #EF526B
RGB
CMYK
RGB Variations
Color information
#EF526B (or 0xEF526B) is known color: Wild Watermelon. HEX triplet: EF, 52 and 6B. RGB value is (239,82,107). Sum of RGB (Red+Green+Blue) = 239+82+107=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF526B is #10AD94. Grayscale: #838383. Windows color (decimal): -1093013 or 7033583. OLE color: 7033583.
HSL color Cylindrical-coordinate representation of color #EF526B: hue angle of 350.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF526B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 107 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.06 |
| HSL | 350.45º | 0.83% | 0.63% | - |
| HSV(B) | 350.45º | 0.66% | 0.94% | - |
| XYZ | 41.27 | 25.45 | 16.65 | - |
| YUV | 131.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 107 | 0 | 0.66 | 0.55 | 0.06 | 350.45 | 0.83 | 0.63 |
| Hex | EF | 52 | 6B | 0 | 42 | 37 | 6 | 15E | 53 | 3F |
| Octal | 357 | 122 | 153 | 0 | 102 | 67 | 6 | 536 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1101011 | 0 | 1000010 | 110111 | 110 | 101011110 | 1010011 | 111111 |
Color Harmonies of #EF526B
Complementary color
Monochromatic Colors of #EF526B
Black with #EF526B
Text Example
Text Example
White with #EF526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF526B; }
p { color: rgb(239,82,107); }
H1.HeaderClassName
{
color: #EF526B;
}
.AnyTagClassName
{
color: #EF526B;
}
</style>
background-color css
<style>
a { background-color: #EF526B; }
a { background-color: rgb(239,82,107); }
div.DivClassName
{
background-color: #EF526B;
}
.BgClassName
{
background-color: #EF526B;
}
</style>
border-color css
<style>
span { border-color: #EF526B; }
span { border-color: rgb(239,82,107); }
td.TdClassName
{
border-color: #EF526B;
}
.TagClassName
{
border-color: #EF526B;
}
</style>