Shades of Flamingo #ED574B
Tints of Flamingo #ED574B
RGB
CMYK
RGB Variations
Color information
#ED574B (or 0xED574B) is known color: Flamingo. HEX triplet: ED, 57 and 4B. RGB value is (237,87,75). Sum of RGB (Red+Green+Blue) = 237+87+75=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED574B is #12A8B4. Grayscale: #828282. Windows color (decimal): -1222837 or 4937709. OLE color: 4937709.
HSL color Cylindrical-coordinate representation of color #ED574B: hue angle of 4.44º 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 #ED574B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 75 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.44º | 0.82% | 0.61% | - |
| HSV(B) | 4.44º | 0.68% | 0.93% | - |
| XYZ | 39.6 | 25.33 | 9.46 | - |
| YUV | 130.48 | 96.7 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 75 | 0 | 0.63 | 0.68 | 0.07 | 4.44 | 0.82 | 0.61 |
| Hex | ED | 57 | 4B | 0 | 3F | 44 | 7 | 4 | 52 | 3D |
| Octal | 355 | 127 | 113 | 0 | 77 | 104 | 7 | 4 | 122 | 75 |
| Binary | 11101101 | 1010111 | 1001011 | 0 | 111111 | 1000100 | 111 | 100 | 1010010 | 111101 |
Color Harmonies of #ED574B
Complementary color
Monochromatic Colors of #ED574B
Black with #ED574B
Text Example
Text Example
White with #ED574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED574B; }
p { color: rgb(237,87,75); }
H1.HeaderClassName
{
color: #ED574B;
}
.AnyTagClassName
{
color: #ED574B;
}
</style>
background-color css
<style>
a { background-color: #ED574B; }
a { background-color: rgb(237,87,75); }
div.DivClassName
{
background-color: #ED574B;
}
.BgClassName
{
background-color: #ED574B;
}
</style>
border-color css
<style>
span { border-color: #ED574B; }
span { border-color: rgb(237,87,75); }
td.TdClassName
{
border-color: #ED574B;
}
.TagClassName
{
border-color: #ED574B;
}
</style>