Shades of Flamingo #EE6450
Tints of Flamingo #EE6450
RGB
CMYK
RGB Variations
Color information
#EE6450 (or 0xEE6450) is known color: Flamingo. HEX triplet: EE, 64 and 50. RGB value is (238,100,80). Sum of RGB (Red+Green+Blue) = 238+100+80=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6450 is #119BAF. Grayscale: #8B8B8B. Windows color (decimal): -1153968 or 5268718. OLE color: 5268718.
HSL color Cylindrical-coordinate representation of color #EE6450: hue angle of 7.59º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6450 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.59º | 0.82% | 0.62% | - |
| HSV(B) | 7.59º | 0.66% | 0.93% | - |
| XYZ | 41.27 | 27.87 | 10.79 | - |
| YUV | 138.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.59 | 0.82 | 0.62 |
| Hex | EE | 64 | 50 | 0 | 3A | 42 | 7 | 8 | 52 | 3E |
| Octal | 356 | 144 | 120 | 0 | 72 | 102 | 7 | 10 | 122 | 76 |
| Binary | 11101110 | 1100100 | 1010000 | 0 | 111010 | 1000010 | 111 | 1000 | 1010010 | 111110 |
Color Harmonies of #EE6450
Complementary color
Monochromatic Colors of #EE6450
Black with #EE6450
Text Example
Text Example
White with #EE6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6450; }
p { color: rgb(238,100,80); }
H1.HeaderClassName
{
color: #EE6450;
}
.AnyTagClassName
{
color: #EE6450;
}
</style>
background-color css
<style>
a { background-color: #EE6450; }
a { background-color: rgb(238,100,80); }
div.DivClassName
{
background-color: #EE6450;
}
.BgClassName
{
background-color: #EE6450;
}
</style>
border-color css
<style>
span { border-color: #EE6450; }
span { border-color: rgb(238,100,80); }
td.TdClassName
{
border-color: #EE6450;
}
.TagClassName
{
border-color: #EE6450;
}
</style>