Shades of Flamingo #EB684D
Tints of Flamingo #EB684D
RGB
CMYK
RGB Variations
Color information
#EB684D (or 0xEB684D) is known color: Flamingo. HEX triplet: EB, 68 and 4D. RGB value is (235,104,77). Sum of RGB (Red+Green+Blue) = 235+104+77=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB684D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB684D is #1497B2. Grayscale: #8C8C8C. Windows color (decimal): -1349555 or 5073131. OLE color: 5073131.
HSL color Cylindrical-coordinate representation of color #EB684D: hue angle of 10.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB684D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 77 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.08 |
| HSL | 10.25º | 0.8% | 0.61% | - |
| HSV(B) | 10.25º | 0.67% | 0.92% | - |
| XYZ | 40.55 | 28.1 | 10.31 | - |
| YUV | 140.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 77 | 0 | 0.56 | 0.67 | 0.08 | 10.25 | 0.8 | 0.61 |
| Hex | EB | 68 | 4D | 0 | 38 | 43 | 8 | A | 50 | 3D |
| Octal | 353 | 150 | 115 | 0 | 70 | 103 | 10 | 12 | 120 | 75 |
| Binary | 11101011 | 1101000 | 1001101 | 0 | 111000 | 1000011 | 1000 | 1010 | 1010000 | 111101 |
Color Harmonies of #EB684D
Complementary color
Monochromatic Colors of #EB684D
Black with #EB684D
Text Example
Text Example
White with #EB684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB684D; }
p { color: rgb(235,104,77); }
H1.HeaderClassName
{
color: #EB684D;
}
.AnyTagClassName
{
color: #EB684D;
}
</style>
background-color css
<style>
a { background-color: #EB684D; }
a { background-color: rgb(235,104,77); }
div.DivClassName
{
background-color: #EB684D;
}
.BgClassName
{
background-color: #EB684D;
}
</style>
border-color css
<style>
span { border-color: #EB684D; }
span { border-color: rgb(235,104,77); }
td.TdClassName
{
border-color: #EB684D;
}
.TagClassName
{
border-color: #EB684D;
}
</style>