Shades of Flamingo #E4655A
Tints of Flamingo #E4655A
RGB
CMYK
RGB Variations
Color information
#E4655A (or 0xE4655A) is known color: Flamingo. HEX triplet: E4, 65 and 5A. RGB value is (228,101,90). Sum of RGB (Red+Green+Blue) = 228+101+90=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E4655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4655A is #1B9AA5. Grayscale: #898989. Windows color (decimal): -1809062 or 5924324. OLE color: 5924324.
HSL color Cylindrical-coordinate representation of color #E4655A: hue angle of 4.78º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4655A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 90 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.11 |
| HSL | 4.78º | 0.72% | 0.62% | - |
| HSV(B) | 4.78º | 0.61% | 0.89% | - |
| XYZ | 38.49 | 26.54 | 12.77 | - |
| YUV | 137.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 90 | 0 | 0.56 | 0.61 | 0.11 | 4.78 | 0.72 | 0.62 |
| Hex | E4 | 65 | 5A | 0 | 38 | 3D | B | 5 | 48 | 3E |
| Octal | 344 | 145 | 132 | 0 | 70 | 75 | 13 | 5 | 110 | 76 |
| Binary | 11100100 | 1100101 | 1011010 | 0 | 111000 | 111101 | 1011 | 101 | 1001000 | 111110 |
Color Harmonies of #E4655A
Complementary color
Monochromatic Colors of #E4655A
Black with #E4655A
Text Example
Text Example
White with #E4655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4655A; }
p { color: rgb(228,101,90); }
H1.HeaderClassName
{
color: #E4655A;
}
.AnyTagClassName
{
color: #E4655A;
}
</style>
background-color css
<style>
a { background-color: #E4655A; }
a { background-color: rgb(228,101,90); }
div.DivClassName
{
background-color: #E4655A;
}
.BgClassName
{
background-color: #E4655A;
}
</style>
border-color css
<style>
span { border-color: #E4655A; }
span { border-color: rgb(228,101,90); }
td.TdClassName
{
border-color: #E4655A;
}
.TagClassName
{
border-color: #E4655A;
}
</style>