Shades of Flamingo #E25A4D
Tints of Flamingo #E25A4D
RGB
CMYK
RGB Variations
Color information
#E25A4D (or 0xE25A4D) is known color: Flamingo. HEX triplet: E2, 5A and 4D. RGB value is (226,90,77). Sum of RGB (Red+Green+Blue) = 226+90+77=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A4D is #1DA5B2. Grayscale: #818181. Windows color (decimal): -1942963 or 5069538. OLE color: 5069538.
HSL color Cylindrical-coordinate representation of color #E25A4D: hue angle of 5.23º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E25A4D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 77 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.11 |
| HSL | 5.23º | 0.72% | 0.59% | - |
| HSV(B) | 5.23º | 0.66% | 0.89% | - |
| XYZ | 36.36 | 24.02 | 9.74 | - |
| YUV | 129.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 77 | 0 | 0.60 | 0.66 | 0.11 | 5.23 | 0.72 | 0.59 |
| Hex | E2 | 5A | 4D | 0 | 3C | 42 | B | 5 | 48 | 3B |
| Octal | 342 | 132 | 115 | 0 | 74 | 102 | 13 | 5 | 110 | 73 |
| Binary | 11100010 | 1011010 | 1001101 | 0 | 111100 | 1000010 | 1011 | 101 | 1001000 | 111011 |
Color Harmonies of #E25A4D
Complementary color
Monochromatic Colors of #E25A4D
Black with #E25A4D
Text Example
Text Example
White with #E25A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A4D; }
p { color: rgb(226,90,77); }
H1.HeaderClassName
{
color: #E25A4D;
}
.AnyTagClassName
{
color: #E25A4D;
}
</style>
background-color css
<style>
a { background-color: #E25A4D; }
a { background-color: rgb(226,90,77); }
div.DivClassName
{
background-color: #E25A4D;
}
.BgClassName
{
background-color: #E25A4D;
}
</style>
border-color css
<style>
span { border-color: #E25A4D; }
span { border-color: rgb(226,90,77); }
td.TdClassName
{
border-color: #E25A4D;
}
.TagClassName
{
border-color: #E25A4D;
}
</style>