Shades of Flamingo #E65D4D
Tints of Flamingo #E65D4D
RGB
CMYK
RGB Variations
Color information
#E65D4D (or 0xE65D4D) is known color: Flamingo. HEX triplet: E6, 5D and 4D. RGB value is (230,93,77). Sum of RGB (Red+Green+Blue) = 230+93+77=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D4D is #19A2B2. Grayscale: #848484. Windows color (decimal): -1680051 or 5070310. OLE color: 5070310.
HSL color Cylindrical-coordinate representation of color #E65D4D: hue angle of 6.27º 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 #E65D4D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 77 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.10 |
| HSL | 6.27º | 0.75% | 0.6% | - |
| HSV(B) | 6.27º | 0.67% | 0.9% | - |
| XYZ | 37.89 | 25.19 | 9.89 | - |
| YUV | 132.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 77 | 0 | 0.60 | 0.67 | 0.10 | 6.27 | 0.75 | 0.6 |
| Hex | E6 | 5D | 4D | 0 | 3C | 43 | A | 6 | 4B | 3C |
| Octal | 346 | 135 | 115 | 0 | 74 | 103 | 12 | 6 | 113 | 74 |
| Binary | 11100110 | 1011101 | 1001101 | 0 | 111100 | 1000011 | 1010 | 110 | 1001011 | 111100 |
Color Harmonies of #E65D4D
Complementary color
Monochromatic Colors of #E65D4D
Black with #E65D4D
Text Example
Text Example
White with #E65D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D4D; }
p { color: rgb(230,93,77); }
H1.HeaderClassName
{
color: #E65D4D;
}
.AnyTagClassName
{
color: #E65D4D;
}
</style>
background-color css
<style>
a { background-color: #E65D4D; }
a { background-color: rgb(230,93,77); }
div.DivClassName
{
background-color: #E65D4D;
}
.BgClassName
{
background-color: #E65D4D;
}
</style>
border-color css
<style>
span { border-color: #E65D4D; }
span { border-color: rgb(230,93,77); }
td.TdClassName
{
border-color: #E65D4D;
}
.TagClassName
{
border-color: #E65D4D;
}
</style>