Shades of Flamingo #EA534E
Tints of Flamingo #EA534E
RGB
CMYK
RGB Variations
Color information
#EA534E (or 0xEA534E) is known color: Flamingo. HEX triplet: EA, 53 and 4E. RGB value is (234,83,78). Sum of RGB (Red+Green+Blue) = 234+83+78=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA534E is #15ACB1. Grayscale: #7F7F7F. Windows color (decimal): -1420466 or 5133290. OLE color: 5133290.
HSL color Cylindrical-coordinate representation of color #EA534E: hue angle of 1.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA534E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 78 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.08 |
| HSL | 1.92º | 0.79% | 0.61% | - |
| HSV(B) | 1.92º | 0.67% | 0.92% | - |
| XYZ | 38.4 | 24.23 | 9.86 | - |
| YUV | 127.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 78 | 0 | 0.65 | 0.67 | 0.08 | 1.92 | 0.79 | 0.61 |
| Hex | EA | 53 | 4E | 0 | 41 | 43 | 8 | 2 | 4F | 3D |
| Octal | 352 | 123 | 116 | 0 | 101 | 103 | 10 | 2 | 117 | 75 |
| Binary | 11101010 | 1010011 | 1001110 | 0 | 1000001 | 1000011 | 1000 | 10 | 1001111 | 111101 |
Color Harmonies of #EA534E
Complementary color
Monochromatic Colors of #EA534E
Black with #EA534E
Text Example
Text Example
White with #EA534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA534E; }
p { color: rgb(234,83,78); }
H1.HeaderClassName
{
color: #EA534E;
}
.AnyTagClassName
{
color: #EA534E;
}
</style>
background-color css
<style>
a { background-color: #EA534E; }
a { background-color: rgb(234,83,78); }
div.DivClassName
{
background-color: #EA534E;
}
.BgClassName
{
background-color: #EA534E;
}
</style>
border-color css
<style>
span { border-color: #EA534E; }
span { border-color: rgb(234,83,78); }
td.TdClassName
{
border-color: #EA534E;
}
.TagClassName
{
border-color: #EA534E;
}
</style>