Shades of Flamingo #E4654A
Tints of Flamingo #E4654A
RGB
CMYK
RGB Variations
Color information
#E4654A (or 0xE4654A) is known color: Flamingo. HEX triplet: E4, 65 and 4A. RGB value is (228,101,74). Sum of RGB (Red+Green+Blue) = 228+101+74=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E4654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4654A is #1B9AB5. Grayscale: #888888. Windows color (decimal): -1809078 or 4875748. OLE color: 4875748.
HSL color Cylindrical-coordinate representation of color #E4654A: hue angle of 10.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4654A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 74 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.11 |
| HSL | 10.52º | 0.74% | 0.59% | - |
| HSV(B) | 10.52º | 0.68% | 0.89% | - |
| XYZ | 37.88 | 26.3 | 9.56 | - |
| YUV | 135.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 74 | 0 | 0.56 | 0.68 | 0.11 | 10.52 | 0.74 | 0.59 |
| Hex | E4 | 65 | 4A | 0 | 38 | 44 | B | B | 4A | 3B |
| Octal | 344 | 145 | 112 | 0 | 70 | 104 | 13 | 13 | 112 | 73 |
| Binary | 11100100 | 1100101 | 1001010 | 0 | 111000 | 1000100 | 1011 | 1011 | 1001010 | 111011 |
Color Harmonies of #E4654A
Complementary color
Monochromatic Colors of #E4654A
Black with #E4654A
Text Example
Text Example
White with #E4654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4654A; }
p { color: rgb(228,101,74); }
H1.HeaderClassName
{
color: #E4654A;
}
.AnyTagClassName
{
color: #E4654A;
}
</style>
background-color css
<style>
a { background-color: #E4654A; }
a { background-color: rgb(228,101,74); }
div.DivClassName
{
background-color: #E4654A;
}
.BgClassName
{
background-color: #E4654A;
}
</style>
border-color css
<style>
span { border-color: #E4654A; }
span { border-color: rgb(228,101,74); }
td.TdClassName
{
border-color: #E4654A;
}
.TagClassName
{
border-color: #E4654A;
}
</style>