Shades of Flamingo #E76752
Tints of Flamingo #E76752
RGB
CMYK
RGB Variations
Color information
#E76752 (or 0xE76752) is known color: Flamingo. HEX triplet: E7, 67 and 52. RGB value is (231,103,82). Sum of RGB (Red+Green+Blue) = 231+103+82=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E76752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76752 is #1898AD. Grayscale: #8B8B8B. Windows color (decimal): -1611950 or 5400551. OLE color: 5400551.
HSL color Cylindrical-coordinate representation of color #E76752: hue angle of 8.46º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E76752 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 82 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.09 |
| HSL | 8.46º | 0.76% | 0.61% | - |
| HSV(B) | 8.46º | 0.65% | 0.91% | - |
| XYZ | 39.33 | 27.3 | 11.18 | - |
| YUV | 138.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 82 | 0 | 0.55 | 0.65 | 0.09 | 8.46 | 0.76 | 0.61 |
| Hex | E7 | 67 | 52 | 0 | 37 | 41 | 9 | 8 | 4C | 3D |
| Octal | 347 | 147 | 122 | 0 | 67 | 101 | 11 | 10 | 114 | 75 |
| Binary | 11100111 | 1100111 | 1010010 | 0 | 110111 | 1000001 | 1001 | 1000 | 1001100 | 111101 |
Color Harmonies of #E76752
Complementary color
Monochromatic Colors of #E76752
Black with #E76752
Text Example
Text Example
White with #E76752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76752; }
p { color: rgb(231,103,82); }
H1.HeaderClassName
{
color: #E76752;
}
.AnyTagClassName
{
color: #E76752;
}
</style>
background-color css
<style>
a { background-color: #E76752; }
a { background-color: rgb(231,103,82); }
div.DivClassName
{
background-color: #E76752;
}
.BgClassName
{
background-color: #E76752;
}
</style>
border-color css
<style>
span { border-color: #E76752; }
span { border-color: rgb(231,103,82); }
td.TdClassName
{
border-color: #E76752;
}
.TagClassName
{
border-color: #E76752;
}
</style>