Shades of Flamingo #E0634F
Tints of Flamingo #E0634F
RGB
CMYK
RGB Variations
Color information
#E0634F (or 0xE0634F) is known color: Flamingo. HEX triplet: E0, 63 and 4F. RGB value is (224,99,79). Sum of RGB (Red+Green+Blue) = 224+99+79=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0634F is #1F9CB0. Grayscale: #868686. Windows color (decimal): -2071729 or 5202912. OLE color: 5202912.
HSL color Cylindrical-coordinate representation of color #E0634F: hue angle of 8.28º 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 #E0634F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 79 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.12 |
| HSL | 8.28º | 0.7% | 0.59% | - |
| HSV(B) | 8.28º | 0.65% | 0.88% | - |
| XYZ | 36.61 | 25.34 | 10.36 | - |
| YUV | 134.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 79 | 0 | 0.56 | 0.65 | 0.12 | 8.28 | 0.7 | 0.59 |
| Hex | E0 | 63 | 4F | 0 | 38 | 41 | C | 8 | 46 | 3B |
| Octal | 340 | 143 | 117 | 0 | 70 | 101 | 14 | 10 | 106 | 73 |
| Binary | 11100000 | 1100011 | 1001111 | 0 | 111000 | 1000001 | 1100 | 1000 | 1000110 | 111011 |
Color Harmonies of #E0634F
Complementary color
Monochromatic Colors of #E0634F
Black with #E0634F
Text Example
Text Example
White with #E0634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0634F; }
p { color: rgb(224,99,79); }
H1.HeaderClassName
{
color: #E0634F;
}
.AnyTagClassName
{
color: #E0634F;
}
</style>
background-color css
<style>
a { background-color: #E0634F; }
a { background-color: rgb(224,99,79); }
div.DivClassName
{
background-color: #E0634F;
}
.BgClassName
{
background-color: #E0634F;
}
</style>
border-color css
<style>
span { border-color: #E0634F; }
span { border-color: rgb(224,99,79); }
td.TdClassName
{
border-color: #E0634F;
}
.TagClassName
{
border-color: #E0634F;
}
</style>