Shades of Flamingo #EA655A
Tints of Flamingo #EA655A
RGB
CMYK
RGB Variations
Color information
#EA655A (or 0xEA655A) is known color: Flamingo. HEX triplet: EA, 65 and 5A. RGB value is (234,101,90). Sum of RGB (Red+Green+Blue) = 234+101+90=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA655A is #159AA5. Grayscale: #8B8B8B. Windows color (decimal): -1415846 or 5924330. OLE color: 5924330.
HSL color Cylindrical-coordinate representation of color #EA655A: hue angle of 4.58º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA655A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 90 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.08 |
| HSL | 4.58º | 0.77% | 0.64% | - |
| HSV(B) | 4.58º | 0.62% | 0.92% | - |
| XYZ | 40.43 | 27.54 | 12.86 | - |
| YUV | 139.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 90 | 0 | 0.57 | 0.62 | 0.08 | 4.58 | 0.77 | 0.64 |
| Hex | EA | 65 | 5A | 0 | 39 | 3E | 8 | 5 | 4D | 40 |
| Octal | 352 | 145 | 132 | 0 | 71 | 76 | 10 | 5 | 115 | 100 |
| Binary | 11101010 | 1100101 | 1011010 | 0 | 111001 | 111110 | 1000 | 101 | 1001101 | 1000000 |
Color Harmonies of #EA655A
Complementary color
Monochromatic Colors of #EA655A
Black with #EA655A
Text Example
Text Example
White with #EA655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA655A; }
p { color: rgb(234,101,90); }
H1.HeaderClassName
{
color: #EA655A;
}
.AnyTagClassName
{
color: #EA655A;
}
</style>
background-color css
<style>
a { background-color: #EA655A; }
a { background-color: rgb(234,101,90); }
div.DivClassName
{
background-color: #EA655A;
}
.BgClassName
{
background-color: #EA655A;
}
</style>
border-color css
<style>
span { border-color: #EA655A; }
span { border-color: rgb(234,101,90); }
td.TdClassName
{
border-color: #EA655A;
}
.TagClassName
{
border-color: #EA655A;
}
</style>