Shades of Flamingo #E75853
Tints of Flamingo #E75853
RGB
CMYK
RGB Variations
Color information
#E75853 (or 0xE75853) is known color: Flamingo. HEX triplet: E7, 58 and 53. RGB value is (231,88,83). Sum of RGB (Red+Green+Blue) = 231+88+83=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E75853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75853 is #18A7AC. Grayscale: #828282. Windows color (decimal): -1615789 or 5462247. OLE color: 5462247.
HSL color Cylindrical-coordinate representation of color #E75853: hue angle of 2.03º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75853 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 83 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.09 |
| HSL | 2.03º | 0.76% | 0.62% | - |
| HSV(B) | 2.03º | 0.64% | 0.91% | - |
| XYZ | 38.01 | 24.59 | 10.93 | - |
| YUV | 130.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 83 | 0 | 0.62 | 0.64 | 0.09 | 2.03 | 0.76 | 0.62 |
| Hex | E7 | 58 | 53 | 0 | 3E | 40 | 9 | 2 | 4C | 3E |
| Octal | 347 | 130 | 123 | 0 | 76 | 100 | 11 | 2 | 114 | 76 |
| Binary | 11100111 | 1011000 | 1010011 | 0 | 111110 | 1000000 | 1001 | 10 | 1001100 | 111110 |
Color Harmonies of #E75853
Complementary color
Monochromatic Colors of #E75853
Black with #E75853
Text Example
Text Example
White with #E75853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75853; }
p { color: rgb(231,88,83); }
H1.HeaderClassName
{
color: #E75853;
}
.AnyTagClassName
{
color: #E75853;
}
</style>
background-color css
<style>
a { background-color: #E75853; }
a { background-color: rgb(231,88,83); }
div.DivClassName
{
background-color: #E75853;
}
.BgClassName
{
background-color: #E75853;
}
</style>
border-color css
<style>
span { border-color: #E75853; }
span { border-color: rgb(231,88,83); }
td.TdClassName
{
border-color: #E75853;
}
.TagClassName
{
border-color: #E75853;
}
</style>