Shades of Flamingo #ED625B
Tints of Flamingo #ED625B
RGB
CMYK
RGB Variations
Color information
#ED625B (or 0xED625B) is known color: Flamingo. HEX triplet: ED, 62 and 5B. RGB value is (237,98,91). Sum of RGB (Red+Green+Blue) = 237+98+91=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED625B is #129DA4. Grayscale: #8A8A8A. Windows color (decimal): -1220005 or 5989101. OLE color: 5989101.
HSL color Cylindrical-coordinate representation of color #ED625B: hue angle of 2.88º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED625B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 91 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.07 |
| HSL | 2.88º | 0.8% | 0.64% | - |
| HSV(B) | 2.88º | 0.62% | 0.93% | - |
| XYZ | 41.18 | 27.5 | 13.03 | - |
| YUV | 138.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 91 | 0 | 0.59 | 0.62 | 0.07 | 2.88 | 0.8 | 0.64 |
| Hex | ED | 62 | 5B | 0 | 3B | 3E | 7 | 3 | 50 | 40 |
| Octal | 355 | 142 | 133 | 0 | 73 | 76 | 7 | 3 | 120 | 100 |
| Binary | 11101101 | 1100010 | 1011011 | 0 | 111011 | 111110 | 111 | 11 | 1010000 | 1000000 |
Color Harmonies of #ED625B
Complementary color
Monochromatic Colors of #ED625B
Black with #ED625B
Text Example
Text Example
White with #ED625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED625B; }
p { color: rgb(237,98,91); }
H1.HeaderClassName
{
color: #ED625B;
}
.AnyTagClassName
{
color: #ED625B;
}
</style>
background-color css
<style>
a { background-color: #ED625B; }
a { background-color: rgb(237,98,91); }
div.DivClassName
{
background-color: #ED625B;
}
.BgClassName
{
background-color: #ED625B;
}
</style>
border-color css
<style>
span { border-color: #ED625B; }
span { border-color: rgb(237,98,91); }
td.TdClassName
{
border-color: #ED625B;
}
.TagClassName
{
border-color: #ED625B;
}
</style>