Shades of Flamingo #E75D54
Tints of Flamingo #E75D54
RGB
CMYK
RGB Variations
Color information
#E75D54 (or 0xE75D54) is known color: Flamingo. HEX triplet: E7, 5D and 54. RGB value is (231,93,84). Sum of RGB (Red+Green+Blue) = 231+93+84=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D54 is #18A2AB. Grayscale: #858585. Windows color (decimal): -1614508 or 5529063. OLE color: 5529063.
HSL color Cylindrical-coordinate representation of color #E75D54: hue angle of 3.67º degrees, saturation: 0.75, 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 #E75D54 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 84 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.09 |
| HSL | 3.67º | 0.75% | 0.62% | - |
| HSV(B) | 3.67º | 0.64% | 0.91% | - |
| XYZ | 38.47 | 25.46 | 11.27 | - |
| YUV | 133.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 84 | 0 | 0.60 | 0.64 | 0.09 | 3.67 | 0.75 | 0.62 |
| Hex | E7 | 5D | 54 | 0 | 3C | 40 | 9 | 4 | 4B | 3E |
| Octal | 347 | 135 | 124 | 0 | 74 | 100 | 11 | 4 | 113 | 76 |
| Binary | 11100111 | 1011101 | 1010100 | 0 | 111100 | 1000000 | 1001 | 100 | 1001011 | 111110 |
Color Harmonies of #E75D54
Complementary color
Monochromatic Colors of #E75D54
Black with #E75D54
Text Example
Text Example
White with #E75D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D54; }
p { color: rgb(231,93,84); }
H1.HeaderClassName
{
color: #E75D54;
}
.AnyTagClassName
{
color: #E75D54;
}
</style>
background-color css
<style>
a { background-color: #E75D54; }
a { background-color: rgb(231,93,84); }
div.DivClassName
{
background-color: #E75D54;
}
.BgClassName
{
background-color: #E75D54;
}
</style>
border-color css
<style>
span { border-color: #E75D54; }
span { border-color: rgb(231,93,84); }
td.TdClassName
{
border-color: #E75D54;
}
.TagClassName
{
border-color: #E75D54;
}
</style>