Shades of Flamingo #EE664D
Tints of Flamingo #EE664D
RGB
CMYK
RGB Variations
Color information
#EE664D (or 0xEE664D) is known color: Flamingo. HEX triplet: EE, 66 and 4D. RGB value is (238,102,77). Sum of RGB (Red+Green+Blue) = 238+102+77=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE664D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE664D is #1199B2. Grayscale: #8C8C8C. Windows color (decimal): -1153459 or 5072622. OLE color: 5072622.
HSL color Cylindrical-coordinate representation of color #EE664D: hue angle of 9.32º 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 #EE664D is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 77 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 9.32º | 0.83% | 0.62% | - |
| HSV(B) | 9.32º | 0.68% | 0.93% | - |
| XYZ | 41.35 | 28.22 | 10.29 | - |
| YUV | 139.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 77 | 0 | 0.57 | 0.68 | 0.07 | 9.32 | 0.83 | 0.62 |
| Hex | EE | 66 | 4D | 0 | 39 | 44 | 7 | 9 | 53 | 3E |
| Octal | 356 | 146 | 115 | 0 | 71 | 104 | 7 | 11 | 123 | 76 |
| Binary | 11101110 | 1100110 | 1001101 | 0 | 111001 | 1000100 | 111 | 1001 | 1010011 | 111110 |
Color Harmonies of #EE664D
Complementary color
Monochromatic Colors of #EE664D
Black with #EE664D
Text Example
Text Example
White with #EE664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE664D; }
p { color: rgb(238,102,77); }
H1.HeaderClassName
{
color: #EE664D;
}
.AnyTagClassName
{
color: #EE664D;
}
</style>
background-color css
<style>
a { background-color: #EE664D; }
a { background-color: rgb(238,102,77); }
div.DivClassName
{
background-color: #EE664D;
}
.BgClassName
{
background-color: #EE664D;
}
</style>
border-color css
<style>
span { border-color: #EE664D; }
span { border-color: rgb(238,102,77); }
td.TdClassName
{
border-color: #EE664D;
}
.TagClassName
{
border-color: #EE664D;
}
</style>