Shades of Flamingo #EE6752
Tints of Flamingo #EE6752
RGB
CMYK
RGB Variations
Color information
#EE6752 (or 0xEE6752) is known color: Flamingo. HEX triplet: EE, 67 and 52. RGB value is (238,103,82). Sum of RGB (Red+Green+Blue) = 238+103+82=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6752 is #1198AD. Grayscale: #8D8D8D. Windows color (decimal): -1153198 or 5400558. OLE color: 5400558.
HSL color Cylindrical-coordinate representation of color #EE6752: hue angle of 8.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6752 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 82 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.07 |
| HSL | 8.08º | 0.82% | 0.63% | - |
| HSV(B) | 8.08º | 0.66% | 0.93% | - |
| XYZ | 41.63 | 28.49 | 11.29 | - |
| YUV | 140.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 82 | 0 | 0.57 | 0.66 | 0.07 | 8.08 | 0.82 | 0.63 |
| Hex | EE | 67 | 52 | 0 | 39 | 42 | 7 | 8 | 52 | 3F |
| Octal | 356 | 147 | 122 | 0 | 71 | 102 | 7 | 10 | 122 | 77 |
| Binary | 11101110 | 1100111 | 1010010 | 0 | 111001 | 1000010 | 111 | 1000 | 1010010 | 111111 |
Color Harmonies of #EE6752
Complementary color
Monochromatic Colors of #EE6752
Black with #EE6752
Text Example
Text Example
White with #EE6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6752; }
p { color: rgb(238,103,82); }
H1.HeaderClassName
{
color: #EE6752;
}
.AnyTagClassName
{
color: #EE6752;
}
</style>
background-color css
<style>
a { background-color: #EE6752; }
a { background-color: rgb(238,103,82); }
div.DivClassName
{
background-color: #EE6752;
}
.BgClassName
{
background-color: #EE6752;
}
</style>
border-color css
<style>
span { border-color: #EE6752; }
span { border-color: rgb(238,103,82); }
td.TdClassName
{
border-color: #EE6752;
}
.TagClassName
{
border-color: #EE6752;
}
</style>