Shades of Flamingo #EE644A
Tints of Flamingo #EE644A
RGB
CMYK
RGB Variations
Color information
#EE644A (or 0xEE644A) is known color: Flamingo. HEX triplet: EE, 64 and 4A. RGB value is (238,100,74). Sum of RGB (Red+Green+Blue) = 238+100+74=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE644A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE644A is #119BB5. Grayscale: #8A8A8A. Windows color (decimal): -1153974 or 4875502. OLE color: 4875502.
HSL color Cylindrical-coordinate representation of color #EE644A: hue angle of 9.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE644A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 74 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.07 |
| HSL | 9.51º | 0.83% | 0.61% | - |
| HSV(B) | 9.51º | 0.69% | 0.93% | - |
| XYZ | 41.05 | 27.79 | 9.68 | - |
| YUV | 138.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 74 | 0 | 0.58 | 0.69 | 0.07 | 9.51 | 0.83 | 0.61 |
| Hex | EE | 64 | 4A | 0 | 3A | 45 | 7 | A | 53 | 3D |
| Octal | 356 | 144 | 112 | 0 | 72 | 105 | 7 | 12 | 123 | 75 |
| Binary | 11101110 | 1100100 | 1001010 | 0 | 111010 | 1000101 | 111 | 1010 | 1010011 | 111101 |
Color Harmonies of #EE644A
Complementary color
Monochromatic Colors of #EE644A
Black with #EE644A
Text Example
Text Example
White with #EE644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE644A; }
p { color: rgb(238,100,74); }
H1.HeaderClassName
{
color: #EE644A;
}
.AnyTagClassName
{
color: #EE644A;
}
</style>
background-color css
<style>
a { background-color: #EE644A; }
a { background-color: rgb(238,100,74); }
div.DivClassName
{
background-color: #EE644A;
}
.BgClassName
{
background-color: #EE644A;
}
</style>
border-color css
<style>
span { border-color: #EE644A; }
span { border-color: rgb(238,100,74); }
td.TdClassName
{
border-color: #EE644A;
}
.TagClassName
{
border-color: #EE644A;
}
</style>