Shades of Flamingo #E9675A
Tints of Flamingo #E9675A
RGB
CMYK
RGB Variations
Color information
#E9675A (or 0xE9675A) is known color: Flamingo. HEX triplet: E9, 67 and 5A. RGB value is (233,103,90). Sum of RGB (Red+Green+Blue) = 233+103+90=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9675A is #1698A5. Grayscale: #8C8C8C. Windows color (decimal): -1480870 or 5924841. OLE color: 5924841.
HSL color Cylindrical-coordinate representation of color #E9675A: hue angle of 5.45º 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 #E9675A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 90 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.09 |
| HSL | 5.45º | 0.76% | 0.63% | - |
| HSV(B) | 5.45º | 0.61% | 0.91% | - |
| XYZ | 40.3 | 27.76 | 12.91 | - |
| YUV | 140.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 90 | 0 | 0.56 | 0.61 | 0.09 | 5.45 | 0.76 | 0.63 |
| Hex | E9 | 67 | 5A | 0 | 38 | 3D | 9 | 5 | 4C | 3F |
| Octal | 351 | 147 | 132 | 0 | 70 | 75 | 11 | 5 | 114 | 77 |
| Binary | 11101001 | 1100111 | 1011010 | 0 | 111000 | 111101 | 1001 | 101 | 1001100 | 111111 |
Color Harmonies of #E9675A
Complementary color
Monochromatic Colors of #E9675A
Black with #E9675A
Text Example
Text Example
White with #E9675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9675A; }
p { color: rgb(233,103,90); }
H1.HeaderClassName
{
color: #E9675A;
}
.AnyTagClassName
{
color: #E9675A;
}
</style>
background-color css
<style>
a { background-color: #E9675A; }
a { background-color: rgb(233,103,90); }
div.DivClassName
{
background-color: #E9675A;
}
.BgClassName
{
background-color: #E9675A;
}
</style>
border-color css
<style>
span { border-color: #E9675A; }
span { border-color: rgb(233,103,90); }
td.TdClassName
{
border-color: #E9675A;
}
.TagClassName
{
border-color: #E9675A;
}
</style>