Shades of Flamingo #EE615E
Tints of Flamingo #EE615E
RGB
CMYK
RGB Variations
Color information
#EE615E (or 0xEE615E) is known color: Flamingo. HEX triplet: EE, 61 and 5E. RGB value is (238,97,94). Sum of RGB (Red+Green+Blue) = 238+97+94=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE615E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE615E is #119EA1. Grayscale: #8A8A8A. Windows color (decimal): -1154722 or 6185454. OLE color: 6185454.
HSL color Cylindrical-coordinate representation of color #EE615E: hue angle of 1.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE615E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 94 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.07 |
| HSL | 1.25º | 0.81% | 0.65% | - |
| HSV(B) | 1.25º | 0.61% | 0.93% | - |
| XYZ | 41.55 | 27.53 | 13.71 | - |
| YUV | 138.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 94 | 0 | 0.59 | 0.61 | 0.07 | 1.25 | 0.81 | 0.65 |
| Hex | EE | 61 | 5E | 0 | 3B | 3D | 7 | 1 | 51 | 41 |
| Octal | 356 | 141 | 136 | 0 | 73 | 75 | 7 | 1 | 121 | 101 |
| Binary | 11101110 | 1100001 | 1011110 | 0 | 111011 | 111101 | 111 | 1 | 1010001 | 1000001 |
Color Harmonies of #EE615E
Complementary color
Monochromatic Colors of #EE615E
Black with #EE615E
Text Example
Text Example
White with #EE615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE615E; }
p { color: rgb(238,97,94); }
H1.HeaderClassName
{
color: #EE615E;
}
.AnyTagClassName
{
color: #EE615E;
}
</style>
background-color css
<style>
a { background-color: #EE615E; }
a { background-color: rgb(238,97,94); }
div.DivClassName
{
background-color: #EE615E;
}
.BgClassName
{
background-color: #EE615E;
}
</style>
border-color css
<style>
span { border-color: #EE615E; }
span { border-color: rgb(238,97,94); }
td.TdClassName
{
border-color: #EE615E;
}
.TagClassName
{
border-color: #EE615E;
}
</style>