Shades of Flamingo #E75D3D
Tints of Flamingo #E75D3D
RGB
CMYK
RGB Variations
Color information
#E75D3D (or 0xE75D3D) is known color: Flamingo. HEX triplet: E7, 5D and 3D. RGB value is (231,93,61). Sum of RGB (Red+Green+Blue) = 231+93+61=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D3D is #18A2C2. Grayscale: #828282. Windows color (decimal): -1614531 or 4021735. OLE color: 4021735.
HSL color Cylindrical-coordinate representation of color #E75D3D: hue angle of 11.29º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E75D3D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 61 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.09 |
| HSL | 11.29º | 0.78% | 0.57% | - |
| HSV(B) | 11.29º | 0.74% | 0.91% | - |
| XYZ | 37.71 | 25.15 | 7.28 | - |
| YUV | 130.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 61 | 0 | 0.60 | 0.74 | 0.09 | 11.29 | 0.78 | 0.57 |
| Hex | E7 | 5D | 3D | 0 | 3C | 4A | 9 | B | 4E | 39 |
| Octal | 347 | 135 | 75 | 0 | 74 | 112 | 11 | 13 | 116 | 71 |
| Binary | 11100111 | 1011101 | 111101 | 0 | 111100 | 1001010 | 1001 | 1011 | 1001110 | 111001 |
Color Harmonies of #E75D3D
Complementary color
Monochromatic Colors of #E75D3D
Black with #E75D3D
Text Example
Text Example
White with #E75D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D3D; }
p { color: rgb(231,93,61); }
H1.HeaderClassName
{
color: #E75D3D;
}
.AnyTagClassName
{
color: #E75D3D;
}
</style>
background-color css
<style>
a { background-color: #E75D3D; }
a { background-color: rgb(231,93,61); }
div.DivClassName
{
background-color: #E75D3D;
}
.BgClassName
{
background-color: #E75D3D;
}
</style>
border-color css
<style>
span { border-color: #E75D3D; }
span { border-color: rgb(231,93,61); }
td.TdClassName
{
border-color: #E75D3D;
}
.TagClassName
{
border-color: #E75D3D;
}
</style>