Shades of Flamingo #ED664D
Tints of Flamingo #ED664D
RGB
CMYK
RGB Variations
Color information
#ED664D (or 0xED664D) is known color: Flamingo. HEX triplet: ED, 66 and 4D. RGB value is (237,102,77). Sum of RGB (Red+Green+Blue) = 237+102+77=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED664D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED664D is #1299B2. Grayscale: #8B8B8B. Windows color (decimal): -1218995 or 5072621. OLE color: 5072621.
HSL color Cylindrical-coordinate representation of color #ED664D: hue angle of 9.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED664D is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 77 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 9.38º | 0.82% | 0.62% | - |
| HSV(B) | 9.38º | 0.68% | 0.93% | - |
| XYZ | 41.02 | 28.04 | 10.27 | - |
| YUV | 139.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 77 | 0 | 0.57 | 0.68 | 0.07 | 9.38 | 0.82 | 0.62 |
| Hex | ED | 66 | 4D | 0 | 39 | 44 | 7 | 9 | 52 | 3E |
| Octal | 355 | 146 | 115 | 0 | 71 | 104 | 7 | 11 | 122 | 76 |
| Binary | 11101101 | 1100110 | 1001101 | 0 | 111001 | 1000100 | 111 | 1001 | 1010010 | 111110 |
Color Harmonies of #ED664D
Complementary color
Monochromatic Colors of #ED664D
Black with #ED664D
Text Example
Text Example
White with #ED664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED664D; }
p { color: rgb(237,102,77); }
H1.HeaderClassName
{
color: #ED664D;
}
.AnyTagClassName
{
color: #ED664D;
}
</style>
background-color css
<style>
a { background-color: #ED664D; }
a { background-color: rgb(237,102,77); }
div.DivClassName
{
background-color: #ED664D;
}
.BgClassName
{
background-color: #ED664D;
}
</style>
border-color css
<style>
span { border-color: #ED664D; }
span { border-color: rgb(237,102,77); }
td.TdClassName
{
border-color: #ED664D;
}
.TagClassName
{
border-color: #ED664D;
}
</style>