Shades of Flamingo #E3614C
Tints of Flamingo #E3614C
RGB
CMYK
RGB Variations
Color information
#E3614C (or 0xE3614C) is known color: Flamingo. HEX triplet: E3, 61 and 4C. RGB value is (227,97,76). Sum of RGB (Red+Green+Blue) = 227+97+76=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E3614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3614C is #1C9EB3. Grayscale: #858585. Windows color (decimal): -1875636 or 5005795. OLE color: 5005795.
HSL color Cylindrical-coordinate representation of color #E3614C: hue angle of 8.34º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3614C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 76 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.11 |
| HSL | 8.34º | 0.73% | 0.59% | - |
| HSV(B) | 8.34º | 0.67% | 0.89% | - |
| XYZ | 37.26 | 25.4 | 9.78 | - |
| YUV | 133.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 76 | 0 | 0.57 | 0.67 | 0.11 | 8.34 | 0.73 | 0.59 |
| Hex | E3 | 61 | 4C | 0 | 39 | 43 | B | 8 | 49 | 3B |
| Octal | 343 | 141 | 114 | 0 | 71 | 103 | 13 | 10 | 111 | 73 |
| Binary | 11100011 | 1100001 | 1001100 | 0 | 111001 | 1000011 | 1011 | 1000 | 1001001 | 111011 |
Color Harmonies of #E3614C
Complementary color
Monochromatic Colors of #E3614C
Black with #E3614C
Text Example
Text Example
White with #E3614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3614C; }
p { color: rgb(227,97,76); }
H1.HeaderClassName
{
color: #E3614C;
}
.AnyTagClassName
{
color: #E3614C;
}
</style>
background-color css
<style>
a { background-color: #E3614C; }
a { background-color: rgb(227,97,76); }
div.DivClassName
{
background-color: #E3614C;
}
.BgClassName
{
background-color: #E3614C;
}
</style>
border-color css
<style>
span { border-color: #E3614C; }
span { border-color: rgb(227,97,76); }
td.TdClassName
{
border-color: #E3614C;
}
.TagClassName
{
border-color: #E3614C;
}
</style>