Shades of Flamingo #E75553
Tints of Flamingo #E75553
RGB
CMYK
RGB Variations
Color information
#E75553 (or 0xE75553) is known color: Flamingo. HEX triplet: E7, 55 and 53. RGB value is (231,85,83). Sum of RGB (Red+Green+Blue) = 231+85+83=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E75553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75553 is #18AAAC. Grayscale: #808080. Windows color (decimal): -1616557 or 5461479. OLE color: 5461479.
HSL color Cylindrical-coordinate representation of color #E75553: hue angle of 0.81º degrees, saturation: 0.76, 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 #E75553 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 83 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.09 |
| HSL | 0.81º | 0.76% | 0.62% | - |
| HSV(B) | 0.81º | 0.64% | 0.91% | - |
| XYZ | 37.76 | 24.11 | 10.85 | - |
| YUV | 128.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 83 | 0 | 0.63 | 0.64 | 0.09 | 0.81 | 0.76 | 0.62 |
| Hex | E7 | 55 | 53 | 0 | 3F | 40 | 9 | 1 | 4C | 3E |
| Octal | 347 | 125 | 123 | 0 | 77 | 100 | 11 | 1 | 114 | 76 |
| Binary | 11100111 | 1010101 | 1010011 | 0 | 111111 | 1000000 | 1001 | 1 | 1001100 | 111110 |
Color Harmonies of #E75553
Complementary color
Monochromatic Colors of #E75553
Black with #E75553
Text Example
Text Example
White with #E75553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75553; }
p { color: rgb(231,85,83); }
H1.HeaderClassName
{
color: #E75553;
}
.AnyTagClassName
{
color: #E75553;
}
</style>
background-color css
<style>
a { background-color: #E75553; }
a { background-color: rgb(231,85,83); }
div.DivClassName
{
background-color: #E75553;
}
.BgClassName
{
background-color: #E75553;
}
</style>
border-color css
<style>
span { border-color: #E75553; }
span { border-color: rgb(231,85,83); }
td.TdClassName
{
border-color: #E75553;
}
.TagClassName
{
border-color: #E75553;
}
</style>