Shades of Flamingo #E75D4D
Tints of Flamingo #E75D4D
RGB
CMYK
RGB Variations
Color information
#E75D4D (or 0xE75D4D) is known color: Flamingo. HEX triplet: E7, 5D and 4D. RGB value is (231,93,77). Sum of RGB (Red+Green+Blue) = 231+93+77=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D4D is #18A2B2. Grayscale: #848484. Windows color (decimal): -1614515 or 5070311. OLE color: 5070311.
HSL color Cylindrical-coordinate representation of color #E75D4D: hue angle of 6.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E75D4D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 77 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.09 |
| HSL | 6.23º | 0.76% | 0.6% | - |
| HSV(B) | 6.23º | 0.67% | 0.91% | - |
| XYZ | 38.21 | 25.35 | 9.9 | - |
| YUV | 132.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 77 | 0 | 0.60 | 0.67 | 0.09 | 6.23 | 0.76 | 0.6 |
| Hex | E7 | 5D | 4D | 0 | 3C | 43 | 9 | 6 | 4C | 3C |
| Octal | 347 | 135 | 115 | 0 | 74 | 103 | 11 | 6 | 114 | 74 |
| Binary | 11100111 | 1011101 | 1001101 | 0 | 111100 | 1000011 | 1001 | 110 | 1001100 | 111100 |
Color Harmonies of #E75D4D
Complementary color
Monochromatic Colors of #E75D4D
Black with #E75D4D
Text Example
Text Example
White with #E75D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D4D; }
p { color: rgb(231,93,77); }
H1.HeaderClassName
{
color: #E75D4D;
}
.AnyTagClassName
{
color: #E75D4D;
}
</style>
background-color css
<style>
a { background-color: #E75D4D; }
a { background-color: rgb(231,93,77); }
div.DivClassName
{
background-color: #E75D4D;
}
.BgClassName
{
background-color: #E75D4D;
}
</style>
border-color css
<style>
span { border-color: #E75D4D; }
span { border-color: rgb(231,93,77); }
td.TdClassName
{
border-color: #E75D4D;
}
.TagClassName
{
border-color: #E75D4D;
}
</style>