Shades of Flamingo #EE634E
Tints of Flamingo #EE634E
RGB
CMYK
RGB Variations
Color information
#EE634E (or 0xEE634E) is known color: Flamingo. HEX triplet: EE, 63 and 4E. RGB value is (238,99,78). Sum of RGB (Red+Green+Blue) = 238+99+78=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE634E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE634E is #119CB1. Grayscale: #8A8A8A. Windows color (decimal): -1154226 or 5137390. OLE color: 5137390.
HSL color Cylindrical-coordinate representation of color #EE634E: hue angle of 7.87º 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 #EE634E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 78 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.07 |
| HSL | 7.88º | 0.82% | 0.62% | - |
| HSV(B) | 7.88º | 0.67% | 0.93% | - |
| XYZ | 41.1 | 27.65 | 10.38 | - |
| YUV | 138.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 78 | 0 | 0.58 | 0.67 | 0.07 | 7.88 | 0.82 | 0.62 |
| Hex | EE | 63 | 4E | 0 | 3A | 43 | 7 | 8 | 52 | 3E |
| Octal | 356 | 143 | 116 | 0 | 72 | 103 | 7 | 10 | 122 | 76 |
| Binary | 11101110 | 1100011 | 1001110 | 0 | 111010 | 1000011 | 111 | 1000 | 1010010 | 111110 |
Color Harmonies of #EE634E
Complementary color
Monochromatic Colors of #EE634E
Black with #EE634E
Text Example
Text Example
White with #EE634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE634E; }
p { color: rgb(238,99,78); }
H1.HeaderClassName
{
color: #EE634E;
}
.AnyTagClassName
{
color: #EE634E;
}
</style>
background-color css
<style>
a { background-color: #EE634E; }
a { background-color: rgb(238,99,78); }
div.DivClassName
{
background-color: #EE634E;
}
.BgClassName
{
background-color: #EE634E;
}
</style>
border-color css
<style>
span { border-color: #EE634E; }
span { border-color: rgb(238,99,78); }
td.TdClassName
{
border-color: #EE634E;
}
.TagClassName
{
border-color: #EE634E;
}
</style>