Shades of Flamingo #EA5450
Tints of Flamingo #EA5450
RGB
CMYK
RGB Variations
Color information
#EA5450 (or 0xEA5450) is known color: Flamingo. HEX triplet: EA, 54 and 50. RGB value is (234,84,80). Sum of RGB (Red+Green+Blue) = 234+84+80=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5450 is #15ABAF. Grayscale: #808080. Windows color (decimal): -1420208 or 5264618. OLE color: 5264618.
HSL color Cylindrical-coordinate representation of color #EA5450: hue angle of 1.56º 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 #EA5450 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 80 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.08 |
| HSL | 1.56º | 0.79% | 0.62% | - |
| HSV(B) | 1.56º | 0.66% | 0.92% | - |
| XYZ | 38.55 | 24.41 | 10.27 | - |
| YUV | 128.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 80 | 0 | 0.64 | 0.66 | 0.08 | 1.56 | 0.79 | 0.62 |
| Hex | EA | 54 | 50 | 0 | 40 | 42 | 8 | 2 | 4F | 3E |
| Octal | 352 | 124 | 120 | 0 | 100 | 102 | 10 | 2 | 117 | 76 |
| Binary | 11101010 | 1010100 | 1010000 | 0 | 1000000 | 1000010 | 1000 | 10 | 1001111 | 111110 |
Color Harmonies of #EA5450
Complementary color
Monochromatic Colors of #EA5450
Black with #EA5450
Text Example
Text Example
White with #EA5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5450; }
p { color: rgb(234,84,80); }
H1.HeaderClassName
{
color: #EA5450;
}
.AnyTagClassName
{
color: #EA5450;
}
</style>
background-color css
<style>
a { background-color: #EA5450; }
a { background-color: rgb(234,84,80); }
div.DivClassName
{
background-color: #EA5450;
}
.BgClassName
{
background-color: #EA5450;
}
</style>
border-color css
<style>
span { border-color: #EA5450; }
span { border-color: rgb(234,84,80); }
td.TdClassName
{
border-color: #EA5450;
}
.TagClassName
{
border-color: #EA5450;
}
</style>