Shades of Flamingo #E65C4E
Tints of Flamingo #E65C4E
RGB
CMYK
RGB Variations
Color information
#E65C4E (or 0xE65C4E) is known color: Flamingo. HEX triplet: E6, 5C and 4E. RGB value is (230,92,78). Sum of RGB (Red+Green+Blue) = 230+92+78=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C4E is #19A3B1. Grayscale: #838383. Windows color (decimal): -1680306 or 5135590. OLE color: 5135590.
HSL color Cylindrical-coordinate representation of color #E65C4E: hue angle of 5.53º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E65C4E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 78 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.10 |
| HSL | 5.53º | 0.75% | 0.6% | - |
| HSV(B) | 5.53º | 0.66% | 0.9% | - |
| XYZ | 37.84 | 25.03 | 10.04 | - |
| YUV | 131.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 78 | 0 | 0.60 | 0.66 | 0.10 | 5.53 | 0.75 | 0.6 |
| Hex | E6 | 5C | 4E | 0 | 3C | 42 | A | 6 | 4B | 3C |
| Octal | 346 | 134 | 116 | 0 | 74 | 102 | 12 | 6 | 113 | 74 |
| Binary | 11100110 | 1011100 | 1001110 | 0 | 111100 | 1000010 | 1010 | 110 | 1001011 | 111100 |
Color Harmonies of #E65C4E
Complementary color
Monochromatic Colors of #E65C4E
Black with #E65C4E
Text Example
Text Example
White with #E65C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C4E; }
p { color: rgb(230,92,78); }
H1.HeaderClassName
{
color: #E65C4E;
}
.AnyTagClassName
{
color: #E65C4E;
}
</style>
background-color css
<style>
a { background-color: #E65C4E; }
a { background-color: rgb(230,92,78); }
div.DivClassName
{
background-color: #E65C4E;
}
.BgClassName
{
background-color: #E65C4E;
}
</style>
border-color css
<style>
span { border-color: #E65C4E; }
span { border-color: rgb(230,92,78); }
td.TdClassName
{
border-color: #E65C4E;
}
.TagClassName
{
border-color: #E65C4E;
}
</style>