Shades of Flamingo #EF5753
Tints of Flamingo #EF5753
RGB
CMYK
RGB Variations
Color information
#EF5753 (or 0xEF5753) is known color: Flamingo. HEX triplet: EF, 57 and 53. RGB value is (239,87,83). Sum of RGB (Red+Green+Blue) = 239+87+83=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5753 is #10A8AC. Grayscale: #848484. Windows color (decimal): -1091757 or 5461999. OLE color: 5461999.
HSL color Cylindrical-coordinate representation of color #EF5753: hue angle of 1.54º 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 #EF5753 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 83 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.06 |
| HSL | 1.54º | 0.83% | 0.63% | - |
| HSV(B) | 1.54º | 0.65% | 0.94% | - |
| XYZ | 40.57 | 25.79 | 11.02 | - |
| YUV | 131.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 83 | 0 | 0.64 | 0.65 | 0.06 | 1.54 | 0.83 | 0.63 |
| Hex | EF | 57 | 53 | 0 | 40 | 41 | 6 | 2 | 53 | 3F |
| Octal | 357 | 127 | 123 | 0 | 100 | 101 | 6 | 2 | 123 | 77 |
| Binary | 11101111 | 1010111 | 1010011 | 0 | 1000000 | 1000001 | 110 | 10 | 1010011 | 111111 |
Color Harmonies of #EF5753
Complementary color
Monochromatic Colors of #EF5753
Black with #EF5753
Text Example
Text Example
White with #EF5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5753; }
p { color: rgb(239,87,83); }
H1.HeaderClassName
{
color: #EF5753;
}
.AnyTagClassName
{
color: #EF5753;
}
</style>
background-color css
<style>
a { background-color: #EF5753; }
a { background-color: rgb(239,87,83); }
div.DivClassName
{
background-color: #EF5753;
}
.BgClassName
{
background-color: #EF5753;
}
</style>
border-color css
<style>
span { border-color: #EF5753; }
span { border-color: rgb(239,87,83); }
td.TdClassName
{
border-color: #EF5753;
}
.TagClassName
{
border-color: #EF5753;
}
</style>