Shades of Flamingo #ED6448
Tints of Flamingo #ED6448
RGB
CMYK
RGB Variations
Color information
#ED6448 (or 0xED6448) is known color: Flamingo. HEX triplet: ED, 64 and 48. RGB value is (237,100,72). Sum of RGB (Red+Green+Blue) = 237+100+72=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6448 is #129BB7. Grayscale: #8A8A8A. Windows color (decimal): -1219512 or 4744429. OLE color: 4744429.
HSL color Cylindrical-coordinate representation of color #ED6448: hue angle of 10.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6448 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 72 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.07 |
| HSL | 10.18º | 0.82% | 0.61% | - |
| HSV(B) | 10.18º | 0.7% | 0.93% | - |
| XYZ | 40.65 | 27.59 | 9.31 | - |
| YUV | 137.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 72 | 0 | 0.58 | 0.70 | 0.07 | 10.18 | 0.82 | 0.61 |
| Hex | ED | 64 | 48 | 0 | 3A | 46 | 7 | A | 52 | 3D |
| Octal | 355 | 144 | 110 | 0 | 72 | 106 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1100100 | 1001000 | 0 | 111010 | 1000110 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED6448
Complementary color
Monochromatic Colors of #ED6448
Black with #ED6448
Text Example
Text Example
White with #ED6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6448; }
p { color: rgb(237,100,72); }
H1.HeaderClassName
{
color: #ED6448;
}
.AnyTagClassName
{
color: #ED6448;
}
</style>
background-color css
<style>
a { background-color: #ED6448; }
a { background-color: rgb(237,100,72); }
div.DivClassName
{
background-color: #ED6448;
}
.BgClassName
{
background-color: #ED6448;
}
</style>
border-color css
<style>
span { border-color: #ED6448; }
span { border-color: rgb(237,100,72); }
td.TdClassName
{
border-color: #ED6448;
}
.TagClassName
{
border-color: #ED6448;
}
</style>