Shades of Flamingo #EE664C
Tints of Flamingo #EE664C
RGB
CMYK
RGB Variations
Color information
#EE664C (or 0xEE664C) is known color: Flamingo. HEX triplet: EE, 66 and 4C. RGB value is (238,102,76). Sum of RGB (Red+Green+Blue) = 238+102+76=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE664C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE664C is #1199B3. Grayscale: #8B8B8B. Windows color (decimal): -1153460 or 5007086. OLE color: 5007086.
HSL color Cylindrical-coordinate representation of color #EE664C: hue angle of 9.63º 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 #EE664C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 76 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.07 |
| HSL | 9.63º | 0.83% | 0.62% | - |
| HSV(B) | 9.63º | 0.68% | 0.93% | - |
| XYZ | 41.32 | 28.2 | 10.1 | - |
| YUV | 139.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 76 | 0 | 0.57 | 0.68 | 0.07 | 9.63 | 0.83 | 0.62 |
| Hex | EE | 66 | 4C | 0 | 39 | 44 | 7 | A | 53 | 3E |
| Octal | 356 | 146 | 114 | 0 | 71 | 104 | 7 | 12 | 123 | 76 |
| Binary | 11101110 | 1100110 | 1001100 | 0 | 111001 | 1000100 | 111 | 1010 | 1010011 | 111110 |
Color Harmonies of #EE664C
Complementary color
Monochromatic Colors of #EE664C
Black with #EE664C
Text Example
Text Example
White with #EE664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE664C; }
p { color: rgb(238,102,76); }
H1.HeaderClassName
{
color: #EE664C;
}
.AnyTagClassName
{
color: #EE664C;
}
</style>
background-color css
<style>
a { background-color: #EE664C; }
a { background-color: rgb(238,102,76); }
div.DivClassName
{
background-color: #EE664C;
}
.BgClassName
{
background-color: #EE664C;
}
</style>
border-color css
<style>
span { border-color: #EE664C; }
span { border-color: rgb(238,102,76); }
td.TdClassName
{
border-color: #EE664C;
}
.TagClassName
{
border-color: #EE664C;
}
</style>