Shades of Flamingo #EA554C
Tints of Flamingo #EA554C
RGB
CMYK
RGB Variations
Color information
#EA554C (or 0xEA554C) is known color: Flamingo. HEX triplet: EA, 55 and 4C. RGB value is (234,85,76). Sum of RGB (Red+Green+Blue) = 234+85+76=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA554C is #15AAB3. Grayscale: #808080. Windows color (decimal): -1419956 or 5002730. OLE color: 5002730.
HSL color Cylindrical-coordinate representation of color #EA554C: hue angle of 3.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA554C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 76 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.08 |
| HSL | 3.42º | 0.79% | 0.61% | - |
| HSV(B) | 3.42º | 0.68% | 0.92% | - |
| XYZ | 38.48 | 24.51 | 9.54 | - |
| YUV | 128.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 76 | 0 | 0.64 | 0.68 | 0.08 | 3.42 | 0.79 | 0.61 |
| Hex | EA | 55 | 4C | 0 | 40 | 44 | 8 | 3 | 4F | 3D |
| Octal | 352 | 125 | 114 | 0 | 100 | 104 | 10 | 3 | 117 | 75 |
| Binary | 11101010 | 1010101 | 1001100 | 0 | 1000000 | 1000100 | 1000 | 11 | 1001111 | 111101 |
Color Harmonies of #EA554C
Complementary color
Monochromatic Colors of #EA554C
Black with #EA554C
Text Example
Text Example
White with #EA554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA554C; }
p { color: rgb(234,85,76); }
H1.HeaderClassName
{
color: #EA554C;
}
.AnyTagClassName
{
color: #EA554C;
}
</style>
background-color css
<style>
a { background-color: #EA554C; }
a { background-color: rgb(234,85,76); }
div.DivClassName
{
background-color: #EA554C;
}
.BgClassName
{
background-color: #EA554C;
}
</style>
border-color css
<style>
span { border-color: #EA554C; }
span { border-color: rgb(234,85,76); }
td.TdClassName
{
border-color: #EA554C;
}
.TagClassName
{
border-color: #EA554C;
}
</style>