Shades of Flamingo #EA6450
Tints of Flamingo #EA6450
RGB
CMYK
RGB Variations
Color information
#EA6450 (or 0xEA6450) is known color: Flamingo. HEX triplet: EA, 64 and 50. RGB value is (234,100,80). Sum of RGB (Red+Green+Blue) = 234+100+80=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6450 is #159BAF. Grayscale: #8A8A8A. Windows color (decimal): -1416112 or 5268714. OLE color: 5268714.
HSL color Cylindrical-coordinate representation of color #EA6450: hue angle of 7.79º 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 #EA6450 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 80 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.08 |
| HSL | 7.79º | 0.79% | 0.62% | - |
| HSV(B) | 7.79º | 0.66% | 0.92% | - |
| XYZ | 39.94 | 27.19 | 10.73 | - |
| YUV | 137.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 80 | 0 | 0.57 | 0.66 | 0.08 | 7.79 | 0.79 | 0.62 |
| Hex | EA | 64 | 50 | 0 | 39 | 42 | 8 | 8 | 4F | 3E |
| Octal | 352 | 144 | 120 | 0 | 71 | 102 | 10 | 10 | 117 | 76 |
| Binary | 11101010 | 1100100 | 1010000 | 0 | 111001 | 1000010 | 1000 | 1000 | 1001111 | 111110 |
Color Harmonies of #EA6450
Complementary color
Monochromatic Colors of #EA6450
Black with #EA6450
Text Example
Text Example
White with #EA6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6450; }
p { color: rgb(234,100,80); }
H1.HeaderClassName
{
color: #EA6450;
}
.AnyTagClassName
{
color: #EA6450;
}
</style>
background-color css
<style>
a { background-color: #EA6450; }
a { background-color: rgb(234,100,80); }
div.DivClassName
{
background-color: #EA6450;
}
.BgClassName
{
background-color: #EA6450;
}
</style>
border-color css
<style>
span { border-color: #EA6450; }
span { border-color: rgb(234,100,80); }
td.TdClassName
{
border-color: #EA6450;
}
.TagClassName
{
border-color: #EA6450;
}
</style>