Shades of Flamingo #E66758
Tints of Flamingo #E66758
RGB
CMYK
RGB Variations
Color information
#E66758 (or 0xE66758) is known color: Flamingo. HEX triplet: E6, 67 and 58. RGB value is (230,103,88). Sum of RGB (Red+Green+Blue) = 230+103+88=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E66758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66758 is #1998A7. Grayscale: #8B8B8B. Windows color (decimal): -1677480 or 5793766. OLE color: 5793766.
HSL color Cylindrical-coordinate representation of color #E66758: hue angle of 6.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E66758 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 88 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 6.34º | 0.74% | 0.62% | - |
| HSV(B) | 6.34º | 0.62% | 0.9% | - |
| XYZ | 39.24 | 27.23 | 12.42 | - |
| YUV | 139.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 88 | 0 | 0.55 | 0.62 | 0.10 | 6.34 | 0.74 | 0.62 |
| Hex | E6 | 67 | 58 | 0 | 37 | 3E | A | 6 | 4A | 3E |
| Octal | 346 | 147 | 130 | 0 | 67 | 76 | 12 | 6 | 112 | 76 |
| Binary | 11100110 | 1100111 | 1011000 | 0 | 110111 | 111110 | 1010 | 110 | 1001010 | 111110 |
Color Harmonies of #E66758
Complementary color
Monochromatic Colors of #E66758
Black with #E66758
Text Example
Text Example
White with #E66758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66758; }
p { color: rgb(230,103,88); }
H1.HeaderClassName
{
color: #E66758;
}
.AnyTagClassName
{
color: #E66758;
}
</style>
background-color css
<style>
a { background-color: #E66758; }
a { background-color: rgb(230,103,88); }
div.DivClassName
{
background-color: #E66758;
}
.BgClassName
{
background-color: #E66758;
}
</style>
border-color css
<style>
span { border-color: #E66758; }
span { border-color: rgb(230,103,88); }
td.TdClassName
{
border-color: #E66758;
}
.TagClassName
{
border-color: #E66758;
}
</style>