Shades of Flamingo #E65A3C
Tints of Flamingo #E65A3C
RGB
CMYK
RGB Variations
Color information
#E65A3C (or 0xE65A3C) is known color: Flamingo. HEX triplet: E6, 5A and 3C. RGB value is (230,90,60). Sum of RGB (Red+Green+Blue) = 230+90+60=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A3C is #19A5C3. Grayscale: #808080. Windows color (decimal): -1680836 or 3955430. OLE color: 3955430.
HSL color Cylindrical-coordinate representation of color #E65A3C: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E65A3C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 60 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.10 |
| HSL | 10.59º | 0.77% | 0.57% | - |
| HSV(B) | 10.59º | 0.74% | 0.9% | - |
| XYZ | 37.1 | 24.46 | 7.04 | - |
| YUV | 128.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 60 | 0 | 0.61 | 0.74 | 0.10 | 10.59 | 0.77 | 0.57 |
| Hex | E6 | 5A | 3C | 0 | 3D | 4A | A | B | 4D | 39 |
| Octal | 346 | 132 | 74 | 0 | 75 | 112 | 12 | 13 | 115 | 71 |
| Binary | 11100110 | 1011010 | 111100 | 0 | 111101 | 1001010 | 1010 | 1011 | 1001101 | 111001 |
Color Harmonies of #E65A3C
Complementary color
Monochromatic Colors of #E65A3C
Black with #E65A3C
Text Example
Text Example
White with #E65A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A3C; }
p { color: rgb(230,90,60); }
H1.HeaderClassName
{
color: #E65A3C;
}
.AnyTagClassName
{
color: #E65A3C;
}
</style>
background-color css
<style>
a { background-color: #E65A3C; }
a { background-color: rgb(230,90,60); }
div.DivClassName
{
background-color: #E65A3C;
}
.BgClassName
{
background-color: #E65A3C;
}
</style>
border-color css
<style>
span { border-color: #E65A3C; }
span { border-color: rgb(230,90,60); }
td.TdClassName
{
border-color: #E65A3C;
}
.TagClassName
{
border-color: #E65A3C;
}
</style>