Shades of Flamingo #EE604E
Tints of Flamingo #EE604E
RGB
CMYK
RGB Variations
Color information
#EE604E (or 0xEE604E) is known color: Flamingo. HEX triplet: EE, 60 and 4E. RGB value is (238,96,78). Sum of RGB (Red+Green+Blue) = 238+96+78=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE604E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE604E is #119FB1. Grayscale: #888888. Windows color (decimal): -1154994 or 5136622. OLE color: 5136622.
HSL color Cylindrical-coordinate representation of color #EE604E: hue angle of 6.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE604E is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 78 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.07 |
| HSL | 6.75º | 0.82% | 0.62% | - |
| HSV(B) | 6.75º | 0.67% | 0.93% | - |
| XYZ | 40.82 | 27.09 | 10.29 | - |
| YUV | 136.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 78 | 0 | 0.60 | 0.67 | 0.07 | 6.75 | 0.82 | 0.62 |
| Hex | EE | 60 | 4E | 0 | 3C | 43 | 7 | 7 | 52 | 3E |
| Octal | 356 | 140 | 116 | 0 | 74 | 103 | 7 | 7 | 122 | 76 |
| Binary | 11101110 | 1100000 | 1001110 | 0 | 111100 | 1000011 | 111 | 111 | 1010010 | 111110 |
Color Harmonies of #EE604E
Complementary color
Monochromatic Colors of #EE604E
Black with #EE604E
Text Example
Text Example
White with #EE604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE604E; }
p { color: rgb(238,96,78); }
H1.HeaderClassName
{
color: #EE604E;
}
.AnyTagClassName
{
color: #EE604E;
}
</style>
background-color css
<style>
a { background-color: #EE604E; }
a { background-color: rgb(238,96,78); }
div.DivClassName
{
background-color: #EE604E;
}
.BgClassName
{
background-color: #EE604E;
}
</style>
border-color css
<style>
span { border-color: #EE604E; }
span { border-color: rgb(238,96,78); }
td.TdClassName
{
border-color: #EE604E;
}
.TagClassName
{
border-color: #EE604E;
}
</style>