Shades of Flamingo #E75752
Tints of Flamingo #E75752
RGB
CMYK
RGB Variations
Color information
#E75752 (or 0xE75752) is known color: Flamingo. HEX triplet: E7, 57 and 52. RGB value is (231,87,82). Sum of RGB (Red+Green+Blue) = 231+87+82=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E75752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75752 is #18A8AD. Grayscale: #818181. Windows color (decimal): -1616046 or 5396455. OLE color: 5396455.
HSL color Cylindrical-coordinate representation of color #E75752: hue angle of 2.01º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75752 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 82 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.09 |
| HSL | 2.01º | 0.76% | 0.61% | - |
| HSV(B) | 2.01º | 0.65% | 0.91% | - |
| XYZ | 37.89 | 24.41 | 10.7 | - |
| YUV | 129.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 82 | 0 | 0.62 | 0.65 | 0.09 | 2.01 | 0.76 | 0.61 |
| Hex | E7 | 57 | 52 | 0 | 3E | 41 | 9 | 2 | 4C | 3D |
| Octal | 347 | 127 | 122 | 0 | 76 | 101 | 11 | 2 | 114 | 75 |
| Binary | 11100111 | 1010111 | 1010010 | 0 | 111110 | 1000001 | 1001 | 10 | 1001100 | 111101 |
Color Harmonies of #E75752
Complementary color
Monochromatic Colors of #E75752
Black with #E75752
Text Example
Text Example
White with #E75752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75752; }
p { color: rgb(231,87,82); }
H1.HeaderClassName
{
color: #E75752;
}
.AnyTagClassName
{
color: #E75752;
}
</style>
background-color css
<style>
a { background-color: #E75752; }
a { background-color: rgb(231,87,82); }
div.DivClassName
{
background-color: #E75752;
}
.BgClassName
{
background-color: #E75752;
}
</style>
border-color css
<style>
span { border-color: #E75752; }
span { border-color: rgb(231,87,82); }
td.TdClassName
{
border-color: #E75752;
}
.TagClassName
{
border-color: #E75752;
}
</style>