Shades of Flamingo #ED624A
Tints of Flamingo #ED624A
RGB
CMYK
RGB Variations
Color information
#ED624A (or 0xED624A) is known color: Flamingo. HEX triplet: ED, 62 and 4A. RGB value is (237,98,74). Sum of RGB (Red+Green+Blue) = 237+98+74=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED624A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED624A is #129DB5. Grayscale: #898989. Windows color (decimal): -1220022 or 4874989. OLE color: 4874989.
HSL color Cylindrical-coordinate representation of color #ED624A: hue angle of 8.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED624A is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 74 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.07 |
| HSL | 8.83º | 0.82% | 0.61% | - |
| HSV(B) | 8.83º | 0.69% | 0.93% | - |
| XYZ | 40.53 | 27.23 | 9.6 | - |
| YUV | 136.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 74 | 0 | 0.59 | 0.69 | 0.07 | 8.83 | 0.82 | 0.61 |
| Hex | ED | 62 | 4A | 0 | 3B | 45 | 7 | 9 | 52 | 3D |
| Octal | 355 | 142 | 112 | 0 | 73 | 105 | 7 | 11 | 122 | 75 |
| Binary | 11101101 | 1100010 | 1001010 | 0 | 111011 | 1000101 | 111 | 1001 | 1010010 | 111101 |
Color Harmonies of #ED624A
Complementary color
Monochromatic Colors of #ED624A
Black with #ED624A
Text Example
Text Example
White with #ED624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED624A; }
p { color: rgb(237,98,74); }
H1.HeaderClassName
{
color: #ED624A;
}
.AnyTagClassName
{
color: #ED624A;
}
</style>
background-color css
<style>
a { background-color: #ED624A; }
a { background-color: rgb(237,98,74); }
div.DivClassName
{
background-color: #ED624A;
}
.BgClassName
{
background-color: #ED624A;
}
</style>
border-color css
<style>
span { border-color: #ED624A; }
span { border-color: rgb(237,98,74); }
td.TdClassName
{
border-color: #ED624A;
}
.TagClassName
{
border-color: #ED624A;
}
</style>