Shades of Flamingo #EE544C
Tints of Flamingo #EE544C
RGB
CMYK
RGB Variations
Color information
#EE544C (or 0xEE544C) is known color: Flamingo. HEX triplet: EE, 54 and 4C. RGB value is (238,84,76). Sum of RGB (Red+Green+Blue) = 238+84+76=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE544C is #11ABB3. Grayscale: #818181. Windows color (decimal): -1158068 or 5002478. OLE color: 5002478.
HSL color Cylindrical-coordinate representation of color #EE544C: hue angle of 2.96º degrees, saturation: 0.83, 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 #EE544C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 76 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.07 |
| HSL | 2.96º | 0.83% | 0.62% | - |
| HSV(B) | 2.96º | 0.68% | 0.93% | - |
| XYZ | 39.73 | 25.04 | 9.58 | - |
| YUV | 129.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 76 | 0 | 0.65 | 0.68 | 0.07 | 2.96 | 0.83 | 0.62 |
| Hex | EE | 54 | 4C | 0 | 41 | 44 | 7 | 3 | 53 | 3E |
| Octal | 356 | 124 | 114 | 0 | 101 | 104 | 7 | 3 | 123 | 76 |
| Binary | 11101110 | 1010100 | 1001100 | 0 | 1000001 | 1000100 | 111 | 11 | 1010011 | 111110 |
Color Harmonies of #EE544C
Complementary color
Monochromatic Colors of #EE544C
Black with #EE544C
Text Example
Text Example
White with #EE544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE544C; }
p { color: rgb(238,84,76); }
H1.HeaderClassName
{
color: #EE544C;
}
.AnyTagClassName
{
color: #EE544C;
}
</style>
background-color css
<style>
a { background-color: #EE544C; }
a { background-color: rgb(238,84,76); }
div.DivClassName
{
background-color: #EE544C;
}
.BgClassName
{
background-color: #EE544C;
}
</style>
border-color css
<style>
span { border-color: #EE544C; }
span { border-color: rgb(238,84,76); }
td.TdClassName
{
border-color: #EE544C;
}
.TagClassName
{
border-color: #EE544C;
}
</style>