Shades of Flamingo #E65F4D
Tints of Flamingo #E65F4D
RGB
CMYK
RGB Variations
Color information
#E65F4D (or 0xE65F4D) is known color: Flamingo. HEX triplet: E6, 5F and 4D. RGB value is (230,95,77). Sum of RGB (Red+Green+Blue) = 230+95+77=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F4D is #19A0B2. Grayscale: #858585. Windows color (decimal): -1679539 or 5070822. OLE color: 5070822.
HSL color Cylindrical-coordinate representation of color #E65F4D: hue angle of 7.06º 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 #E65F4D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 77 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.10 |
| HSL | 7.06º | 0.75% | 0.6% | - |
| HSV(B) | 7.06º | 0.67% | 0.9% | - |
| XYZ | 38.06 | 25.54 | 9.95 | - |
| YUV | 133.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 77 | 0 | 0.59 | 0.67 | 0.10 | 7.06 | 0.75 | 0.6 |
| Hex | E6 | 5F | 4D | 0 | 3B | 43 | A | 7 | 4B | 3C |
| Octal | 346 | 137 | 115 | 0 | 73 | 103 | 12 | 7 | 113 | 74 |
| Binary | 11100110 | 1011111 | 1001101 | 0 | 111011 | 1000011 | 1010 | 111 | 1001011 | 111100 |
Color Harmonies of #E65F4D
Complementary color
Monochromatic Colors of #E65F4D
Black with #E65F4D
Text Example
Text Example
White with #E65F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F4D; }
p { color: rgb(230,95,77); }
H1.HeaderClassName
{
color: #E65F4D;
}
.AnyTagClassName
{
color: #E65F4D;
}
</style>
background-color css
<style>
a { background-color: #E65F4D; }
a { background-color: rgb(230,95,77); }
div.DivClassName
{
background-color: #E65F4D;
}
.BgClassName
{
background-color: #E65F4D;
}
</style>
border-color css
<style>
span { border-color: #E65F4D; }
span { border-color: rgb(230,95,77); }
td.TdClassName
{
border-color: #E65F4D;
}
.TagClassName
{
border-color: #E65F4D;
}
</style>