Shades of Flamingo #EF625B
Tints of Flamingo #EF625B
RGB
CMYK
RGB Variations
Color information
#EF625B (or 0xEF625B) is known color: Flamingo. HEX triplet: EF, 62 and 5B. RGB value is (239,98,91). Sum of RGB (Red+Green+Blue) = 239+98+91=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF625B is #109DA4. Grayscale: #8B8B8B. Windows color (decimal): -1088933 or 5989103. OLE color: 5989103.
HSL color Cylindrical-coordinate representation of color #EF625B: hue angle of 2.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF625B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 91 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.06 |
| HSL | 2.84º | 0.82% | 0.65% | - |
| HSV(B) | 2.84º | 0.62% | 0.94% | - |
| XYZ | 41.85 | 27.84 | 13.07 | - |
| YUV | 139.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 91 | 0 | 0.59 | 0.62 | 0.06 | 2.84 | 0.82 | 0.65 |
| Hex | EF | 62 | 5B | 0 | 3B | 3E | 6 | 3 | 52 | 41 |
| Octal | 357 | 142 | 133 | 0 | 73 | 76 | 6 | 3 | 122 | 101 |
| Binary | 11101111 | 1100010 | 1011011 | 0 | 111011 | 111110 | 110 | 11 | 1010010 | 1000001 |
Color Harmonies of #EF625B
Complementary color
Monochromatic Colors of #EF625B
Black with #EF625B
Text Example
Text Example
White with #EF625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF625B; }
p { color: rgb(239,98,91); }
H1.HeaderClassName
{
color: #EF625B;
}
.AnyTagClassName
{
color: #EF625B;
}
</style>
background-color css
<style>
a { background-color: #EF625B; }
a { background-color: rgb(239,98,91); }
div.DivClassName
{
background-color: #EF625B;
}
.BgClassName
{
background-color: #EF625B;
}
</style>
border-color css
<style>
span { border-color: #EF625B; }
span { border-color: rgb(239,98,91); }
td.TdClassName
{
border-color: #EF625B;
}
.TagClassName
{
border-color: #EF625B;
}
</style>