Shades of Flamingo #E65E4D
Tints of Flamingo #E65E4D
RGB
CMYK
RGB Variations
Color information
#E65E4D (or 0xE65E4D) is known color: Flamingo. HEX triplet: E6, 5E and 4D. RGB value is (230,94,77). Sum of RGB (Red+Green+Blue) = 230+94+77=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E4D is #19A1B2. Grayscale: #848484. Windows color (decimal): -1679795 or 5070566. OLE color: 5070566.
HSL color Cylindrical-coordinate representation of color #E65E4D: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E65E4D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 77 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.10 |
| HSL | 6.67º | 0.75% | 0.6% | - |
| HSV(B) | 6.67º | 0.67% | 0.9% | - |
| XYZ | 37.98 | 25.36 | 9.92 | - |
| YUV | 132.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 77 | 0 | 0.59 | 0.67 | 0.10 | 6.67 | 0.75 | 0.6 |
| Hex | E6 | 5E | 4D | 0 | 3B | 43 | A | 7 | 4B | 3C |
| Octal | 346 | 136 | 115 | 0 | 73 | 103 | 12 | 7 | 113 | 74 |
| Binary | 11100110 | 1011110 | 1001101 | 0 | 111011 | 1000011 | 1010 | 111 | 1001011 | 111100 |
Color Harmonies of #E65E4D
Complementary color
Monochromatic Colors of #E65E4D
Black with #E65E4D
Text Example
Text Example
White with #E65E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E4D; }
p { color: rgb(230,94,77); }
H1.HeaderClassName
{
color: #E65E4D;
}
.AnyTagClassName
{
color: #E65E4D;
}
</style>
background-color css
<style>
a { background-color: #E65E4D; }
a { background-color: rgb(230,94,77); }
div.DivClassName
{
background-color: #E65E4D;
}
.BgClassName
{
background-color: #E65E4D;
}
</style>
border-color css
<style>
span { border-color: #E65E4D; }
span { border-color: rgb(230,94,77); }
td.TdClassName
{
border-color: #E65E4D;
}
.TagClassName
{
border-color: #E65E4D;
}
</style>