Shades of Flamingo #E75D4A
Tints of Flamingo #E75D4A
RGB
CMYK
RGB Variations
Color information
#E75D4A (or 0xE75D4A) is known color: Flamingo. HEX triplet: E7, 5D and 4A. RGB value is (231,93,74). Sum of RGB (Red+Green+Blue) = 231+93+74=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D4A is #18A2B5. Grayscale: #848484. Windows color (decimal): -1614518 or 4873703. OLE color: 4873703.
HSL color Cylindrical-coordinate representation of color #E75D4A: hue angle of 7.26º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E75D4A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 74 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.09 |
| HSL | 7.26º | 0.77% | 0.6% | - |
| HSV(B) | 7.26º | 0.68% | 0.91% | - |
| XYZ | 38.11 | 25.31 | 9.36 | - |
| YUV | 132.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 74 | 0 | 0.60 | 0.68 | 0.09 | 7.26 | 0.77 | 0.6 |
| Hex | E7 | 5D | 4A | 0 | 3C | 44 | 9 | 7 | 4D | 3C |
| Octal | 347 | 135 | 112 | 0 | 74 | 104 | 11 | 7 | 115 | 74 |
| Binary | 11100111 | 1011101 | 1001010 | 0 | 111100 | 1000100 | 1001 | 111 | 1001101 | 111100 |
Color Harmonies of #E75D4A
Complementary color
Monochromatic Colors of #E75D4A
Black with #E75D4A
Text Example
Text Example
White with #E75D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D4A; }
p { color: rgb(231,93,74); }
H1.HeaderClassName
{
color: #E75D4A;
}
.AnyTagClassName
{
color: #E75D4A;
}
</style>
background-color css
<style>
a { background-color: #E75D4A; }
a { background-color: rgb(231,93,74); }
div.DivClassName
{
background-color: #E75D4A;
}
.BgClassName
{
background-color: #E75D4A;
}
</style>
border-color css
<style>
span { border-color: #E75D4A; }
span { border-color: rgb(231,93,74); }
td.TdClassName
{
border-color: #E75D4A;
}
.TagClassName
{
border-color: #E75D4A;
}
</style>