Shades of Flamingo #EA654F
Tints of Flamingo #EA654F
RGB
CMYK
RGB Variations
Color information
#EA654F (or 0xEA654F) is known color: Flamingo. HEX triplet: EA, 65 and 4F. RGB value is (234,101,79). Sum of RGB (Red+Green+Blue) = 234+101+79=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA654F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA654F is #159AB0. Grayscale: #8A8A8A. Windows color (decimal): -1415857 or 5203434. OLE color: 5203434.
HSL color Cylindrical-coordinate representation of color #EA654F: hue angle of 8.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA654F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 79 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.08 |
| HSL | 8.52º | 0.79% | 0.61% | - |
| HSV(B) | 8.52º | 0.66% | 0.92% | - |
| XYZ | 40 | 27.36 | 10.57 | - |
| YUV | 138.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 79 | 0 | 0.57 | 0.66 | 0.08 | 8.52 | 0.79 | 0.61 |
| Hex | EA | 65 | 4F | 0 | 39 | 42 | 8 | 9 | 4F | 3D |
| Octal | 352 | 145 | 117 | 0 | 71 | 102 | 10 | 11 | 117 | 75 |
| Binary | 11101010 | 1100101 | 1001111 | 0 | 111001 | 1000010 | 1000 | 1001 | 1001111 | 111101 |
Color Harmonies of #EA654F
Complementary color
Monochromatic Colors of #EA654F
Black with #EA654F
Text Example
Text Example
White with #EA654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA654F; }
p { color: rgb(234,101,79); }
H1.HeaderClassName
{
color: #EA654F;
}
.AnyTagClassName
{
color: #EA654F;
}
</style>
background-color css
<style>
a { background-color: #EA654F; }
a { background-color: rgb(234,101,79); }
div.DivClassName
{
background-color: #EA654F;
}
.BgClassName
{
background-color: #EA654F;
}
</style>
border-color css
<style>
span { border-color: #EA654F; }
span { border-color: rgb(234,101,79); }
td.TdClassName
{
border-color: #EA654F;
}
.TagClassName
{
border-color: #EA654F;
}
</style>