Shades of Flamingo #EE5748
Tints of Flamingo #EE5748
RGB
CMYK
RGB Variations
Color information
#EE5748 (or 0xEE5748) is known color: Flamingo. HEX triplet: EE, 57 and 48. RGB value is (238,87,72). Sum of RGB (Red+Green+Blue) = 238+87+72=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5748 is #11A8B7. Grayscale: #828282. Windows color (decimal): -1157304 or 4741102. OLE color: 4741102.
HSL color Cylindrical-coordinate representation of color #EE5748: hue angle of 5.42º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE5748 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 72 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.07 |
| HSL | 5.42º | 0.83% | 0.61% | - |
| HSV(B) | 5.42º | 0.7% | 0.93% | - |
| XYZ | 39.84 | 25.46 | 8.95 | - |
| YUV | 130.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 72 | 0 | 0.63 | 0.70 | 0.07 | 5.42 | 0.83 | 0.61 |
| Hex | EE | 57 | 48 | 0 | 3F | 46 | 7 | 5 | 53 | 3D |
| Octal | 356 | 127 | 110 | 0 | 77 | 106 | 7 | 5 | 123 | 75 |
| Binary | 11101110 | 1010111 | 1001000 | 0 | 111111 | 1000110 | 111 | 101 | 1010011 | 111101 |
Color Harmonies of #EE5748
Complementary color
Monochromatic Colors of #EE5748
Black with #EE5748
Text Example
Text Example
White with #EE5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5748; }
p { color: rgb(238,87,72); }
H1.HeaderClassName
{
color: #EE5748;
}
.AnyTagClassName
{
color: #EE5748;
}
</style>
background-color css
<style>
a { background-color: #EE5748; }
a { background-color: rgb(238,87,72); }
div.DivClassName
{
background-color: #EE5748;
}
.BgClassName
{
background-color: #EE5748;
}
</style>
border-color css
<style>
span { border-color: #EE5748; }
span { border-color: rgb(238,87,72); }
td.TdClassName
{
border-color: #EE5748;
}
.TagClassName
{
border-color: #EE5748;
}
</style>