Shades of Flamingo #EA615C
Tints of Flamingo #EA615C
RGB
CMYK
RGB Variations
Color information
#EA615C (or 0xEA615C) is known color: Flamingo. HEX triplet: EA, 61 and 5C. RGB value is (234,97,92). Sum of RGB (Red+Green+Blue) = 234+97+92=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA615C is #159EA3. Grayscale: #898989. Windows color (decimal): -1416868 or 6054378. OLE color: 6054378.
HSL color Cylindrical-coordinate representation of color #EA615C: hue angle of 2.11º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA615C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 92 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.08 |
| HSL | 2.11º | 0.77% | 0.64% | - |
| HSV(B) | 2.11º | 0.61% | 0.92% | - |
| XYZ | 40.14 | 26.81 | 13.19 | - |
| YUV | 137.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 92 | 0 | 0.59 | 0.61 | 0.08 | 2.11 | 0.77 | 0.64 |
| Hex | EA | 61 | 5C | 0 | 3B | 3D | 8 | 2 | 4D | 40 |
| Octal | 352 | 141 | 134 | 0 | 73 | 75 | 10 | 2 | 115 | 100 |
| Binary | 11101010 | 1100001 | 1011100 | 0 | 111011 | 111101 | 1000 | 10 | 1001101 | 1000000 |
Color Harmonies of #EA615C
Complementary color
Monochromatic Colors of #EA615C
Black with #EA615C
Text Example
Text Example
White with #EA615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA615C; }
p { color: rgb(234,97,92); }
H1.HeaderClassName
{
color: #EA615C;
}
.AnyTagClassName
{
color: #EA615C;
}
</style>
background-color css
<style>
a { background-color: #EA615C; }
a { background-color: rgb(234,97,92); }
div.DivClassName
{
background-color: #EA615C;
}
.BgClassName
{
background-color: #EA615C;
}
</style>
border-color css
<style>
span { border-color: #EA615C; }
span { border-color: rgb(234,97,92); }
td.TdClassName
{
border-color: #EA615C;
}
.TagClassName
{
border-color: #EA615C;
}
</style>