Shades of Wild Watermelon #EF555C
Tints of Wild Watermelon #EF555C
RGB
CMYK
RGB Variations
Color information
#EF555C (or 0xEF555C) is known color: Wild Watermelon. HEX triplet: EF, 55 and 5C. RGB value is (239,85,92). Sum of RGB (Red+Green+Blue) = 239+85+92=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF555C is #10AAA3. Grayscale: #838383. Windows color (decimal): -1092260 or 6051311. OLE color: 6051311.
HSL color Cylindrical-coordinate representation of color #EF555C: hue angle of 357.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF555C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.06 |
| HSL | 357.27º | 0.83% | 0.64% | - |
| HSV(B) | 357.27º | 0.64% | 0.94% | - |
| XYZ | 40.78 | 25.62 | 12.92 | - |
| YUV | 131.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 92 | 0 | 0.64 | 0.62 | 0.06 | 357.27 | 0.83 | 0.64 |
| Hex | EF | 55 | 5C | 0 | 40 | 3E | 6 | 165 | 53 | 40 |
| Octal | 357 | 125 | 134 | 0 | 100 | 76 | 6 | 545 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1011100 | 0 | 1000000 | 111110 | 110 | 101100101 | 1010011 | 1000000 |
Color Harmonies of #EF555C
Complementary color
Monochromatic Colors of #EF555C
Black with #EF555C
Text Example
Text Example
White with #EF555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF555C; }
p { color: rgb(239,85,92); }
H1.HeaderClassName
{
color: #EF555C;
}
.AnyTagClassName
{
color: #EF555C;
}
</style>
background-color css
<style>
a { background-color: #EF555C; }
a { background-color: rgb(239,85,92); }
div.DivClassName
{
background-color: #EF555C;
}
.BgClassName
{
background-color: #EF555C;
}
</style>
border-color css
<style>
span { border-color: #EF555C; }
span { border-color: rgb(239,85,92); }
td.TdClassName
{
border-color: #EF555C;
}
.TagClassName
{
border-color: #EF555C;
}
</style>