Shades of Flamingo #EE655A
Tints of Flamingo #EE655A
RGB
CMYK
RGB Variations
Color information
#EE655A (or 0xEE655A) is known color: Flamingo. HEX triplet: EE, 65 and 5A. RGB value is (238,101,90). Sum of RGB (Red+Green+Blue) = 238+101+90=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE655A is #119AA5. Grayscale: #8C8C8C. Windows color (decimal): -1153702 or 5924334. OLE color: 5924334.
HSL color Cylindrical-coordinate representation of color #EE655A: hue angle of 4.46º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE655A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 90 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.07 |
| HSL | 4.46º | 0.81% | 0.64% | - |
| HSV(B) | 4.46º | 0.62% | 0.93% | - |
| XYZ | 41.76 | 28.22 | 12.92 | - |
| YUV | 140.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 90 | 0 | 0.58 | 0.62 | 0.07 | 4.46 | 0.81 | 0.64 |
| Hex | EE | 65 | 5A | 0 | 3A | 3E | 7 | 4 | 51 | 40 |
| Octal | 356 | 145 | 132 | 0 | 72 | 76 | 7 | 4 | 121 | 100 |
| Binary | 11101110 | 1100101 | 1011010 | 0 | 111010 | 111110 | 111 | 100 | 1010001 | 1000000 |
Color Harmonies of #EE655A
Complementary color
Monochromatic Colors of #EE655A
Black with #EE655A
Text Example
Text Example
White with #EE655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE655A; }
p { color: rgb(238,101,90); }
H1.HeaderClassName
{
color: #EE655A;
}
.AnyTagClassName
{
color: #EE655A;
}
</style>
background-color css
<style>
a { background-color: #EE655A; }
a { background-color: rgb(238,101,90); }
div.DivClassName
{
background-color: #EE655A;
}
.BgClassName
{
background-color: #EE655A;
}
</style>
border-color css
<style>
span { border-color: #EE655A; }
span { border-color: rgb(238,101,90); }
td.TdClassName
{
border-color: #EE655A;
}
.TagClassName
{
border-color: #EE655A;
}
</style>