Shades of Flamingo #E76355
Tints of Flamingo #E76355
RGB
CMYK
RGB Variations
Color information
#E76355 (or 0xE76355) is known color: Flamingo. HEX triplet: E7, 63 and 55. RGB value is (231,99,85). Sum of RGB (Red+Green+Blue) = 231+99+85=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E76355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76355 is #189CAA. Grayscale: #898989. Windows color (decimal): -1612971 or 5596135. OLE color: 5596135.
HSL color Cylindrical-coordinate representation of color #E76355: hue angle of 5.75º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E76355 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 85 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.09 |
| HSL | 5.75º | 0.75% | 0.62% | - |
| HSV(B) | 5.75º | 0.63% | 0.91% | - |
| XYZ | 39.06 | 26.57 | 11.66 | - |
| YUV | 136.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 85 | 0 | 0.57 | 0.63 | 0.09 | 5.75 | 0.75 | 0.62 |
| Hex | E7 | 63 | 55 | 0 | 39 | 3F | 9 | 6 | 4B | 3E |
| Octal | 347 | 143 | 125 | 0 | 71 | 77 | 11 | 6 | 113 | 76 |
| Binary | 11100111 | 1100011 | 1010101 | 0 | 111001 | 111111 | 1001 | 110 | 1001011 | 111110 |
Color Harmonies of #E76355
Complementary color
Monochromatic Colors of #E76355
Black with #E76355
Text Example
Text Example
White with #E76355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76355; }
p { color: rgb(231,99,85); }
H1.HeaderClassName
{
color: #E76355;
}
.AnyTagClassName
{
color: #E76355;
}
</style>
background-color css
<style>
a { background-color: #E76355; }
a { background-color: rgb(231,99,85); }
div.DivClassName
{
background-color: #E76355;
}
.BgClassName
{
background-color: #E76355;
}
</style>
border-color css
<style>
span { border-color: #E76355; }
span { border-color: rgb(231,99,85); }
td.TdClassName
{
border-color: #E76355;
}
.TagClassName
{
border-color: #E76355;
}
</style>