Shades of Flamingo #EB624E
Tints of Flamingo #EB624E
RGB
CMYK
RGB Variations
Color information
#EB624E (or 0xEB624E) is known color: Flamingo. HEX triplet: EB, 62 and 4E. RGB value is (235,98,78). Sum of RGB (Red+Green+Blue) = 235+98+78=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB624E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB624E is #149DB1. Grayscale: #888888. Windows color (decimal): -1351090 or 5137131. OLE color: 5137131.
HSL color Cylindrical-coordinate representation of color #EB624E: hue angle of 7.64º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB624E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 78 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.08 |
| HSL | 7.64º | 0.8% | 0.61% | - |
| HSV(B) | 7.64º | 0.67% | 0.92% | - |
| XYZ | 40 | 26.95 | 10.3 | - |
| YUV | 136.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 78 | 0 | 0.58 | 0.67 | 0.08 | 7.64 | 0.8 | 0.61 |
| Hex | EB | 62 | 4E | 0 | 3A | 43 | 8 | 8 | 50 | 3D |
| Octal | 353 | 142 | 116 | 0 | 72 | 103 | 10 | 10 | 120 | 75 |
| Binary | 11101011 | 1100010 | 1001110 | 0 | 111010 | 1000011 | 1000 | 1000 | 1010000 | 111101 |
Color Harmonies of #EB624E
Complementary color
Monochromatic Colors of #EB624E
Black with #EB624E
Text Example
Text Example
White with #EB624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB624E; }
p { color: rgb(235,98,78); }
H1.HeaderClassName
{
color: #EB624E;
}
.AnyTagClassName
{
color: #EB624E;
}
</style>
background-color css
<style>
a { background-color: #EB624E; }
a { background-color: rgb(235,98,78); }
div.DivClassName
{
background-color: #EB624E;
}
.BgClassName
{
background-color: #EB624E;
}
</style>
border-color css
<style>
span { border-color: #EB624E; }
span { border-color: rgb(235,98,78); }
td.TdClassName
{
border-color: #EB624E;
}
.TagClassName
{
border-color: #EB624E;
}
</style>