Shades of Flamingo #EE6655
Tints of Flamingo #EE6655
RGB
CMYK
RGB Variations
Color information
#EE6655 (or 0xEE6655) is known color: Flamingo. HEX triplet: EE, 66 and 55. RGB value is (238,102,85). Sum of RGB (Red+Green+Blue) = 238+102+85=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6655 is #1199AA. Grayscale: #8C8C8C. Windows color (decimal): -1153451 or 5596910. OLE color: 5596910.
HSL color Cylindrical-coordinate representation of color #EE6655: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6655 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 85 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.07 |
| HSL | 6.67º | 0.82% | 0.63% | - |
| HSV(B) | 6.67º | 0.64% | 0.93% | - |
| XYZ | 41.65 | 28.34 | 11.87 | - |
| YUV | 140.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 85 | 0 | 0.57 | 0.64 | 0.07 | 6.67 | 0.82 | 0.63 |
| Hex | EE | 66 | 55 | 0 | 39 | 40 | 7 | 7 | 52 | 3F |
| Octal | 356 | 146 | 125 | 0 | 71 | 100 | 7 | 7 | 122 | 77 |
| Binary | 11101110 | 1100110 | 1010101 | 0 | 111001 | 1000000 | 111 | 111 | 1010010 | 111111 |
Color Harmonies of #EE6655
Complementary color
Monochromatic Colors of #EE6655
Black with #EE6655
Text Example
Text Example
White with #EE6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6655; }
p { color: rgb(238,102,85); }
H1.HeaderClassName
{
color: #EE6655;
}
.AnyTagClassName
{
color: #EE6655;
}
</style>
background-color css
<style>
a { background-color: #EE6655; }
a { background-color: rgb(238,102,85); }
div.DivClassName
{
background-color: #EE6655;
}
.BgClassName
{
background-color: #EE6655;
}
</style>
border-color css
<style>
span { border-color: #EE6655; }
span { border-color: rgb(238,102,85); }
td.TdClassName
{
border-color: #EE6655;
}
.TagClassName
{
border-color: #EE6655;
}
</style>