Shades of Flamingo #E75B4D
Tints of Flamingo #E75B4D
RGB
CMYK
RGB Variations
Color information
#E75B4D (or 0xE75B4D) is known color: Flamingo. HEX triplet: E7, 5B and 4D. RGB value is (231,91,77). Sum of RGB (Red+Green+Blue) = 231+91+77=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B4D is #18A4B2. Grayscale: #838383. Windows color (decimal): -1615027 or 5069799. OLE color: 5069799.
HSL color Cylindrical-coordinate representation of color #E75B4D: hue angle of 5.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E75B4D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 77 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.09 |
| HSL | 5.45º | 0.76% | 0.6% | - |
| HSV(B) | 5.45º | 0.67% | 0.91% | - |
| XYZ | 38.04 | 25.01 | 9.84 | - |
| YUV | 131.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 77 | 0 | 0.61 | 0.67 | 0.09 | 5.45 | 0.76 | 0.6 |
| Hex | E7 | 5B | 4D | 0 | 3D | 43 | 9 | 5 | 4C | 3C |
| Octal | 347 | 133 | 115 | 0 | 75 | 103 | 11 | 5 | 114 | 74 |
| Binary | 11100111 | 1011011 | 1001101 | 0 | 111101 | 1000011 | 1001 | 101 | 1001100 | 111100 |
Color Harmonies of #E75B4D
Complementary color
Monochromatic Colors of #E75B4D
Black with #E75B4D
Text Example
Text Example
White with #E75B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B4D; }
p { color: rgb(231,91,77); }
H1.HeaderClassName
{
color: #E75B4D;
}
.AnyTagClassName
{
color: #E75B4D;
}
</style>
background-color css
<style>
a { background-color: #E75B4D; }
a { background-color: rgb(231,91,77); }
div.DivClassName
{
background-color: #E75B4D;
}
.BgClassName
{
background-color: #E75B4D;
}
</style>
border-color css
<style>
span { border-color: #E75B4D; }
span { border-color: rgb(231,91,77); }
td.TdClassName
{
border-color: #E75B4D;
}
.TagClassName
{
border-color: #E75B4D;
}
</style>