Shades of Flamingo #EE6045
Tints of Flamingo #EE6045
RGB
CMYK
RGB Variations
Color information
#EE6045 (or 0xEE6045) is known color: Flamingo. HEX triplet: EE, 60 and 45. RGB value is (238,96,69). Sum of RGB (Red+Green+Blue) = 238+96+69=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6045 is #119FBA. Grayscale: #878787. Windows color (decimal): -1155003 or 4546798. OLE color: 4546798.
HSL color Cylindrical-coordinate representation of color #EE6045: hue angle of 9.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE6045 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 69 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.07 |
| HSL | 9.59º | 0.83% | 0.6% | - |
| HSV(B) | 9.59º | 0.71% | 0.93% | - |
| XYZ | 40.52 | 26.97 | 8.7 | - |
| YUV | 135.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 69 | 0 | 0.60 | 0.71 | 0.07 | 9.59 | 0.83 | 0.6 |
| Hex | EE | 60 | 45 | 0 | 3C | 47 | 7 | A | 53 | 3C |
| Octal | 356 | 140 | 105 | 0 | 74 | 107 | 7 | 12 | 123 | 74 |
| Binary | 11101110 | 1100000 | 1000101 | 0 | 111100 | 1000111 | 111 | 1010 | 1010011 | 111100 |
Color Harmonies of #EE6045
Complementary color
Monochromatic Colors of #EE6045
Black with #EE6045
Text Example
Text Example
White with #EE6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6045; }
p { color: rgb(238,96,69); }
H1.HeaderClassName
{
color: #EE6045;
}
.AnyTagClassName
{
color: #EE6045;
}
</style>
background-color css
<style>
a { background-color: #EE6045; }
a { background-color: rgb(238,96,69); }
div.DivClassName
{
background-color: #EE6045;
}
.BgClassName
{
background-color: #EE6045;
}
</style>
border-color css
<style>
span { border-color: #EE6045; }
span { border-color: rgb(238,96,69); }
td.TdClassName
{
border-color: #EE6045;
}
.TagClassName
{
border-color: #EE6045;
}
</style>