Shades of Flamingo #E75B3C
Tints of Flamingo #E75B3C
RGB
CMYK
RGB Variations
Color information
#E75B3C (or 0xE75B3C) is known color: Flamingo. HEX triplet: E7, 5B and 3C. RGB value is (231,91,60). Sum of RGB (Red+Green+Blue) = 231+91+60=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75B3C is #18A4C3. Grayscale: #818181. Windows color (decimal): -1615044 or 3955687. OLE color: 3955687.
HSL color Cylindrical-coordinate representation of color #E75B3C: hue angle of 10.88º degrees, saturation: 0.78, 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 #E75B3C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 60 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.09 |
| HSL | 10.88º | 0.78% | 0.57% | - |
| HSV(B) | 10.88º | 0.74% | 0.91% | - |
| XYZ | 37.51 | 24.8 | 7.08 | - |
| YUV | 129.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 60 | 0 | 0.61 | 0.74 | 0.09 | 10.88 | 0.78 | 0.57 |
| Hex | E7 | 5B | 3C | 0 | 3D | 4A | 9 | B | 4E | 39 |
| Octal | 347 | 133 | 74 | 0 | 75 | 112 | 11 | 13 | 116 | 71 |
| Binary | 11100111 | 1011011 | 111100 | 0 | 111101 | 1001010 | 1001 | 1011 | 1001110 | 111001 |
Color Harmonies of #E75B3C
Complementary color
Monochromatic Colors of #E75B3C
Black with #E75B3C
Text Example
Text Example
White with #E75B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B3C; }
p { color: rgb(231,91,60); }
H1.HeaderClassName
{
color: #E75B3C;
}
.AnyTagClassName
{
color: #E75B3C;
}
</style>
background-color css
<style>
a { background-color: #E75B3C; }
a { background-color: rgb(231,91,60); }
div.DivClassName
{
background-color: #E75B3C;
}
.BgClassName
{
background-color: #E75B3C;
}
</style>
border-color css
<style>
span { border-color: #E75B3C; }
span { border-color: rgb(231,91,60); }
td.TdClassName
{
border-color: #E75B3C;
}
.TagClassName
{
border-color: #E75B3C;
}
</style>