Shades of Flamingo #EF634E
Tints of Flamingo #EF634E
RGB
CMYK
RGB Variations
Color information
#EF634E (or 0xEF634E) is known color: Flamingo. HEX triplet: EF, 63 and 4E. RGB value is (239,99,78). Sum of RGB (Red+Green+Blue) = 239+99+78=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF634E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF634E is #109CB1. Grayscale: #8A8A8A. Windows color (decimal): -1088690 or 5137391. OLE color: 5137391.
HSL color Cylindrical-coordinate representation of color #EF634E: hue angle of 7.83º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF634E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 78 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.06 |
| HSL | 7.83º | 0.83% | 0.62% | - |
| HSV(B) | 7.83º | 0.67% | 0.94% | - |
| XYZ | 41.43 | 27.82 | 10.39 | - |
| YUV | 138.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 78 | 0 | 0.59 | 0.67 | 0.06 | 7.83 | 0.83 | 0.62 |
| Hex | EF | 63 | 4E | 0 | 3B | 43 | 6 | 8 | 53 | 3E |
| Octal | 357 | 143 | 116 | 0 | 73 | 103 | 6 | 10 | 123 | 76 |
| Binary | 11101111 | 1100011 | 1001110 | 0 | 111011 | 1000011 | 110 | 1000 | 1010011 | 111110 |
Color Harmonies of #EF634E
Complementary color
Monochromatic Colors of #EF634E
Black with #EF634E
Text Example
Text Example
White with #EF634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF634E; }
p { color: rgb(239,99,78); }
H1.HeaderClassName
{
color: #EF634E;
}
.AnyTagClassName
{
color: #EF634E;
}
</style>
background-color css
<style>
a { background-color: #EF634E; }
a { background-color: rgb(239,99,78); }
div.DivClassName
{
background-color: #EF634E;
}
.BgClassName
{
background-color: #EF634E;
}
</style>
border-color css
<style>
span { border-color: #EF634E; }
span { border-color: rgb(239,99,78); }
td.TdClassName
{
border-color: #EF634E;
}
.TagClassName
{
border-color: #EF634E;
}
</style>