Shades of Flamingo #EA554B
Tints of Flamingo #EA554B
RGB
CMYK
RGB Variations
Color information
#EA554B (or 0xEA554B) is known color: Flamingo. HEX triplet: EA, 55 and 4B. RGB value is (234,85,75). Sum of RGB (Red+Green+Blue) = 234+85+75=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA554B is #15AAB4. Grayscale: #808080. Windows color (decimal): -1419957 or 4937194. OLE color: 4937194.
HSL color Cylindrical-coordinate representation of color #EA554B: hue angle of 3.77º 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 #EA554B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.08 |
| HSL | 3.77º | 0.79% | 0.61% | - |
| HSV(B) | 3.77º | 0.68% | 0.92% | - |
| XYZ | 38.45 | 24.5 | 9.36 | - |
| YUV | 128.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 75 | 0 | 0.64 | 0.68 | 0.08 | 3.77 | 0.79 | 0.61 |
| Hex | EA | 55 | 4B | 0 | 40 | 44 | 8 | 4 | 4F | 3D |
| Octal | 352 | 125 | 113 | 0 | 100 | 104 | 10 | 4 | 117 | 75 |
| Binary | 11101010 | 1010101 | 1001011 | 0 | 1000000 | 1000100 | 1000 | 100 | 1001111 | 111101 |
Color Harmonies of #EA554B
Complementary color
Monochromatic Colors of #EA554B
Black with #EA554B
Text Example
Text Example
White with #EA554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA554B; }
p { color: rgb(234,85,75); }
H1.HeaderClassName
{
color: #EA554B;
}
.AnyTagClassName
{
color: #EA554B;
}
</style>
background-color css
<style>
a { background-color: #EA554B; }
a { background-color: rgb(234,85,75); }
div.DivClassName
{
background-color: #EA554B;
}
.BgClassName
{
background-color: #EA554B;
}
</style>
border-color css
<style>
span { border-color: #EA554B; }
span { border-color: rgb(234,85,75); }
td.TdClassName
{
border-color: #EA554B;
}
.TagClassName
{
border-color: #EA554B;
}
</style>