Shades of Flamingo #E25A53
Tints of Flamingo #E25A53
RGB
CMYK
RGB Variations
Color information
#E25A53 (or 0xE25A53) is known color: Flamingo. HEX triplet: E2, 5A and 53. RGB value is (226,90,83). Sum of RGB (Red+Green+Blue) = 226+90+83=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A53 is #1DA5AC. Grayscale: #828282. Windows color (decimal): -1942957 or 5462754. OLE color: 5462754.
HSL color Cylindrical-coordinate representation of color #E25A53: hue angle of 2.94º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25A53 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 83 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.11 |
| HSL | 2.94º | 0.71% | 0.61% | - |
| HSV(B) | 2.94º | 0.63% | 0.89% | - |
| XYZ | 36.58 | 24.11 | 10.91 | - |
| YUV | 129.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 83 | 0 | 0.60 | 0.63 | 0.11 | 2.94 | 0.71 | 0.61 |
| Hex | E2 | 5A | 53 | 0 | 3C | 3F | B | 3 | 47 | 3D |
| Octal | 342 | 132 | 123 | 0 | 74 | 77 | 13 | 3 | 107 | 75 |
| Binary | 11100010 | 1011010 | 1010011 | 0 | 111100 | 111111 | 1011 | 11 | 1000111 | 111101 |
Color Harmonies of #E25A53
Complementary color
Monochromatic Colors of #E25A53
Black with #E25A53
Text Example
Text Example
White with #E25A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A53; }
p { color: rgb(226,90,83); }
H1.HeaderClassName
{
color: #E25A53;
}
.AnyTagClassName
{
color: #E25A53;
}
</style>
background-color css
<style>
a { background-color: #E25A53; }
a { background-color: rgb(226,90,83); }
div.DivClassName
{
background-color: #E25A53;
}
.BgClassName
{
background-color: #E25A53;
}
</style>
border-color css
<style>
span { border-color: #E25A53; }
span { border-color: rgb(226,90,83); }
td.TdClassName
{
border-color: #E25A53;
}
.TagClassName
{
border-color: #E25A53;
}
</style>