Shades of Flamingo #EE6749
Tints of Flamingo #EE6749
RGB
CMYK
RGB Variations
Color information
#EE6749 (or 0xEE6749) is known color: Flamingo. HEX triplet: EE, 67 and 49. RGB value is (238,103,73). Sum of RGB (Red+Green+Blue) = 238+103+73=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6749 is #1198B6. Grayscale: #8C8C8C. Windows color (decimal): -1153207 or 4810734. OLE color: 4810734.
HSL color Cylindrical-coordinate representation of color #EE6749: hue angle of 10.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE6749 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 73 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10.91º | 0.83% | 0.61% | - |
| HSV(B) | 10.91º | 0.69% | 0.93% | - |
| XYZ | 41.31 | 28.36 | 9.6 | - |
| YUV | 139.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 73 | 0 | 0.57 | 0.69 | 0.07 | 10.91 | 0.83 | 0.61 |
| Hex | EE | 67 | 49 | 0 | 39 | 45 | 7 | B | 53 | 3D |
| Octal | 356 | 147 | 111 | 0 | 71 | 105 | 7 | 13 | 123 | 75 |
| Binary | 11101110 | 1100111 | 1001001 | 0 | 111001 | 1000101 | 111 | 1011 | 1010011 | 111101 |
Color Harmonies of #EE6749
Complementary color
Monochromatic Colors of #EE6749
Black with #EE6749
Text Example
Text Example
White with #EE6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6749; }
p { color: rgb(238,103,73); }
H1.HeaderClassName
{
color: #EE6749;
}
.AnyTagClassName
{
color: #EE6749;
}
</style>
background-color css
<style>
a { background-color: #EE6749; }
a { background-color: rgb(238,103,73); }
div.DivClassName
{
background-color: #EE6749;
}
.BgClassName
{
background-color: #EE6749;
}
</style>
border-color css
<style>
span { border-color: #EE6749; }
span { border-color: rgb(238,103,73); }
td.TdClassName
{
border-color: #EE6749;
}
.TagClassName
{
border-color: #EE6749;
}
</style>