Shades of Flamingo #E0634E
Tints of Flamingo #E0634E
RGB
CMYK
RGB Variations
Color information
#E0634E (or 0xE0634E) is known color: Flamingo. HEX triplet: E0, 63 and 4E. RGB value is (224,99,78). Sum of RGB (Red+Green+Blue) = 224+99+78=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0634E is #1F9CB1. Grayscale: #868686. Windows color (decimal): -2071730 or 5137376. OLE color: 5137376.
HSL color Cylindrical-coordinate representation of color #E0634E: hue angle of 8.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0634E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 78 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.12 |
| HSL | 8.63º | 0.7% | 0.59% | - |
| HSV(B) | 8.63º | 0.65% | 0.88% | - |
| XYZ | 36.58 | 25.32 | 10.17 | - |
| YUV | 133.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 78 | 0 | 0.56 | 0.65 | 0.12 | 8.63 | 0.7 | 0.59 |
| Hex | E0 | 63 | 4E | 0 | 38 | 41 | C | 9 | 46 | 3B |
| Octal | 340 | 143 | 116 | 0 | 70 | 101 | 14 | 11 | 106 | 73 |
| Binary | 11100000 | 1100011 | 1001110 | 0 | 111000 | 1000001 | 1100 | 1001 | 1000110 | 111011 |
Color Harmonies of #E0634E
Complementary color
Monochromatic Colors of #E0634E
Black with #E0634E
Text Example
Text Example
White with #E0634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0634E; }
p { color: rgb(224,99,78); }
H1.HeaderClassName
{
color: #E0634E;
}
.AnyTagClassName
{
color: #E0634E;
}
</style>
background-color css
<style>
a { background-color: #E0634E; }
a { background-color: rgb(224,99,78); }
div.DivClassName
{
background-color: #E0634E;
}
.BgClassName
{
background-color: #E0634E;
}
</style>
border-color css
<style>
span { border-color: #E0634E; }
span { border-color: rgb(224,99,78); }
td.TdClassName
{
border-color: #E0634E;
}
.TagClassName
{
border-color: #E0634E;
}
</style>