Shades of Flamingo #ED554E
Tints of Flamingo #ED554E
RGB
CMYK
RGB Variations
Color information
#ED554E (or 0xED554E) is known color: Flamingo. HEX triplet: ED, 55 and 4E. RGB value is (237,85,78). Sum of RGB (Red+Green+Blue) = 237+85+78=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED554E is #12AAB1. Grayscale: #818181. Windows color (decimal): -1223346 or 5133805. OLE color: 5133805.
HSL color Cylindrical-coordinate representation of color #ED554E: hue angle of 2.64º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED554E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 78 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 2.64º | 0.82% | 0.62% | - |
| HSV(B) | 2.64º | 0.67% | 0.93% | - |
| XYZ | 39.55 | 25.05 | 9.96 | - |
| YUV | 129.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 78 | 0 | 0.64 | 0.67 | 0.07 | 2.64 | 0.82 | 0.62 |
| Hex | ED | 55 | 4E | 0 | 40 | 43 | 7 | 3 | 52 | 3E |
| Octal | 355 | 125 | 116 | 0 | 100 | 103 | 7 | 3 | 122 | 76 |
| Binary | 11101101 | 1010101 | 1001110 | 0 | 1000000 | 1000011 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #ED554E
Complementary color
Monochromatic Colors of #ED554E
Black with #ED554E
Text Example
Text Example
White with #ED554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED554E; }
p { color: rgb(237,85,78); }
H1.HeaderClassName
{
color: #ED554E;
}
.AnyTagClassName
{
color: #ED554E;
}
</style>
background-color css
<style>
a { background-color: #ED554E; }
a { background-color: rgb(237,85,78); }
div.DivClassName
{
background-color: #ED554E;
}
.BgClassName
{
background-color: #ED554E;
}
</style>
border-color css
<style>
span { border-color: #ED554E; }
span { border-color: rgb(237,85,78); }
td.TdClassName
{
border-color: #ED554E;
}
.TagClassName
{
border-color: #ED554E;
}
</style>