Shades of Flamingo #EE574F
Tints of Flamingo #EE574F
RGB
CMYK
RGB Variations
Color information
#EE574F (or 0xEE574F) is known color: Flamingo. HEX triplet: EE, 57 and 4F. RGB value is (238,87,79). Sum of RGB (Red+Green+Blue) = 238+87+79=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE574F is #11A8B0. Grayscale: #838383. Windows color (decimal): -1157297 or 5199854. OLE color: 5199854.
HSL color Cylindrical-coordinate representation of color #EE574F: hue angle of 3.02º 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 #EE574F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 79 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.07 |
| HSL | 3.02º | 0.82% | 0.62% | - |
| HSV(B) | 3.02º | 0.67% | 0.93% | - |
| XYZ | 40.08 | 25.56 | 10.22 | - |
| YUV | 131.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 79 | 0 | 0.63 | 0.67 | 0.07 | 3.02 | 0.82 | 0.62 |
| Hex | EE | 57 | 4F | 0 | 3F | 43 | 7 | 3 | 52 | 3E |
| Octal | 356 | 127 | 117 | 0 | 77 | 103 | 7 | 3 | 122 | 76 |
| Binary | 11101110 | 1010111 | 1001111 | 0 | 111111 | 1000011 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #EE574F
Complementary color
Monochromatic Colors of #EE574F
Black with #EE574F
Text Example
Text Example
White with #EE574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE574F; }
p { color: rgb(238,87,79); }
H1.HeaderClassName
{
color: #EE574F;
}
.AnyTagClassName
{
color: #EE574F;
}
</style>
background-color css
<style>
a { background-color: #EE574F; }
a { background-color: rgb(238,87,79); }
div.DivClassName
{
background-color: #EE574F;
}
.BgClassName
{
background-color: #EE574F;
}
</style>
border-color css
<style>
span { border-color: #EE574F; }
span { border-color: rgb(238,87,79); }
td.TdClassName
{
border-color: #EE574F;
}
.TagClassName
{
border-color: #EE574F;
}
</style>