Shades of Flamingo #E95B3C
Tints of Flamingo #E95B3C
RGB
CMYK
RGB Variations
Color information
#E95B3C (or 0xE95B3C) is known color: Flamingo. HEX triplet: E9, 5B and 3C. RGB value is (233,91,60). Sum of RGB (Red+Green+Blue) = 233+91+60=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95B3C is #16A4C3. Grayscale: #828282. Windows color (decimal): -1483972 or 3955689. OLE color: 3955689.
HSL color Cylindrical-coordinate representation of color #E95B3C: hue angle of 10.75º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E95B3C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 60 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.09 |
| HSL | 10.75º | 0.8% | 0.57% | - |
| HSV(B) | 10.75º | 0.74% | 0.91% | - |
| XYZ | 38.16 | 25.13 | 7.11 | - |
| YUV | 129.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 60 | 0 | 0.61 | 0.74 | 0.09 | 10.75 | 0.8 | 0.57 |
| Hex | E9 | 5B | 3C | 0 | 3D | 4A | 9 | B | 50 | 39 |
| Octal | 351 | 133 | 74 | 0 | 75 | 112 | 11 | 13 | 120 | 71 |
| Binary | 11101001 | 1011011 | 111100 | 0 | 111101 | 1001010 | 1001 | 1011 | 1010000 | 111001 |
Color Harmonies of #E95B3C
Complementary color
Monochromatic Colors of #E95B3C
Black with #E95B3C
Text Example
Text Example
White with #E95B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B3C; }
p { color: rgb(233,91,60); }
H1.HeaderClassName
{
color: #E95B3C;
}
.AnyTagClassName
{
color: #E95B3C;
}
</style>
background-color css
<style>
a { background-color: #E95B3C; }
a { background-color: rgb(233,91,60); }
div.DivClassName
{
background-color: #E95B3C;
}
.BgClassName
{
background-color: #E95B3C;
}
</style>
border-color css
<style>
span { border-color: #E95B3C; }
span { border-color: rgb(233,91,60); }
td.TdClassName
{
border-color: #E95B3C;
}
.TagClassName
{
border-color: #E95B3C;
}
</style>