Shades of Flamingo #EB644C
Tints of Flamingo #EB644C
RGB
CMYK
RGB Variations
Color information
#EB644C (or 0xEB644C) is known color: Flamingo. HEX triplet: EB, 64 and 4C. RGB value is (235,100,76). Sum of RGB (Red+Green+Blue) = 235+100+76=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB644C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB644C is #149BB3. Grayscale: #898989. Windows color (decimal): -1350580 or 5006571. OLE color: 5006571.
HSL color Cylindrical-coordinate representation of color #EB644C: hue angle of 9.06º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB644C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 76 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.08 |
| HSL | 9.06º | 0.8% | 0.61% | - |
| HSV(B) | 9.06º | 0.68% | 0.92% | - |
| XYZ | 40.12 | 27.3 | 9.99 | - |
| YUV | 137.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 76 | 0 | 0.57 | 0.68 | 0.08 | 9.06 | 0.8 | 0.61 |
| Hex | EB | 64 | 4C | 0 | 39 | 44 | 8 | 9 | 50 | 3D |
| Octal | 353 | 144 | 114 | 0 | 71 | 104 | 10 | 11 | 120 | 75 |
| Binary | 11101011 | 1100100 | 1001100 | 0 | 111001 | 1000100 | 1000 | 1001 | 1010000 | 111101 |
Color Harmonies of #EB644C
Complementary color
Monochromatic Colors of #EB644C
Black with #EB644C
Text Example
Text Example
White with #EB644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB644C; }
p { color: rgb(235,100,76); }
H1.HeaderClassName
{
color: #EB644C;
}
.AnyTagClassName
{
color: #EB644C;
}
</style>
background-color css
<style>
a { background-color: #EB644C; }
a { background-color: rgb(235,100,76); }
div.DivClassName
{
background-color: #EB644C;
}
.BgClassName
{
background-color: #EB644C;
}
</style>
border-color css
<style>
span { border-color: #EB644C; }
span { border-color: rgb(235,100,76); }
td.TdClassName
{
border-color: #EB644C;
}
.TagClassName
{
border-color: #EB644C;
}
</style>