Shades of Flamingo #EB5A4A
Tints of Flamingo #EB5A4A
RGB
CMYK
RGB Variations
Color information
#EB5A4A (or 0xEB5A4A) is known color: Flamingo. HEX triplet: EB, 5A and 4A. RGB value is (235,90,74). Sum of RGB (Red+Green+Blue) = 235+90+74=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A4A is #14A5B5. Grayscale: #838383. Windows color (decimal): -1353142 or 4872939. OLE color: 4872939.
HSL color Cylindrical-coordinate representation of color #EB5A4A: hue angle of 5.96º 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 #EB5A4A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.08 |
| HSL | 5.96º | 0.8% | 0.61% | - |
| HSV(B) | 5.96º | 0.69% | 0.92% | - |
| XYZ | 39.15 | 25.47 | 9.33 | - |
| YUV | 131.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 74 | 0 | 0.62 | 0.69 | 0.08 | 5.96 | 0.8 | 0.61 |
| Hex | EB | 5A | 4A | 0 | 3E | 45 | 8 | 6 | 50 | 3D |
| Octal | 353 | 132 | 112 | 0 | 76 | 105 | 10 | 6 | 120 | 75 |
| Binary | 11101011 | 1011010 | 1001010 | 0 | 111110 | 1000101 | 1000 | 110 | 1010000 | 111101 |
Color Harmonies of #EB5A4A
Complementary color
Monochromatic Colors of #EB5A4A
Black with #EB5A4A
Text Example
Text Example
White with #EB5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A4A; }
p { color: rgb(235,90,74); }
H1.HeaderClassName
{
color: #EB5A4A;
}
.AnyTagClassName
{
color: #EB5A4A;
}
</style>
background-color css
<style>
a { background-color: #EB5A4A; }
a { background-color: rgb(235,90,74); }
div.DivClassName
{
background-color: #EB5A4A;
}
.BgClassName
{
background-color: #EB5A4A;
}
</style>
border-color css
<style>
span { border-color: #EB5A4A; }
span { border-color: rgb(235,90,74); }
td.TdClassName
{
border-color: #EB5A4A;
}
.TagClassName
{
border-color: #EB5A4A;
}
</style>