Shades of Flamingo #EE605A
Tints of Flamingo #EE605A
RGB
CMYK
RGB Variations
Color information
#EE605A (or 0xEE605A) is known color: Flamingo. HEX triplet: EE, 60 and 5A. RGB value is (238,96,90). Sum of RGB (Red+Green+Blue) = 238+96+90=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE605A is #119FA5. Grayscale: #898989. Windows color (decimal): -1154982 or 5923054. OLE color: 5923054.
HSL color Cylindrical-coordinate representation of color #EE605A: hue angle of 2.43º 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 #EE605A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 90 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.07 |
| HSL | 2.43º | 0.81% | 0.64% | - |
| HSV(B) | 2.43º | 0.62% | 0.93% | - |
| XYZ | 41.29 | 27.28 | 12.76 | - |
| YUV | 137.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 90 | 0 | 0.60 | 0.62 | 0.07 | 2.43 | 0.81 | 0.64 |
| Hex | EE | 60 | 5A | 0 | 3C | 3E | 7 | 2 | 51 | 40 |
| Octal | 356 | 140 | 132 | 0 | 74 | 76 | 7 | 2 | 121 | 100 |
| Binary | 11101110 | 1100000 | 1011010 | 0 | 111100 | 111110 | 111 | 10 | 1010001 | 1000000 |
Color Harmonies of #EE605A
Complementary color
Monochromatic Colors of #EE605A
Black with #EE605A
Text Example
Text Example
White with #EE605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE605A; }
p { color: rgb(238,96,90); }
H1.HeaderClassName
{
color: #EE605A;
}
.AnyTagClassName
{
color: #EE605A;
}
</style>
background-color css
<style>
a { background-color: #EE605A; }
a { background-color: rgb(238,96,90); }
div.DivClassName
{
background-color: #EE605A;
}
.BgClassName
{
background-color: #EE605A;
}
</style>
border-color css
<style>
span { border-color: #EE605A; }
span { border-color: rgb(238,96,90); }
td.TdClassName
{
border-color: #EE605A;
}
.TagClassName
{
border-color: #EE605A;
}
</style>