Shades of Flamingo #E3634B
Tints of Flamingo #E3634B
RGB
CMYK
RGB Variations
Color information
#E3634B (or 0xE3634B) is known color: Flamingo. HEX triplet: E3, 63 and 4B. RGB value is (227,99,75). Sum of RGB (Red+Green+Blue) = 227+99+75=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E3634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3634B is #1C9CB4. Grayscale: #868686. Windows color (decimal): -1875125 or 4940771. OLE color: 4940771.
HSL color Cylindrical-coordinate representation of color #E3634B: hue angle of 9.47º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3634B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 75 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.11 |
| HSL | 9.47º | 0.73% | 0.59% | - |
| HSV(B) | 9.47º | 0.67% | 0.89% | - |
| XYZ | 37.41 | 25.76 | 9.66 | - |
| YUV | 134.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 75 | 0 | 0.56 | 0.67 | 0.11 | 9.47 | 0.73 | 0.59 |
| Hex | E3 | 63 | 4B | 0 | 38 | 43 | B | 9 | 49 | 3B |
| Octal | 343 | 143 | 113 | 0 | 70 | 103 | 13 | 11 | 111 | 73 |
| Binary | 11100011 | 1100011 | 1001011 | 0 | 111000 | 1000011 | 1011 | 1001 | 1001001 | 111011 |
Color Harmonies of #E3634B
Complementary color
Monochromatic Colors of #E3634B
Black with #E3634B
Text Example
Text Example
White with #E3634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3634B; }
p { color: rgb(227,99,75); }
H1.HeaderClassName
{
color: #E3634B;
}
.AnyTagClassName
{
color: #E3634B;
}
</style>
background-color css
<style>
a { background-color: #E3634B; }
a { background-color: rgb(227,99,75); }
div.DivClassName
{
background-color: #E3634B;
}
.BgClassName
{
background-color: #E3634B;
}
</style>
border-color css
<style>
span { border-color: #E3634B; }
span { border-color: rgb(227,99,75); }
td.TdClassName
{
border-color: #E3634B;
}
.TagClassName
{
border-color: #E3634B;
}
</style>