Shades of Flamingo #E65555
Tints of Flamingo #E65555
RGB
CMYK
RGB Variations
Color information
#E65555 (or 0xE65555) is known color: Flamingo. HEX triplet: E6, 55 and 55. RGB value is (230,85,85). Sum of RGB (Red+Green+Blue) = 230+85+85=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E65555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65555 is #19AAAA. Grayscale: #808080. Windows color (decimal): -1682091 or 5592550. OLE color: 5592550.
HSL color Cylindrical-coordinate representation of color #E65555: hue angle of 0º 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 #E65555 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 85 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 0º | 0.74% | 0.62% | - |
| HSV(B) | 0º | 0.63% | 0.9% | - |
| XYZ | 37.52 | 23.98 | 11.24 | - |
| YUV | 128.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 85 | 0 | 0.63 | 0.63 | 0.10 | 0 | 0.74 | 0.62 |
| Hex | E6 | 55 | 55 | 0 | 3F | 3F | A | 0 | 4A | 3E |
| Octal | 346 | 125 | 125 | 0 | 77 | 77 | 12 | 0 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1010101 | 0 | 111111 | 111111 | 1010 | 0 | 1001010 | 111110 |
Color Harmonies of #E65555
Complementary color
Monochromatic Colors of #E65555
Black with #E65555
Text Example
Text Example
White with #E65555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65555; }
p { color: rgb(230,85,85); }
H1.HeaderClassName
{
color: #E65555;
}
.AnyTagClassName
{
color: #E65555;
}
</style>
background-color css
<style>
a { background-color: #E65555; }
a { background-color: rgb(230,85,85); }
div.DivClassName
{
background-color: #E65555;
}
.BgClassName
{
background-color: #E65555;
}
</style>
border-color css
<style>
span { border-color: #E65555; }
span { border-color: rgb(230,85,85); }
td.TdClassName
{
border-color: #E65555;
}
.TagClassName
{
border-color: #E65555;
}
</style>