Shades of Flamingo #EA6350
Tints of Flamingo #EA6350
RGB
CMYK
RGB Variations
Color information
#EA6350 (or 0xEA6350) is known color: Flamingo. HEX triplet: EA, 63 and 50. RGB value is (234,99,80). Sum of RGB (Red+Green+Blue) = 234+99+80=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6350 is #159CAF. Grayscale: #898989. Windows color (decimal): -1416368 or 5268458. OLE color: 5268458.
HSL color Cylindrical-coordinate representation of color #EA6350: hue angle of 7.4º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA6350 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.08 |
| HSL | 7.4º | 0.79% | 0.62% | - |
| HSV(B) | 7.4º | 0.66% | 0.92% | - |
| XYZ | 39.84 | 27 | 10.7 | - |
| YUV | 137.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 80 | 0 | 0.58 | 0.66 | 0.08 | 7.4 | 0.79 | 0.62 |
| Hex | EA | 63 | 50 | 0 | 3A | 42 | 8 | 7 | 4F | 3E |
| Octal | 352 | 143 | 120 | 0 | 72 | 102 | 10 | 7 | 117 | 76 |
| Binary | 11101010 | 1100011 | 1010000 | 0 | 111010 | 1000010 | 1000 | 111 | 1001111 | 111110 |
Color Harmonies of #EA6350
Complementary color
Monochromatic Colors of #EA6350
Black with #EA6350
Text Example
Text Example
White with #EA6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6350; }
p { color: rgb(234,99,80); }
H1.HeaderClassName
{
color: #EA6350;
}
.AnyTagClassName
{
color: #EA6350;
}
</style>
background-color css
<style>
a { background-color: #EA6350; }
a { background-color: rgb(234,99,80); }
div.DivClassName
{
background-color: #EA6350;
}
.BgClassName
{
background-color: #EA6350;
}
</style>
border-color css
<style>
span { border-color: #EA6350; }
span { border-color: rgb(234,99,80); }
td.TdClassName
{
border-color: #EA6350;
}
.TagClassName
{
border-color: #EA6350;
}
</style>