Shades of Flamingo #E2654A
Tints of Flamingo #E2654A
RGB
CMYK
RGB Variations
Color information
#E2654A (or 0xE2654A) is known color: Flamingo. HEX triplet: E2, 65 and 4A. RGB value is (226,101,74). Sum of RGB (Red+Green+Blue) = 226+101+74=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2654A is #1D9AB5. Grayscale: #878787. Windows color (decimal): -1940150 or 4875746. OLE color: 4875746.
HSL color Cylindrical-coordinate representation of color #E2654A: hue angle of 10.66º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2654A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 74 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.11 |
| HSL | 10.66º | 0.72% | 0.59% | - |
| HSV(B) | 10.66º | 0.67% | 0.89% | - |
| XYZ | 37.25 | 25.97 | 9.53 | - |
| YUV | 135.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 74 | 0 | 0.55 | 0.67 | 0.11 | 10.66 | 0.72 | 0.59 |
| Hex | E2 | 65 | 4A | 0 | 37 | 43 | B | B | 48 | 3B |
| Octal | 342 | 145 | 112 | 0 | 67 | 103 | 13 | 13 | 110 | 73 |
| Binary | 11100010 | 1100101 | 1001010 | 0 | 110111 | 1000011 | 1011 | 1011 | 1001000 | 111011 |
Color Harmonies of #E2654A
Complementary color
Monochromatic Colors of #E2654A
Black with #E2654A
Text Example
Text Example
White with #E2654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2654A; }
p { color: rgb(226,101,74); }
H1.HeaderClassName
{
color: #E2654A;
}
.AnyTagClassName
{
color: #E2654A;
}
</style>
background-color css
<style>
a { background-color: #E2654A; }
a { background-color: rgb(226,101,74); }
div.DivClassName
{
background-color: #E2654A;
}
.BgClassName
{
background-color: #E2654A;
}
</style>
border-color css
<style>
span { border-color: #E2654A; }
span { border-color: rgb(226,101,74); }
td.TdClassName
{
border-color: #E2654A;
}
.TagClassName
{
border-color: #E2654A;
}
</style>