Shades of Flamingo #E7635A
Tints of Flamingo #E7635A
RGB
CMYK
RGB Variations
Color information
#E7635A (or 0xE7635A) is known color: Flamingo. HEX triplet: E7, 63 and 5A. RGB value is (231,99,90). Sum of RGB (Red+Green+Blue) = 231+99+90=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7635A is #189CA5. Grayscale: #898989. Windows color (decimal): -1612966 or 5923815. OLE color: 5923815.
HSL color Cylindrical-coordinate representation of color #E7635A: hue angle of 3.83º degrees, saturation: 0.75, 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 #E7635A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 90 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.09 |
| HSL | 3.83º | 0.75% | 0.63% | - |
| HSV(B) | 3.83º | 0.61% | 0.91% | - |
| XYZ | 39.26 | 26.65 | 12.75 | - |
| YUV | 137.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 90 | 0 | 0.57 | 0.61 | 0.09 | 3.83 | 0.75 | 0.63 |
| Hex | E7 | 63 | 5A | 0 | 39 | 3D | 9 | 4 | 4B | 3F |
| Octal | 347 | 143 | 132 | 0 | 71 | 75 | 11 | 4 | 113 | 77 |
| Binary | 11100111 | 1100011 | 1011010 | 0 | 111001 | 111101 | 1001 | 100 | 1001011 | 111111 |
Color Harmonies of #E7635A
Complementary color
Monochromatic Colors of #E7635A
Black with #E7635A
Text Example
Text Example
White with #E7635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7635A; }
p { color: rgb(231,99,90); }
H1.HeaderClassName
{
color: #E7635A;
}
.AnyTagClassName
{
color: #E7635A;
}
</style>
background-color css
<style>
a { background-color: #E7635A; }
a { background-color: rgb(231,99,90); }
div.DivClassName
{
background-color: #E7635A;
}
.BgClassName
{
background-color: #E7635A;
}
</style>
border-color css
<style>
span { border-color: #E7635A; }
span { border-color: rgb(231,99,90); }
td.TdClassName
{
border-color: #E7635A;
}
.TagClassName
{
border-color: #E7635A;
}
</style>