Shades of Flamingo #E96341
Tints of Flamingo #E96341
RGB
CMYK
RGB Variations
Color information
#E96341 (or 0xE96341) is known color: Flamingo. HEX triplet: E9, 63 and 41. RGB value is (233,99,65). Sum of RGB (Red+Green+Blue) = 233+99+65=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E96341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96341 is #169CBE. Grayscale: #878787. Windows color (decimal): -1481919 or 4285417. OLE color: 4285417.
HSL color Cylindrical-coordinate representation of color #E96341: hue angle of 12.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E96341 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 65 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.09 |
| HSL | 12.14º | 0.79% | 0.58% | - |
| HSV(B) | 12.14º | 0.72% | 0.91% | - |
| XYZ | 39.02 | 26.63 | 8.08 | - |
| YUV | 135.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 65 | 0 | 0.58 | 0.72 | 0.09 | 12.14 | 0.79 | 0.58 |
| Hex | E9 | 63 | 41 | 0 | 3A | 48 | 9 | C | 4F | 3A |
| Octal | 351 | 143 | 101 | 0 | 72 | 110 | 11 | 14 | 117 | 72 |
| Binary | 11101001 | 1100011 | 1000001 | 0 | 111010 | 1001000 | 1001 | 1100 | 1001111 | 111010 |
Color Harmonies of #E96341
Complementary color
Monochromatic Colors of #E96341
Black with #E96341
Text Example
Text Example
White with #E96341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96341; }
p { color: rgb(233,99,65); }
H1.HeaderClassName
{
color: #E96341;
}
.AnyTagClassName
{
color: #E96341;
}
</style>
background-color css
<style>
a { background-color: #E96341; }
a { background-color: rgb(233,99,65); }
div.DivClassName
{
background-color: #E96341;
}
.BgClassName
{
background-color: #E96341;
}
</style>
border-color css
<style>
span { border-color: #E96341; }
span { border-color: rgb(233,99,65); }
td.TdClassName
{
border-color: #E96341;
}
.TagClassName
{
border-color: #E96341;
}
</style>