Shades of Flamingo #EE6451
Tints of Flamingo #EE6451
RGB
CMYK
RGB Variations
Color information
#EE6451 (or 0xEE6451) is known color: Flamingo. HEX triplet: EE, 64 and 51. RGB value is (238,100,81). Sum of RGB (Red+Green+Blue) = 238+100+81=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6451 is #119BAE. Grayscale: #8B8B8B. Windows color (decimal): -1153967 or 5334254. OLE color: 5334254.
HSL color Cylindrical-coordinate representation of color #EE6451: hue angle of 7.26º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6451 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 81 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.26º | 0.82% | 0.63% | - |
| HSV(B) | 7.26º | 0.66% | 0.93% | - |
| XYZ | 41.3 | 27.89 | 10.99 | - |
| YUV | 139.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 81 | 0 | 0.58 | 0.66 | 0.07 | 7.26 | 0.82 | 0.63 |
| Hex | EE | 64 | 51 | 0 | 3A | 42 | 7 | 7 | 52 | 3F |
| Octal | 356 | 144 | 121 | 0 | 72 | 102 | 7 | 7 | 122 | 77 |
| Binary | 11101110 | 1100100 | 1010001 | 0 | 111010 | 1000010 | 111 | 111 | 1010010 | 111111 |
Color Harmonies of #EE6451
Complementary color
Monochromatic Colors of #EE6451
Black with #EE6451
Text Example
Text Example
White with #EE6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6451; }
p { color: rgb(238,100,81); }
H1.HeaderClassName
{
color: #EE6451;
}
.AnyTagClassName
{
color: #EE6451;
}
</style>
background-color css
<style>
a { background-color: #EE6451; }
a { background-color: rgb(238,100,81); }
div.DivClassName
{
background-color: #EE6451;
}
.BgClassName
{
background-color: #EE6451;
}
</style>
border-color css
<style>
span { border-color: #EE6451; }
span { border-color: rgb(238,100,81); }
td.TdClassName
{
border-color: #EE6451;
}
.TagClassName
{
border-color: #EE6451;
}
</style>