Shades of Flamingo #EA5545
Tints of Flamingo #EA5545
RGB
CMYK
RGB Variations
Color information
#EA5545 (or 0xEA5545) is known color: Flamingo. HEX triplet: EA, 55 and 45. RGB value is (234,85,69). Sum of RGB (Red+Green+Blue) = 234+85+69=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5545 is #15AABA. Grayscale: #7F7F7F. Windows color (decimal): -1419963 or 4543978. OLE color: 4543978.
HSL color Cylindrical-coordinate representation of color #EA5545: hue angle of 5.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA5545 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 69 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.08 |
| HSL | 5.82º | 0.8% | 0.59% | - |
| HSV(B) | 5.82º | 0.71% | 0.92% | - |
| XYZ | 38.25 | 24.42 | 8.33 | - |
| YUV | 127.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 69 | 0 | 0.64 | 0.71 | 0.08 | 5.82 | 0.8 | 0.59 |
| Hex | EA | 55 | 45 | 0 | 40 | 47 | 8 | 6 | 50 | 3B |
| Octal | 352 | 125 | 105 | 0 | 100 | 107 | 10 | 6 | 120 | 73 |
| Binary | 11101010 | 1010101 | 1000101 | 0 | 1000000 | 1000111 | 1000 | 110 | 1010000 | 111011 |
Color Harmonies of #EA5545
Complementary color
Monochromatic Colors of #EA5545
Black with #EA5545
Text Example
Text Example
White with #EA5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5545; }
p { color: rgb(234,85,69); }
H1.HeaderClassName
{
color: #EA5545;
}
.AnyTagClassName
{
color: #EA5545;
}
</style>
background-color css
<style>
a { background-color: #EA5545; }
a { background-color: rgb(234,85,69); }
div.DivClassName
{
background-color: #EA5545;
}
.BgClassName
{
background-color: #EA5545;
}
</style>
border-color css
<style>
span { border-color: #EA5545; }
span { border-color: rgb(234,85,69); }
td.TdClassName
{
border-color: #EA5545;
}
.TagClassName
{
border-color: #EA5545;
}
</style>