Shades of Flamingo #EB624A
Tints of Flamingo #EB624A
RGB
CMYK
RGB Variations
Color information
#EB624A (or 0xEB624A) is known color: Flamingo. HEX triplet: EB, 62 and 4A. RGB value is (235,98,74). Sum of RGB (Red+Green+Blue) = 235+98+74=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB624A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB624A is #149DB5. Grayscale: #888888. Windows color (decimal): -1351094 or 4874987. OLE color: 4874987.
HSL color Cylindrical-coordinate representation of color #EB624A: hue angle of 8.94º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB624A is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 74 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.08 |
| HSL | 8.94º | 0.8% | 0.61% | - |
| HSV(B) | 8.94º | 0.69% | 0.92% | - |
| XYZ | 39.86 | 26.89 | 9.57 | - |
| YUV | 136.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 74 | 0 | 0.58 | 0.69 | 0.08 | 8.94 | 0.8 | 0.61 |
| Hex | EB | 62 | 4A | 0 | 3A | 45 | 8 | 9 | 50 | 3D |
| Octal | 353 | 142 | 112 | 0 | 72 | 105 | 10 | 11 | 120 | 75 |
| Binary | 11101011 | 1100010 | 1001010 | 0 | 111010 | 1000101 | 1000 | 1001 | 1010000 | 111101 |
Color Harmonies of #EB624A
Complementary color
Monochromatic Colors of #EB624A
Black with #EB624A
Text Example
Text Example
White with #EB624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB624A; }
p { color: rgb(235,98,74); }
H1.HeaderClassName
{
color: #EB624A;
}
.AnyTagClassName
{
color: #EB624A;
}
</style>
background-color css
<style>
a { background-color: #EB624A; }
a { background-color: rgb(235,98,74); }
div.DivClassName
{
background-color: #EB624A;
}
.BgClassName
{
background-color: #EB624A;
}
</style>
border-color css
<style>
span { border-color: #EB624A; }
span { border-color: rgb(235,98,74); }
td.TdClassName
{
border-color: #EB624A;
}
.TagClassName
{
border-color: #EB624A;
}
</style>