Shades of Flamingo #EF5352
Tints of Flamingo #EF5352
RGB
CMYK
RGB Variations
Color information
#EF5352 (or 0xEF5352) is known color: Flamingo. HEX triplet: EF, 53 and 52. RGB value is (239,83,82). Sum of RGB (Red+Green+Blue) = 239+83+82=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5352 is #10ACAD. Grayscale: #818181. Windows color (decimal): -1092782 or 5395439. OLE color: 5395439.
HSL color Cylindrical-coordinate representation of color #EF5352: hue angle of 0.38º 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 #EF5352 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 82 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.06 |
| HSL | 0.38º | 0.83% | 0.63% | - |
| HSV(B) | 0.38º | 0.66% | 0.94% | - |
| XYZ | 40.21 | 25.15 | 10.72 | - |
| YUV | 129.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 82 | 0 | 0.65 | 0.66 | 0.06 | 0.38 | 0.83 | 0.63 |
| Hex | EF | 53 | 52 | 0 | 41 | 42 | 6 | 0 | 53 | 3F |
| Octal | 357 | 123 | 122 | 0 | 101 | 102 | 6 | 0 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1010010 | 0 | 1000001 | 1000010 | 110 | 0 | 1010011 | 111111 |
Color Harmonies of #EF5352
Complementary color
Monochromatic Colors of #EF5352
Black with #EF5352
Text Example
Text Example
White with #EF5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5352; }
p { color: rgb(239,83,82); }
H1.HeaderClassName
{
color: #EF5352;
}
.AnyTagClassName
{
color: #EF5352;
}
</style>
background-color css
<style>
a { background-color: #EF5352; }
a { background-color: rgb(239,83,82); }
div.DivClassName
{
background-color: #EF5352;
}
.BgClassName
{
background-color: #EF5352;
}
</style>
border-color css
<style>
span { border-color: #EF5352; }
span { border-color: rgb(239,83,82); }
td.TdClassName
{
border-color: #EF5352;
}
.TagClassName
{
border-color: #EF5352;
}
</style>