Shades of Flamingo #EA514B
Tints of Flamingo #EA514B
RGB
CMYK
RGB Variations
Color information
#EA514B (or 0xEA514B) is known color: Flamingo. HEX triplet: EA, 51 and 4B. RGB value is (234,81,75). Sum of RGB (Red+Green+Blue) = 234+81+75=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA514B is #15AEB4. Grayscale: #7E7E7E. Windows color (decimal): -1420981 or 4936170. OLE color: 4936170.
HSL color Cylindrical-coordinate representation of color #EA514B: hue angle of 2.26º 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 #EA514B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.08 |
| HSL | 2.26º | 0.79% | 0.61% | - |
| HSV(B) | 2.26º | 0.68% | 0.92% | - |
| XYZ | 38.14 | 23.89 | 9.26 | - |
| YUV | 126.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 75 | 0 | 0.65 | 0.68 | 0.08 | 2.26 | 0.79 | 0.61 |
| Hex | EA | 51 | 4B | 0 | 41 | 44 | 8 | 2 | 4F | 3D |
| Octal | 352 | 121 | 113 | 0 | 101 | 104 | 10 | 2 | 117 | 75 |
| Binary | 11101010 | 1010001 | 1001011 | 0 | 1000001 | 1000100 | 1000 | 10 | 1001111 | 111101 |
Color Harmonies of #EA514B
Complementary color
Monochromatic Colors of #EA514B
Black with #EA514B
Text Example
Text Example
White with #EA514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA514B; }
p { color: rgb(234,81,75); }
H1.HeaderClassName
{
color: #EA514B;
}
.AnyTagClassName
{
color: #EA514B;
}
</style>
background-color css
<style>
a { background-color: #EA514B; }
a { background-color: rgb(234,81,75); }
div.DivClassName
{
background-color: #EA514B;
}
.BgClassName
{
background-color: #EA514B;
}
</style>
border-color css
<style>
span { border-color: #EA514B; }
span { border-color: rgb(234,81,75); }
td.TdClassName
{
border-color: #EA514B;
}
.TagClassName
{
border-color: #EA514B;
}
</style>