Shades of Flamingo #EA6446
Tints of Flamingo #EA6446
RGB
CMYK
RGB Variations
Color information
#EA6446 (or 0xEA6446) is known color: Flamingo. HEX triplet: EA, 64 and 46. RGB value is (234,100,70). Sum of RGB (Red+Green+Blue) = 234+100+70=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6446 is #159BB9. Grayscale: #888888. Windows color (decimal): -1416122 or 4613354. OLE color: 4613354.
HSL color Cylindrical-coordinate representation of color #EA6446: hue angle of 10.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA6446 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 70 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.08 |
| HSL | 10.98º | 0.8% | 0.6% | - |
| HSV(B) | 10.98º | 0.7% | 0.92% | - |
| XYZ | 39.59 | 27.05 | 8.93 | - |
| YUV | 136.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 70 | 0 | 0.57 | 0.70 | 0.08 | 10.98 | 0.8 | 0.6 |
| Hex | EA | 64 | 46 | 0 | 39 | 46 | 8 | B | 50 | 3C |
| Octal | 352 | 144 | 106 | 0 | 71 | 106 | 10 | 13 | 120 | 74 |
| Binary | 11101010 | 1100100 | 1000110 | 0 | 111001 | 1000110 | 1000 | 1011 | 1010000 | 111100 |
Color Harmonies of #EA6446
Complementary color
Monochromatic Colors of #EA6446
Black with #EA6446
Text Example
Text Example
White with #EA6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6446; }
p { color: rgb(234,100,70); }
H1.HeaderClassName
{
color: #EA6446;
}
.AnyTagClassName
{
color: #EA6446;
}
</style>
background-color css
<style>
a { background-color: #EA6446; }
a { background-color: rgb(234,100,70); }
div.DivClassName
{
background-color: #EA6446;
}
.BgClassName
{
background-color: #EA6446;
}
</style>
border-color css
<style>
span { border-color: #EA6446; }
span { border-color: rgb(234,100,70); }
td.TdClassName
{
border-color: #EA6446;
}
.TagClassName
{
border-color: #EA6446;
}
</style>