Shades of Flamingo #E3675A
Tints of Flamingo #E3675A
RGB
CMYK
RGB Variations
Color information
#E3675A (or 0xE3675A) is known color: Flamingo. HEX triplet: E3, 67 and 5A. RGB value is (227,103,90). Sum of RGB (Red+Green+Blue) = 227+103+90=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3675A is #1C98A5. Grayscale: #8A8A8A. Windows color (decimal): -1874086 or 5924835. OLE color: 5924835.
HSL color Cylindrical-coordinate representation of color #E3675A: hue angle of 5.69º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3675A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 90 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.11 |
| HSL | 5.69º | 0.71% | 0.62% | - |
| HSV(B) | 5.69º | 0.6% | 0.89% | - |
| XYZ | 38.37 | 26.77 | 12.82 | - |
| YUV | 138.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 90 | 0 | 0.55 | 0.60 | 0.11 | 5.69 | 0.71 | 0.62 |
| Hex | E3 | 67 | 5A | 0 | 37 | 3C | B | 6 | 47 | 3E |
| Octal | 343 | 147 | 132 | 0 | 67 | 74 | 13 | 6 | 107 | 76 |
| Binary | 11100011 | 1100111 | 1011010 | 0 | 110111 | 111100 | 1011 | 110 | 1000111 | 111110 |
Color Harmonies of #E3675A
Complementary color
Monochromatic Colors of #E3675A
Black with #E3675A
Text Example
Text Example
White with #E3675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3675A; }
p { color: rgb(227,103,90); }
H1.HeaderClassName
{
color: #E3675A;
}
.AnyTagClassName
{
color: #E3675A;
}
</style>
background-color css
<style>
a { background-color: #E3675A; }
a { background-color: rgb(227,103,90); }
div.DivClassName
{
background-color: #E3675A;
}
.BgClassName
{
background-color: #E3675A;
}
</style>
border-color css
<style>
span { border-color: #E3675A; }
span { border-color: rgb(227,103,90); }
td.TdClassName
{
border-color: #E3675A;
}
.TagClassName
{
border-color: #E3675A;
}
</style>