Shades of Flamingo #E95A45
Tints of Flamingo #E95A45
RGB
CMYK
RGB Variations
Color information
#E95A45 (or 0xE95A45) is known color: Flamingo. HEX triplet: E9, 5A and 45. RGB value is (233,90,69). Sum of RGB (Red+Green+Blue) = 233+90+69=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A45 is #16A5BA. Grayscale: #828282. Windows color (decimal): -1484219 or 4545257. OLE color: 4545257.
HSL color Cylindrical-coordinate representation of color #E95A45: hue angle of 7.68º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E95A45 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 69 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.09 |
| HSL | 7.68º | 0.79% | 0.59% | - |
| HSV(B) | 7.68º | 0.7% | 0.91% | - |
| XYZ | 38.33 | 25.07 | 8.45 | - |
| YUV | 130.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 69 | 0 | 0.61 | 0.70 | 0.09 | 7.68 | 0.79 | 0.59 |
| Hex | E9 | 5A | 45 | 0 | 3D | 46 | 9 | 8 | 4F | 3B |
| Octal | 351 | 132 | 105 | 0 | 75 | 106 | 11 | 10 | 117 | 73 |
| Binary | 11101001 | 1011010 | 1000101 | 0 | 111101 | 1000110 | 1001 | 1000 | 1001111 | 111011 |
Color Harmonies of #E95A45
Complementary color
Monochromatic Colors of #E95A45
Black with #E95A45
Text Example
Text Example
White with #E95A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A45; }
p { color: rgb(233,90,69); }
H1.HeaderClassName
{
color: #E95A45;
}
.AnyTagClassName
{
color: #E95A45;
}
</style>
background-color css
<style>
a { background-color: #E95A45; }
a { background-color: rgb(233,90,69); }
div.DivClassName
{
background-color: #E95A45;
}
.BgClassName
{
background-color: #E95A45;
}
</style>
border-color css
<style>
span { border-color: #E95A45; }
span { border-color: rgb(233,90,69); }
td.TdClassName
{
border-color: #E95A45;
}
.TagClassName
{
border-color: #E95A45;
}
</style>