Shades of Flamingo #ED635B
Tints of Flamingo #ED635B
RGB
CMYK
RGB Variations
Color information
#ED635B (or 0xED635B) is known color: Flamingo. HEX triplet: ED, 63 and 5B. RGB value is (237,99,91). Sum of RGB (Red+Green+Blue) = 237+99+91=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED635B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED635B is #129CA4. Grayscale: #8B8B8B. Windows color (decimal): -1219749 or 5989357. OLE color: 5989357.
HSL color Cylindrical-coordinate representation of color #ED635B: hue angle of 3.29º 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 #ED635B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.07 |
| HSL | 3.29º | 0.8% | 0.64% | - |
| HSV(B) | 3.29º | 0.62% | 0.93% | - |
| XYZ | 41.28 | 27.68 | 13.07 | - |
| YUV | 139.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 91 | 0 | 0.58 | 0.62 | 0.07 | 3.29 | 0.8 | 0.64 |
| Hex | ED | 63 | 5B | 0 | 3A | 3E | 7 | 3 | 50 | 40 |
| Octal | 355 | 143 | 133 | 0 | 72 | 76 | 7 | 3 | 120 | 100 |
| Binary | 11101101 | 1100011 | 1011011 | 0 | 111010 | 111110 | 111 | 11 | 1010000 | 1000000 |
Color Harmonies of #ED635B
Complementary color
Monochromatic Colors of #ED635B
Black with #ED635B
Text Example
Text Example
White with #ED635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED635B; }
p { color: rgb(237,99,91); }
H1.HeaderClassName
{
color: #ED635B;
}
.AnyTagClassName
{
color: #ED635B;
}
</style>
background-color css
<style>
a { background-color: #ED635B; }
a { background-color: rgb(237,99,91); }
div.DivClassName
{
background-color: #ED635B;
}
.BgClassName
{
background-color: #ED635B;
}
</style>
border-color css
<style>
span { border-color: #ED635B; }
span { border-color: rgb(237,99,91); }
td.TdClassName
{
border-color: #ED635B;
}
.TagClassName
{
border-color: #ED635B;
}
</style>