Shades of Flamingo #EF6753
Tints of Flamingo #EF6753
RGB
CMYK
RGB Variations
Color information
#EF6753 (or 0xEF6753) is known color: Flamingo. HEX triplet: EF, 67 and 53. RGB value is (239,103,83). Sum of RGB (Red+Green+Blue) = 239+103+83=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6753 is #1098AC. Grayscale: #8D8D8D. Windows color (decimal): -1087661 or 5466095. OLE color: 5466095.
HSL color Cylindrical-coordinate representation of color #EF6753: hue angle of 7.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF6753 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 83 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.06 |
| HSL | 7.69º | 0.83% | 0.63% | - |
| HSV(B) | 7.69º | 0.65% | 0.94% | - |
| XYZ | 42.01 | 28.68 | 11.5 | - |
| YUV | 141.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 83 | 0 | 0.57 | 0.65 | 0.06 | 7.69 | 0.83 | 0.63 |
| Hex | EF | 67 | 53 | 0 | 39 | 41 | 6 | 8 | 53 | 3F |
| Octal | 357 | 147 | 123 | 0 | 71 | 101 | 6 | 10 | 123 | 77 |
| Binary | 11101111 | 1100111 | 1010011 | 0 | 111001 | 1000001 | 110 | 1000 | 1010011 | 111111 |
Color Harmonies of #EF6753
Complementary color
Monochromatic Colors of #EF6753
Black with #EF6753
Text Example
Text Example
White with #EF6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6753; }
p { color: rgb(239,103,83); }
H1.HeaderClassName
{
color: #EF6753;
}
.AnyTagClassName
{
color: #EF6753;
}
</style>
background-color css
<style>
a { background-color: #EF6753; }
a { background-color: rgb(239,103,83); }
div.DivClassName
{
background-color: #EF6753;
}
.BgClassName
{
background-color: #EF6753;
}
</style>
border-color css
<style>
span { border-color: #EF6753; }
span { border-color: rgb(239,103,83); }
td.TdClassName
{
border-color: #EF6753;
}
.TagClassName
{
border-color: #EF6753;
}
</style>