Shades of Flamingo #EE6253
Tints of Flamingo #EE6253
RGB
CMYK
RGB Variations
Color information
#EE6253 (or 0xEE6253) is known color: Flamingo. HEX triplet: EE, 62 and 53. RGB value is (238,98,83). Sum of RGB (Red+Green+Blue) = 238+98+83=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6253 is #119DAC. Grayscale: #8A8A8A. Windows color (decimal): -1154477 or 5464814. OLE color: 5464814.
HSL color Cylindrical-coordinate representation of color #EE6253: hue angle of 5.81º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE6253 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.81º | 0.82% | 0.63% | - |
| HSV(B) | 5.81º | 0.65% | 0.93% | - |
| XYZ | 41.19 | 27.54 | 11.33 | - |
| YUV | 138.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 83 | 0 | 0.59 | 0.65 | 0.07 | 5.81 | 0.82 | 0.63 |
| Hex | EE | 62 | 53 | 0 | 3B | 41 | 7 | 6 | 52 | 3F |
| Octal | 356 | 142 | 123 | 0 | 73 | 101 | 7 | 6 | 122 | 77 |
| Binary | 11101110 | 1100010 | 1010011 | 0 | 111011 | 1000001 | 111 | 110 | 1010010 | 111111 |
Color Harmonies of #EE6253
Complementary color
Monochromatic Colors of #EE6253
Black with #EE6253
Text Example
Text Example
White with #EE6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6253; }
p { color: rgb(238,98,83); }
H1.HeaderClassName
{
color: #EE6253;
}
.AnyTagClassName
{
color: #EE6253;
}
</style>
background-color css
<style>
a { background-color: #EE6253; }
a { background-color: rgb(238,98,83); }
div.DivClassName
{
background-color: #EE6253;
}
.BgClassName
{
background-color: #EE6253;
}
</style>
border-color css
<style>
span { border-color: #EE6253; }
span { border-color: rgb(238,98,83); }
td.TdClassName
{
border-color: #EE6253;
}
.TagClassName
{
border-color: #EE6253;
}
</style>