Shades of Flamingo #EE614C
Tints of Flamingo #EE614C
RGB
CMYK
RGB Variations
Color information
#EE614C (or 0xEE614C) is known color: Flamingo. HEX triplet: EE, 61 and 4C. RGB value is (238,97,76). Sum of RGB (Red+Green+Blue) = 238+97+76=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE614C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE614C is #119EB3. Grayscale: #888888. Windows color (decimal): -1154740 or 5005806. OLE color: 5005806.
HSL color Cylindrical-coordinate representation of color #EE614C: hue angle of 7.78º 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 #EE614C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 76 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.07 |
| HSL | 7.78º | 0.83% | 0.62% | - |
| HSV(B) | 7.78º | 0.68% | 0.93% | - |
| XYZ | 40.84 | 27.25 | 9.94 | - |
| YUV | 136.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 76 | 0 | 0.59 | 0.68 | 0.07 | 7.78 | 0.83 | 0.62 |
| Hex | EE | 61 | 4C | 0 | 3B | 44 | 7 | 8 | 53 | 3E |
| Octal | 356 | 141 | 114 | 0 | 73 | 104 | 7 | 10 | 123 | 76 |
| Binary | 11101110 | 1100001 | 1001100 | 0 | 111011 | 1000100 | 111 | 1000 | 1010011 | 111110 |
Color Harmonies of #EE614C
Complementary color
Monochromatic Colors of #EE614C
Black with #EE614C
Text Example
Text Example
White with #EE614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE614C; }
p { color: rgb(238,97,76); }
H1.HeaderClassName
{
color: #EE614C;
}
.AnyTagClassName
{
color: #EE614C;
}
</style>
background-color css
<style>
a { background-color: #EE614C; }
a { background-color: rgb(238,97,76); }
div.DivClassName
{
background-color: #EE614C;
}
.BgClassName
{
background-color: #EE614C;
}
</style>
border-color css
<style>
span { border-color: #EE614C; }
span { border-color: rgb(238,97,76); }
td.TdClassName
{
border-color: #EE614C;
}
.TagClassName
{
border-color: #EE614C;
}
</style>