Shades of Flamingo #ED554B
Tints of Flamingo #ED554B
RGB
CMYK
RGB Variations
Color information
#ED554B (or 0xED554B) is known color: Flamingo. HEX triplet: ED, 55 and 4B. RGB value is (237,85,75). Sum of RGB (Red+Green+Blue) = 237+85+75=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED554B is #12AAB4. Grayscale: #818181. Windows color (decimal): -1223349 or 4937197. OLE color: 4937197.
HSL color Cylindrical-coordinate representation of color #ED554B: hue angle of 3.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED554B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.07 |
| HSL | 3.7º | 0.82% | 0.61% | - |
| HSV(B) | 3.7º | 0.68% | 0.93% | - |
| XYZ | 39.44 | 25.01 | 9.41 | - |
| YUV | 129.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 75 | 0 | 0.64 | 0.68 | 0.07 | 3.7 | 0.82 | 0.61 |
| Hex | ED | 55 | 4B | 0 | 40 | 44 | 7 | 4 | 52 | 3D |
| Octal | 355 | 125 | 113 | 0 | 100 | 104 | 7 | 4 | 122 | 75 |
| Binary | 11101101 | 1010101 | 1001011 | 0 | 1000000 | 1000100 | 111 | 100 | 1010010 | 111101 |
Color Harmonies of #ED554B
Complementary color
Monochromatic Colors of #ED554B
Black with #ED554B
Text Example
Text Example
White with #ED554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED554B; }
p { color: rgb(237,85,75); }
H1.HeaderClassName
{
color: #ED554B;
}
.AnyTagClassName
{
color: #ED554B;
}
</style>
background-color css
<style>
a { background-color: #ED554B; }
a { background-color: rgb(237,85,75); }
div.DivClassName
{
background-color: #ED554B;
}
.BgClassName
{
background-color: #ED554B;
}
</style>
border-color css
<style>
span { border-color: #ED554B; }
span { border-color: rgb(237,85,75); }
td.TdClassName
{
border-color: #ED554B;
}
.TagClassName
{
border-color: #ED554B;
}
</style>