Shades of Flamingo #EA6250
Tints of Flamingo #EA6250
RGB
CMYK
RGB Variations
Color information
#EA6250 (or 0xEA6250) is known color: Flamingo. HEX triplet: EA, 62 and 50. RGB value is (234,98,80). Sum of RGB (Red+Green+Blue) = 234+98+80=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6250 is #159DAF. Grayscale: #888888. Windows color (decimal): -1416624 or 5268202. OLE color: 5268202.
HSL color Cylindrical-coordinate representation of color #EA6250: hue angle of 7.01º 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 #EA6250 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.08 |
| HSL | 7.01º | 0.79% | 0.62% | - |
| HSV(B) | 7.01º | 0.66% | 0.92% | - |
| XYZ | 39.75 | 26.81 | 10.67 | - |
| YUV | 136.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 80 | 0 | 0.58 | 0.66 | 0.08 | 7.01 | 0.79 | 0.62 |
| Hex | EA | 62 | 50 | 0 | 3A | 42 | 8 | 7 | 4F | 3E |
| Octal | 352 | 142 | 120 | 0 | 72 | 102 | 10 | 7 | 117 | 76 |
| Binary | 11101010 | 1100010 | 1010000 | 0 | 111010 | 1000010 | 1000 | 111 | 1001111 | 111110 |
Color Harmonies of #EA6250
Complementary color
Monochromatic Colors of #EA6250
Black with #EA6250
Text Example
Text Example
White with #EA6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6250; }
p { color: rgb(234,98,80); }
H1.HeaderClassName
{
color: #EA6250;
}
.AnyTagClassName
{
color: #EA6250;
}
</style>
background-color css
<style>
a { background-color: #EA6250; }
a { background-color: rgb(234,98,80); }
div.DivClassName
{
background-color: #EA6250;
}
.BgClassName
{
background-color: #EA6250;
}
</style>
border-color css
<style>
span { border-color: #EA6250; }
span { border-color: rgb(234,98,80); }
td.TdClassName
{
border-color: #EA6250;
}
.TagClassName
{
border-color: #EA6250;
}
</style>