Shades of Flamingo #E8634B
Tints of Flamingo #E8634B
RGB
CMYK
RGB Variations
Color information
#E8634B (or 0xE8634B) is known color: Flamingo. HEX triplet: E8, 63 and 4B. RGB value is (232,99,75). Sum of RGB (Red+Green+Blue) = 232+99+75=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8634B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8634B is #179CB4. Grayscale: #888888. Windows color (decimal): -1547445 or 4940776. OLE color: 4940776.
HSL color Cylindrical-coordinate representation of color #E8634B: hue angle of 9.17º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8634B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 75 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.09 |
| HSL | 9.17º | 0.77% | 0.6% | - |
| HSV(B) | 9.17º | 0.68% | 0.91% | - |
| XYZ | 39.01 | 26.59 | 9.73 | - |
| YUV | 136.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 75 | 0 | 0.57 | 0.68 | 0.09 | 9.17 | 0.77 | 0.6 |
| Hex | E8 | 63 | 4B | 0 | 39 | 44 | 9 | 9 | 4D | 3C |
| Octal | 350 | 143 | 113 | 0 | 71 | 104 | 11 | 11 | 115 | 74 |
| Binary | 11101000 | 1100011 | 1001011 | 0 | 111001 | 1000100 | 1001 | 1001 | 1001101 | 111100 |
Color Harmonies of #E8634B
Complementary color
Monochromatic Colors of #E8634B
Black with #E8634B
Text Example
Text Example
White with #E8634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8634B; }
p { color: rgb(232,99,75); }
H1.HeaderClassName
{
color: #E8634B;
}
.AnyTagClassName
{
color: #E8634B;
}
</style>
background-color css
<style>
a { background-color: #E8634B; }
a { background-color: rgb(232,99,75); }
div.DivClassName
{
background-color: #E8634B;
}
.BgClassName
{
background-color: #E8634B;
}
</style>
border-color css
<style>
span { border-color: #E8634B; }
span { border-color: rgb(232,99,75); }
td.TdClassName
{
border-color: #E8634B;
}
.TagClassName
{
border-color: #E8634B;
}
</style>