Shades of Flamingo #EE625B
Tints of Flamingo #EE625B
RGB
CMYK
RGB Variations
Color information
#EE625B (or 0xEE625B) is known color: Flamingo. HEX triplet: EE, 62 and 5B. RGB value is (238,98,91). Sum of RGB (Red+Green+Blue) = 238+98+91=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE625B is #119DA4. Grayscale: #8B8B8B. Windows color (decimal): -1154469 or 5989102. OLE color: 5989102.
HSL color Cylindrical-coordinate representation of color #EE625B: hue angle of 2.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE625B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 91 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.07 |
| HSL | 2.86º | 0.81% | 0.65% | - |
| HSV(B) | 2.86º | 0.62% | 0.93% | - |
| XYZ | 41.52 | 27.67 | 13.05 | - |
| YUV | 139.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 91 | 0 | 0.59 | 0.62 | 0.07 | 2.86 | 0.81 | 0.65 |
| Hex | EE | 62 | 5B | 0 | 3B | 3E | 7 | 3 | 51 | 41 |
| Octal | 356 | 142 | 133 | 0 | 73 | 76 | 7 | 3 | 121 | 101 |
| Binary | 11101110 | 1100010 | 1011011 | 0 | 111011 | 111110 | 111 | 11 | 1010001 | 1000001 |
Color Harmonies of #EE625B
Complementary color
Monochromatic Colors of #EE625B
Black with #EE625B
Text Example
Text Example
White with #EE625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE625B; }
p { color: rgb(238,98,91); }
H1.HeaderClassName
{
color: #EE625B;
}
.AnyTagClassName
{
color: #EE625B;
}
</style>
background-color css
<style>
a { background-color: #EE625B; }
a { background-color: rgb(238,98,91); }
div.DivClassName
{
background-color: #EE625B;
}
.BgClassName
{
background-color: #EE625B;
}
</style>
border-color css
<style>
span { border-color: #EE625B; }
span { border-color: rgb(238,98,91); }
td.TdClassName
{
border-color: #EE625B;
}
.TagClassName
{
border-color: #EE625B;
}
</style>