Shades of Flamingo #E95441
Tints of Flamingo #E95441
RGB
CMYK
RGB Variations
Color information
#E95441 (or 0xE95441) is known color: Flamingo. HEX triplet: E9, 54 and 41. RGB value is (233,84,65). Sum of RGB (Red+Green+Blue) = 233+84+65=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E95441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95441 is #16ABBE. Grayscale: #7E7E7E. Windows color (decimal): -1485759 or 4281577. OLE color: 4281577.
HSL color Cylindrical-coordinate representation of color #E95441: hue angle of 6.79º 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 #E95441 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 65 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.09 |
| HSL | 6.79º | 0.79% | 0.58% | - |
| HSV(B) | 6.79º | 0.72% | 0.91% | - |
| XYZ | 37.73 | 24.05 | 7.65 | - |
| YUV | 126.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 65 | 0 | 0.64 | 0.72 | 0.09 | 6.79 | 0.79 | 0.58 |
| Hex | E9 | 54 | 41 | 0 | 40 | 48 | 9 | 7 | 4F | 3A |
| Octal | 351 | 124 | 101 | 0 | 100 | 110 | 11 | 7 | 117 | 72 |
| Binary | 11101001 | 1010100 | 1000001 | 0 | 1000000 | 1001000 | 1001 | 111 | 1001111 | 111010 |
Color Harmonies of #E95441
Complementary color
Monochromatic Colors of #E95441
Black with #E95441
Text Example
Text Example
White with #E95441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95441; }
p { color: rgb(233,84,65); }
H1.HeaderClassName
{
color: #E95441;
}
.AnyTagClassName
{
color: #E95441;
}
</style>
background-color css
<style>
a { background-color: #E95441; }
a { background-color: rgb(233,84,65); }
div.DivClassName
{
background-color: #E95441;
}
.BgClassName
{
background-color: #E95441;
}
</style>
border-color css
<style>
span { border-color: #E95441; }
span { border-color: rgb(233,84,65); }
td.TdClassName
{
border-color: #E95441;
}
.TagClassName
{
border-color: #E95441;
}
</style>