Shades of Flamingo #EA5B5A
Tints of Flamingo #EA5B5A
RGB
CMYK
RGB Variations
Color information
#EA5B5A (or 0xEA5B5A) is known color: Flamingo. HEX triplet: EA, 5B and 5A. RGB value is (234,91,90). Sum of RGB (Red+Green+Blue) = 234+91+90=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B5A is #15A4A5. Grayscale: #858585. Windows color (decimal): -1418406 or 5921770. OLE color: 5921770.
HSL color Cylindrical-coordinate representation of color #EA5B5A: hue angle of 0.42º 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 #EA5B5A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 90 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.08 |
| HSL | 0.42º | 0.77% | 0.64% | - |
| HSV(B) | 0.42º | 0.62% | 0.92% | - |
| XYZ | 39.52 | 25.71 | 12.55 | - |
| YUV | 133.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 90 | 0 | 0.61 | 0.62 | 0.08 | 0.42 | 0.77 | 0.64 |
| Hex | EA | 5B | 5A | 0 | 3D | 3E | 8 | 0 | 4D | 40 |
| Octal | 352 | 133 | 132 | 0 | 75 | 76 | 10 | 0 | 115 | 100 |
| Binary | 11101010 | 1011011 | 1011010 | 0 | 111101 | 111110 | 1000 | 0 | 1001101 | 1000000 |
Color Harmonies of #EA5B5A
Complementary color
Monochromatic Colors of #EA5B5A
Black with #EA5B5A
Text Example
Text Example
White with #EA5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B5A; }
p { color: rgb(234,91,90); }
H1.HeaderClassName
{
color: #EA5B5A;
}
.AnyTagClassName
{
color: #EA5B5A;
}
</style>
background-color css
<style>
a { background-color: #EA5B5A; }
a { background-color: rgb(234,91,90); }
div.DivClassName
{
background-color: #EA5B5A;
}
.BgClassName
{
background-color: #EA5B5A;
}
</style>
border-color css
<style>
span { border-color: #EA5B5A; }
span { border-color: rgb(234,91,90); }
td.TdClassName
{
border-color: #EA5B5A;
}
.TagClassName
{
border-color: #EA5B5A;
}
</style>