Shades of Flamingo #E9665A
Tints of Flamingo #E9665A
RGB
CMYK
RGB Variations
Color information
#E9665A (or 0xE9665A) is known color: Flamingo. HEX triplet: E9, 66 and 5A. RGB value is (233,102,90). Sum of RGB (Red+Green+Blue) = 233+102+90=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9665A is #1699A5. Grayscale: #8B8B8B. Windows color (decimal): -1481126 or 5924585. OLE color: 5924585.
HSL color Cylindrical-coordinate representation of color #E9665A: hue angle of 5.03º 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 #E9665A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 90 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.09 |
| HSL | 5.03º | 0.76% | 0.63% | - |
| HSV(B) | 5.03º | 0.61% | 0.91% | - |
| XYZ | 40.2 | 27.56 | 12.87 | - |
| YUV | 139.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 90 | 0 | 0.56 | 0.61 | 0.09 | 5.03 | 0.76 | 0.63 |
| Hex | E9 | 66 | 5A | 0 | 38 | 3D | 9 | 5 | 4C | 3F |
| Octal | 351 | 146 | 132 | 0 | 70 | 75 | 11 | 5 | 114 | 77 |
| Binary | 11101001 | 1100110 | 1011010 | 0 | 111000 | 111101 | 1001 | 101 | 1001100 | 111111 |
Color Harmonies of #E9665A
Complementary color
Monochromatic Colors of #E9665A
Black with #E9665A
Text Example
Text Example
White with #E9665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9665A; }
p { color: rgb(233,102,90); }
H1.HeaderClassName
{
color: #E9665A;
}
.AnyTagClassName
{
color: #E9665A;
}
</style>
background-color css
<style>
a { background-color: #E9665A; }
a { background-color: rgb(233,102,90); }
div.DivClassName
{
background-color: #E9665A;
}
.BgClassName
{
background-color: #E9665A;
}
</style>
border-color css
<style>
span { border-color: #E9665A; }
span { border-color: rgb(233,102,90); }
td.TdClassName
{
border-color: #E9665A;
}
.TagClassName
{
border-color: #E9665A;
}
</style>