Shades of Flamingo #E8675A
Tints of Flamingo #E8675A
RGB
CMYK
RGB Variations
Color information
#E8675A (or 0xE8675A) is known color: Flamingo. HEX triplet: E8, 67 and 5A. RGB value is (232,103,90). Sum of RGB (Red+Green+Blue) = 232+103+90=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8675A is #1798A5. Grayscale: #8C8C8C. Windows color (decimal): -1546406 or 5924840. OLE color: 5924840.
HSL color Cylindrical-coordinate representation of color #E8675A: hue angle of 5.49º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8675A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 90 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.09 |
| HSL | 5.49º | 0.76% | 0.63% | - |
| HSV(B) | 5.49º | 0.61% | 0.91% | - |
| XYZ | 39.97 | 27.59 | 12.89 | - |
| YUV | 140.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 90 | 0 | 0.56 | 0.61 | 0.09 | 5.49 | 0.76 | 0.63 |
| Hex | E8 | 67 | 5A | 0 | 38 | 3D | 9 | 5 | 4C | 3F |
| Octal | 350 | 147 | 132 | 0 | 70 | 75 | 11 | 5 | 114 | 77 |
| Binary | 11101000 | 1100111 | 1011010 | 0 | 111000 | 111101 | 1001 | 101 | 1001100 | 111111 |
Color Harmonies of #E8675A
Complementary color
Monochromatic Colors of #E8675A
Black with #E8675A
Text Example
Text Example
White with #E8675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8675A; }
p { color: rgb(232,103,90); }
H1.HeaderClassName
{
color: #E8675A;
}
.AnyTagClassName
{
color: #E8675A;
}
</style>
background-color css
<style>
a { background-color: #E8675A; }
a { background-color: rgb(232,103,90); }
div.DivClassName
{
background-color: #E8675A;
}
.BgClassName
{
background-color: #E8675A;
}
</style>
border-color css
<style>
span { border-color: #E8675A; }
span { border-color: rgb(232,103,90); }
td.TdClassName
{
border-color: #E8675A;
}
.TagClassName
{
border-color: #E8675A;
}
</style>