Shades of Flamingo #EA613F
Tints of Flamingo #EA613F
RGB
CMYK
RGB Variations
Color information
#EA613F (or 0xEA613F) is known color: Flamingo. HEX triplet: EA, 61 and 3F. RGB value is (234,97,63). Sum of RGB (Red+Green+Blue) = 234+97+63=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA613F is #159EC0. Grayscale: #868686. Windows color (decimal): -1416897 or 4153834. OLE color: 4153834.
HSL color Cylindrical-coordinate representation of color #EA613F: hue angle of 11.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA613F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 63 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.08 |
| HSL | 11.93º | 0.8% | 0.58% | - |
| HSV(B) | 11.93º | 0.73% | 0.92% | - |
| XYZ | 39.1 | 26.4 | 7.74 | - |
| YUV | 134.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 63 | 0 | 0.59 | 0.73 | 0.08 | 11.93 | 0.8 | 0.58 |
| Hex | EA | 61 | 3F | 0 | 3B | 49 | 8 | C | 50 | 3A |
| Octal | 352 | 141 | 77 | 0 | 73 | 111 | 10 | 14 | 120 | 72 |
| Binary | 11101010 | 1100001 | 111111 | 0 | 111011 | 1001001 | 1000 | 1100 | 1010000 | 111010 |
Color Harmonies of #EA613F
Complementary color
Monochromatic Colors of #EA613F
Black with #EA613F
Text Example
Text Example
White with #EA613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA613F; }
p { color: rgb(234,97,63); }
H1.HeaderClassName
{
color: #EA613F;
}
.AnyTagClassName
{
color: #EA613F;
}
</style>
background-color css
<style>
a { background-color: #EA613F; }
a { background-color: rgb(234,97,63); }
div.DivClassName
{
background-color: #EA613F;
}
.BgClassName
{
background-color: #EA613F;
}
</style>
border-color css
<style>
span { border-color: #EA613F; }
span { border-color: rgb(234,97,63); }
td.TdClassName
{
border-color: #EA613F;
}
.TagClassName
{
border-color: #EA613F;
}
</style>