Shades of Flamingo #E7574B
Tints of Flamingo #E7574B
RGB
CMYK
RGB Variations
Color information
#E7574B (or 0xE7574B) is known color: Flamingo. HEX triplet: E7, 57 and 4B. RGB value is (231,87,75). Sum of RGB (Red+Green+Blue) = 231+87+75=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7574B is #18A8B4. Grayscale: #808080. Windows color (decimal): -1616053 or 4937703. OLE color: 4937703.
HSL color Cylindrical-coordinate representation of color #E7574B: hue angle of 4.62º degrees, saturation: 0.76, 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 #E7574B is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 75 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.09 |
| HSL | 4.62º | 0.76% | 0.6% | - |
| HSV(B) | 4.62º | 0.68% | 0.91% | - |
| XYZ | 37.63 | 24.31 | 9.37 | - |
| YUV | 128.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 75 | 0 | 0.62 | 0.68 | 0.09 | 4.62 | 0.76 | 0.6 |
| Hex | E7 | 57 | 4B | 0 | 3E | 44 | 9 | 5 | 4C | 3C |
| Octal | 347 | 127 | 113 | 0 | 76 | 104 | 11 | 5 | 114 | 74 |
| Binary | 11100111 | 1010111 | 1001011 | 0 | 111110 | 1000100 | 1001 | 101 | 1001100 | 111100 |
Color Harmonies of #E7574B
Complementary color
Monochromatic Colors of #E7574B
Black with #E7574B
Text Example
Text Example
White with #E7574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7574B; }
p { color: rgb(231,87,75); }
H1.HeaderClassName
{
color: #E7574B;
}
.AnyTagClassName
{
color: #E7574B;
}
</style>
background-color css
<style>
a { background-color: #E7574B; }
a { background-color: rgb(231,87,75); }
div.DivClassName
{
background-color: #E7574B;
}
.BgClassName
{
background-color: #E7574B;
}
</style>
border-color css
<style>
span { border-color: #E7574B; }
span { border-color: rgb(231,87,75); }
td.TdClassName
{
border-color: #E7574B;
}
.TagClassName
{
border-color: #E7574B;
}
</style>