Shades of Flamingo #E75A44
Tints of Flamingo #E75A44
RGB
CMYK
RGB Variations
Color information
#E75A44 (or 0xE75A44) is known color: Flamingo. HEX triplet: E7, 5A and 44. RGB value is (231,90,68). Sum of RGB (Red+Green+Blue) = 231+90+68=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75A44 is #18A5BB. Grayscale: #818181. Windows color (decimal): -1615292 or 4479719. OLE color: 4479719.
HSL color Cylindrical-coordinate representation of color #E75A44: hue angle of 8.1º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E75A44 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 68 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.09 |
| HSL | 8.1º | 0.77% | 0.59% | - |
| HSV(B) | 8.1º | 0.71% | 0.91% | - |
| XYZ | 37.65 | 24.72 | 8.26 | - |
| YUV | 129.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 68 | 0 | 0.61 | 0.71 | 0.09 | 8.1 | 0.77 | 0.59 |
| Hex | E7 | 5A | 44 | 0 | 3D | 47 | 9 | 8 | 4D | 3B |
| Octal | 347 | 132 | 104 | 0 | 75 | 107 | 11 | 10 | 115 | 73 |
| Binary | 11100111 | 1011010 | 1000100 | 0 | 111101 | 1000111 | 1001 | 1000 | 1001101 | 111011 |
Color Harmonies of #E75A44
Complementary color
Monochromatic Colors of #E75A44
Black with #E75A44
Text Example
Text Example
White with #E75A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A44; }
p { color: rgb(231,90,68); }
H1.HeaderClassName
{
color: #E75A44;
}
.AnyTagClassName
{
color: #E75A44;
}
</style>
background-color css
<style>
a { background-color: #E75A44; }
a { background-color: rgb(231,90,68); }
div.DivClassName
{
background-color: #E75A44;
}
.BgClassName
{
background-color: #E75A44;
}
</style>
border-color css
<style>
span { border-color: #E75A44; }
span { border-color: rgb(231,90,68); }
td.TdClassName
{
border-color: #E75A44;
}
.TagClassName
{
border-color: #E75A44;
}
</style>