Shades of Flamingo #E75C4A
Tints of Flamingo #E75C4A
RGB
CMYK
RGB Variations
Color information
#E75C4A (or 0xE75C4A) is known color: Flamingo. HEX triplet: E7, 5C and 4A. RGB value is (231,92,74). Sum of RGB (Red+Green+Blue) = 231+92+74=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75C4A is #18A3B5. Grayscale: #838383. Windows color (decimal): -1614774 or 4873447. OLE color: 4873447.
HSL color Cylindrical-coordinate representation of color #E75C4A: hue angle of 6.88º 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 #E75C4A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 74 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.09 |
| HSL | 6.88º | 0.77% | 0.6% | - |
| HSV(B) | 6.88º | 0.68% | 0.91% | - |
| XYZ | 38.02 | 25.14 | 9.33 | - |
| YUV | 131.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 74 | 0 | 0.60 | 0.68 | 0.09 | 6.88 | 0.77 | 0.6 |
| Hex | E7 | 5C | 4A | 0 | 3C | 44 | 9 | 7 | 4D | 3C |
| Octal | 347 | 134 | 112 | 0 | 74 | 104 | 11 | 7 | 115 | 74 |
| Binary | 11100111 | 1011100 | 1001010 | 0 | 111100 | 1000100 | 1001 | 111 | 1001101 | 111100 |
Color Harmonies of #E75C4A
Complementary color
Monochromatic Colors of #E75C4A
Black with #E75C4A
Text Example
Text Example
White with #E75C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C4A; }
p { color: rgb(231,92,74); }
H1.HeaderClassName
{
color: #E75C4A;
}
.AnyTagClassName
{
color: #E75C4A;
}
</style>
background-color css
<style>
a { background-color: #E75C4A; }
a { background-color: rgb(231,92,74); }
div.DivClassName
{
background-color: #E75C4A;
}
.BgClassName
{
background-color: #E75C4A;
}
</style>
border-color css
<style>
span { border-color: #E75C4A; }
span { border-color: rgb(231,92,74); }
td.TdClassName
{
border-color: #E75C4A;
}
.TagClassName
{
border-color: #E75C4A;
}
</style>