Shades of Flamingo #EE5C45
Tints of Flamingo #EE5C45
RGB
CMYK
RGB Variations
Color information
#EE5C45 (or 0xEE5C45) is known color: Flamingo. HEX triplet: EE, 5C and 45. RGB value is (238,92,69). Sum of RGB (Red+Green+Blue) = 238+92+69=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5C45 is #11A3BA. Grayscale: #858585. Windows color (decimal): -1156027 or 4545774. OLE color: 4545774.
HSL color Cylindrical-coordinate representation of color #EE5C45: hue angle of 8.17º 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 #EE5C45 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 69 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.07 |
| HSL | 8.17º | 0.83% | 0.6% | - |
| HSV(B) | 8.17º | 0.71% | 0.93% | - |
| XYZ | 40.16 | 26.26 | 8.58 | - |
| YUV | 133.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 69 | 0 | 0.61 | 0.71 | 0.07 | 8.17 | 0.83 | 0.6 |
| Hex | EE | 5C | 45 | 0 | 3D | 47 | 7 | 8 | 53 | 3C |
| Octal | 356 | 134 | 105 | 0 | 75 | 107 | 7 | 10 | 123 | 74 |
| Binary | 11101110 | 1011100 | 1000101 | 0 | 111101 | 1000111 | 111 | 1000 | 1010011 | 111100 |
Color Harmonies of #EE5C45
Complementary color
Monochromatic Colors of #EE5C45
Black with #EE5C45
Text Example
Text Example
White with #EE5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5C45; }
p { color: rgb(238,92,69); }
H1.HeaderClassName
{
color: #EE5C45;
}
.AnyTagClassName
{
color: #EE5C45;
}
</style>
background-color css
<style>
a { background-color: #EE5C45; }
a { background-color: rgb(238,92,69); }
div.DivClassName
{
background-color: #EE5C45;
}
.BgClassName
{
background-color: #EE5C45;
}
</style>
border-color css
<style>
span { border-color: #EE5C45; }
span { border-color: rgb(238,92,69); }
td.TdClassName
{
border-color: #EE5C45;
}
.TagClassName
{
border-color: #EE5C45;
}
</style>