Shades of Flamingo #EA504C
Tints of Flamingo #EA504C
RGB
CMYK
RGB Variations
Color information
#EA504C (or 0xEA504C) is known color: Flamingo. HEX triplet: EA, 50 and 4C. RGB value is (234,80,76). Sum of RGB (Red+Green+Blue) = 234+80+76=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA504C is #15AFB3. Grayscale: #7D7D7D. Windows color (decimal): -1421236 or 5001450. OLE color: 5001450.
HSL color Cylindrical-coordinate representation of color #EA504C: hue angle of 1.52º 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 #EA504C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.08 |
| HSL | 1.52º | 0.79% | 0.61% | - |
| HSV(B) | 1.52º | 0.68% | 0.92% | - |
| XYZ | 38.1 | 23.75 | 9.41 | - |
| YUV | 125.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 76 | 0 | 0.66 | 0.68 | 0.08 | 1.52 | 0.79 | 0.61 |
| Hex | EA | 50 | 4C | 0 | 42 | 44 | 8 | 2 | 4F | 3D |
| Octal | 352 | 120 | 114 | 0 | 102 | 104 | 10 | 2 | 117 | 75 |
| Binary | 11101010 | 1010000 | 1001100 | 0 | 1000010 | 1000100 | 1000 | 10 | 1001111 | 111101 |
Color Harmonies of #EA504C
Complementary color
Monochromatic Colors of #EA504C
Black with #EA504C
Text Example
Text Example
White with #EA504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA504C; }
p { color: rgb(234,80,76); }
H1.HeaderClassName
{
color: #EA504C;
}
.AnyTagClassName
{
color: #EA504C;
}
</style>
background-color css
<style>
a { background-color: #EA504C; }
a { background-color: rgb(234,80,76); }
div.DivClassName
{
background-color: #EA504C;
}
.BgClassName
{
background-color: #EA504C;
}
</style>
border-color css
<style>
span { border-color: #EA504C; }
span { border-color: rgb(234,80,76); }
td.TdClassName
{
border-color: #EA504C;
}
.TagClassName
{
border-color: #EA504C;
}
</style>