Shades of Flamingo #EF5D4B
Tints of Flamingo #EF5D4B
RGB
CMYK
RGB Variations
Color information
#EF5D4B (or 0xEF5D4B) is known color: Flamingo. HEX triplet: EF, 5D and 4B. RGB value is (239,93,75). Sum of RGB (Red+Green+Blue) = 239+93+75=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D4B is #10A2B4. Grayscale: #868686. Windows color (decimal): -1090229 or 4939247. OLE color: 4939247.
HSL color Cylindrical-coordinate representation of color #EF5D4B: hue angle of 6.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF5D4B is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 75 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.06 |
| HSL | 6.59º | 0.84% | 0.62% | - |
| HSV(B) | 6.59º | 0.69% | 0.94% | - |
| XYZ | 40.78 | 26.69 | 9.66 | - |
| YUV | 134.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 75 | 0 | 0.61 | 0.69 | 0.06 | 6.59 | 0.84 | 0.62 |
| Hex | EF | 5D | 4B | 0 | 3D | 45 | 6 | 7 | 54 | 3E |
| Octal | 357 | 135 | 113 | 0 | 75 | 105 | 6 | 7 | 124 | 76 |
| Binary | 11101111 | 1011101 | 1001011 | 0 | 111101 | 1000101 | 110 | 111 | 1010100 | 111110 |
Color Harmonies of #EF5D4B
Complementary color
Monochromatic Colors of #EF5D4B
Black with #EF5D4B
Text Example
Text Example
White with #EF5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D4B; }
p { color: rgb(239,93,75); }
H1.HeaderClassName
{
color: #EF5D4B;
}
.AnyTagClassName
{
color: #EF5D4B;
}
</style>
background-color css
<style>
a { background-color: #EF5D4B; }
a { background-color: rgb(239,93,75); }
div.DivClassName
{
background-color: #EF5D4B;
}
.BgClassName
{
background-color: #EF5D4B;
}
</style>
border-color css
<style>
span { border-color: #EF5D4B; }
span { border-color: rgb(239,93,75); }
td.TdClassName
{
border-color: #EF5D4B;
}
.TagClassName
{
border-color: #EF5D4B;
}
</style>