Shades of Flamingo #E7674B
Tints of Flamingo #E7674B
RGB
CMYK
RGB Variations
Color information
#E7674B (or 0xE7674B) is known color: Flamingo. HEX triplet: E7, 67 and 4B. RGB value is (231,103,75). Sum of RGB (Red+Green+Blue) = 231+103+75=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7674B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7674B is #1898B4. Grayscale: #8A8A8A. Windows color (decimal): -1611957 or 4941799. OLE color: 4941799.
HSL color Cylindrical-coordinate representation of color #E7674B: hue angle of 10.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7674B is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 75 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.09 |
| HSL | 10.77º | 0.76% | 0.6% | - |
| HSV(B) | 10.77º | 0.68% | 0.91% | - |
| XYZ | 39.08 | 27.2 | 9.85 | - |
| YUV | 138.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 75 | 0 | 0.55 | 0.68 | 0.09 | 10.77 | 0.76 | 0.6 |
| Hex | E7 | 67 | 4B | 0 | 37 | 44 | 9 | B | 4C | 3C |
| Octal | 347 | 147 | 113 | 0 | 67 | 104 | 11 | 13 | 114 | 74 |
| Binary | 11100111 | 1100111 | 1001011 | 0 | 110111 | 1000100 | 1001 | 1011 | 1001100 | 111100 |
Color Harmonies of #E7674B
Complementary color
Monochromatic Colors of #E7674B
Black with #E7674B
Text Example
Text Example
White with #E7674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7674B; }
p { color: rgb(231,103,75); }
H1.HeaderClassName
{
color: #E7674B;
}
.AnyTagClassName
{
color: #E7674B;
}
</style>
background-color css
<style>
a { background-color: #E7674B; }
a { background-color: rgb(231,103,75); }
div.DivClassName
{
background-color: #E7674B;
}
.BgClassName
{
background-color: #E7674B;
}
</style>
border-color css
<style>
span { border-color: #E7674B; }
span { border-color: rgb(231,103,75); }
td.TdClassName
{
border-color: #E7674B;
}
.TagClassName
{
border-color: #E7674B;
}
</style>