Shades of Flamingo #E3654A
Tints of Flamingo #E3654A
RGB
CMYK
RGB Variations
Color information
#E3654A (or 0xE3654A) is known color: Flamingo. HEX triplet: E3, 65 and 4A. RGB value is (227,101,74). Sum of RGB (Red+Green+Blue) = 227+101+74=402 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.47% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 227 - color contains mainly: red. Hex color #E3654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3654A is #1C9AB5. Grayscale: #878787. Windows color (decimal): -1874614 or 4875747. OLE color: 4875747.
HSL color Cylindrical-coordinate representation of color #E3654A: hue angle of 10.59º degrees, saturation: 0.73, 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 #E3654A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 74 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.11 |
| HSL | 10.59º | 0.73% | 0.59% | - |
| HSV(B) | 10.59º | 0.67% | 0.89% | - |
| XYZ | 37.57 | 26.13 | 9.54 | - |
| YUV | 135.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 74 | 0 | 0.56 | 0.67 | 0.11 | 10.59 | 0.73 | 0.59 |
| Hex | E3 | 65 | 4A | 0 | 38 | 43 | B | B | 49 | 3B |
| Octal | 343 | 145 | 112 | 0 | 70 | 103 | 13 | 13 | 111 | 73 |
| Binary | 11100011 | 1100101 | 1001010 | 0 | 111000 | 1000011 | 1011 | 1011 | 1001001 | 111011 |
Color Harmonies of #E3654A
Complementary color
Monochromatic Colors of #E3654A
Black with #E3654A
Text Example
Text Example
White with #E3654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3654A; }
p { color: rgb(227,101,74); }
H1.HeaderClassName
{
color: #E3654A;
}
.AnyTagClassName
{
color: #E3654A;
}
</style>
background-color css
<style>
a { background-color: #E3654A; }
a { background-color: rgb(227,101,74); }
div.DivClassName
{
background-color: #E3654A;
}
.BgClassName
{
background-color: #E3654A;
}
</style>
border-color css
<style>
span { border-color: #E3654A; }
span { border-color: rgb(227,101,74); }
td.TdClassName
{
border-color: #E3654A;
}
.TagClassName
{
border-color: #E3654A;
}
</style>