Shades of Flamingo #E65554
Tints of Flamingo #E65554
RGB
CMYK
RGB Variations
Color information
#E65554 (or 0xE65554) is known color: Flamingo. HEX triplet: E6, 55 and 54. RGB value is (230,85,84). Sum of RGB (Red+Green+Blue) = 230+85+84=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E65554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65554 is #19AAAB. Grayscale: #808080. Windows color (decimal): -1682092 or 5527014. OLE color: 5527014.
HSL color Cylindrical-coordinate representation of color #E65554: hue angle of 0.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65554 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 84 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 0.41º | 0.74% | 0.62% | - |
| HSV(B) | 0.41º | 0.63% | 0.9% | - |
| XYZ | 37.48 | 23.96 | 11.04 | - |
| YUV | 128.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 84 | 0 | 0.63 | 0.63 | 0.10 | 0.41 | 0.74 | 0.62 |
| Hex | E6 | 55 | 54 | 0 | 3F | 3F | A | 0 | 4A | 3E |
| Octal | 346 | 125 | 124 | 0 | 77 | 77 | 12 | 0 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1010100 | 0 | 111111 | 111111 | 1010 | 0 | 1001010 | 111110 |
Color Harmonies of #E65554
Complementary color
Monochromatic Colors of #E65554
Black with #E65554
Text Example
Text Example
White with #E65554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65554; }
p { color: rgb(230,85,84); }
H1.HeaderClassName
{
color: #E65554;
}
.AnyTagClassName
{
color: #E65554;
}
</style>
background-color css
<style>
a { background-color: #E65554; }
a { background-color: rgb(230,85,84); }
div.DivClassName
{
background-color: #E65554;
}
.BgClassName
{
background-color: #E65554;
}
</style>
border-color css
<style>
span { border-color: #E65554; }
span { border-color: rgb(230,85,84); }
td.TdClassName
{
border-color: #E65554;
}
.TagClassName
{
border-color: #E65554;
}
</style>