Shades of Flamingo #E76441
Tints of Flamingo #E76441
RGB
CMYK
RGB Variations
Color information
#E76441 (or 0xE76441) is known color: Flamingo. HEX triplet: E7, 64 and 41. RGB value is (231,100,65). Sum of RGB (Red+Green+Blue) = 231+100+65=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E76441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76441 is #189BBE. Grayscale: #878787. Windows color (decimal): -1612735 or 4285671. OLE color: 4285671.
HSL color Cylindrical-coordinate representation of color #E76441: hue angle of 12.65º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E76441 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 65 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.09 |
| HSL | 12.65º | 0.78% | 0.58% | - |
| HSV(B) | 12.65º | 0.72% | 0.91% | - |
| XYZ | 38.47 | 26.48 | 8.09 | - |
| YUV | 135.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 65 | 0 | 0.57 | 0.72 | 0.09 | 12.65 | 0.78 | 0.58 |
| Hex | E7 | 64 | 41 | 0 | 39 | 48 | 9 | D | 4E | 3A |
| Octal | 347 | 144 | 101 | 0 | 71 | 110 | 11 | 15 | 116 | 72 |
| Binary | 11100111 | 1100100 | 1000001 | 0 | 111001 | 1001000 | 1001 | 1101 | 1001110 | 111010 |
Color Harmonies of #E76441
Complementary color
Monochromatic Colors of #E76441
Black with #E76441
Text Example
Text Example
White with #E76441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76441; }
p { color: rgb(231,100,65); }
H1.HeaderClassName
{
color: #E76441;
}
.AnyTagClassName
{
color: #E76441;
}
</style>
background-color css
<style>
a { background-color: #E76441; }
a { background-color: rgb(231,100,65); }
div.DivClassName
{
background-color: #E76441;
}
.BgClassName
{
background-color: #E76441;
}
</style>
border-color css
<style>
span { border-color: #E76441; }
span { border-color: rgb(231,100,65); }
td.TdClassName
{
border-color: #E76441;
}
.TagClassName
{
border-color: #E76441;
}
</style>