Shades of Flamingo #E66652
Tints of Flamingo #E66652
RGB
CMYK
RGB Variations
Color information
#E66652 (or 0xE66652) is known color: Flamingo. HEX triplet: E6, 66 and 52. RGB value is (230,102,82). Sum of RGB (Red+Green+Blue) = 230+102+82=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E66652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66652 is #1999AD. Grayscale: #8A8A8A. Windows color (decimal): -1677742 or 5400294. OLE color: 5400294.
HSL color Cylindrical-coordinate representation of color #E66652: hue angle of 8.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E66652 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 82 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.10 |
| HSL | 8.11º | 0.75% | 0.61% | - |
| HSV(B) | 8.11º | 0.64% | 0.9% | - |
| XYZ | 38.91 | 26.93 | 11.13 | - |
| YUV | 137.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 82 | 0 | 0.56 | 0.64 | 0.10 | 8.11 | 0.75 | 0.61 |
| Hex | E6 | 66 | 52 | 0 | 38 | 40 | A | 8 | 4B | 3D |
| Octal | 346 | 146 | 122 | 0 | 70 | 100 | 12 | 10 | 113 | 75 |
| Binary | 11100110 | 1100110 | 1010010 | 0 | 111000 | 1000000 | 1010 | 1000 | 1001011 | 111101 |
Color Harmonies of #E66652
Complementary color
Monochromatic Colors of #E66652
Black with #E66652
Text Example
Text Example
White with #E66652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66652; }
p { color: rgb(230,102,82); }
H1.HeaderClassName
{
color: #E66652;
}
.AnyTagClassName
{
color: #E66652;
}
</style>
background-color css
<style>
a { background-color: #E66652; }
a { background-color: rgb(230,102,82); }
div.DivClassName
{
background-color: #E66652;
}
.BgClassName
{
background-color: #E66652;
}
</style>
border-color css
<style>
span { border-color: #E66652; }
span { border-color: rgb(230,102,82); }
td.TdClassName
{
border-color: #E66652;
}
.TagClassName
{
border-color: #E66652;
}
</style>