Shades of Flamingo #E76345
Tints of Flamingo #E76345
RGB
CMYK
RGB Variations
Color information
#E76345 (or 0xE76345) is known color: Flamingo. HEX triplet: E7, 63 and 45. RGB value is (231,99,69). Sum of RGB (Red+Green+Blue) = 231+99+69=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76345 is #189CBA. Grayscale: #878787. Windows color (decimal): -1612987 or 4547559. OLE color: 4547559.
HSL color Cylindrical-coordinate representation of color #E76345: hue angle of 11.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76345 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 69 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.09 |
| HSL | 11.11º | 0.77% | 0.59% | - |
| HSV(B) | 11.11º | 0.7% | 0.91% | - |
| XYZ | 38.49 | 26.34 | 8.69 | - |
| YUV | 135.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 69 | 0 | 0.57 | 0.70 | 0.09 | 11.11 | 0.77 | 0.59 |
| Hex | E7 | 63 | 45 | 0 | 39 | 46 | 9 | B | 4D | 3B |
| Octal | 347 | 143 | 105 | 0 | 71 | 106 | 11 | 13 | 115 | 73 |
| Binary | 11100111 | 1100011 | 1000101 | 0 | 111001 | 1000110 | 1001 | 1011 | 1001101 | 111011 |
Color Harmonies of #E76345
Complementary color
Monochromatic Colors of #E76345
Black with #E76345
Text Example
Text Example
White with #E76345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76345; }
p { color: rgb(231,99,69); }
H1.HeaderClassName
{
color: #E76345;
}
.AnyTagClassName
{
color: #E76345;
}
</style>
background-color css
<style>
a { background-color: #E76345; }
a { background-color: rgb(231,99,69); }
div.DivClassName
{
background-color: #E76345;
}
.BgClassName
{
background-color: #E76345;
}
</style>
border-color css
<style>
span { border-color: #E76345; }
span { border-color: rgb(231,99,69); }
td.TdClassName
{
border-color: #E76345;
}
.TagClassName
{
border-color: #E76345;
}
</style>