Shades of Flamingo #EB514E
Tints of Flamingo #EB514E
RGB
CMYK
RGB Variations
Color information
#EB514E (or 0xEB514E) is known color: Flamingo. HEX triplet: EB, 51 and 4E. RGB value is (235,81,78). Sum of RGB (Red+Green+Blue) = 235+81+78=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB514E is #14AEB1. Grayscale: #7E7E7E. Windows color (decimal): -1355442 or 5132779. OLE color: 5132779.
HSL color Cylindrical-coordinate representation of color #EB514E: hue angle of 1.15º 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 #EB514E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 78 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.08 |
| HSL | 1.15º | 0.8% | 0.61% | - |
| HSV(B) | 1.15º | 0.67% | 0.92% | - |
| XYZ | 38.58 | 24.1 | 9.83 | - |
| YUV | 126.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 78 | 0 | 0.66 | 0.67 | 0.08 | 1.15 | 0.8 | 0.61 |
| Hex | EB | 51 | 4E | 0 | 42 | 43 | 8 | 1 | 50 | 3D |
| Octal | 353 | 121 | 116 | 0 | 102 | 103 | 10 | 1 | 120 | 75 |
| Binary | 11101011 | 1010001 | 1001110 | 0 | 1000010 | 1000011 | 1000 | 1 | 1010000 | 111101 |
Color Harmonies of #EB514E
Complementary color
Monochromatic Colors of #EB514E
Black with #EB514E
Text Example
Text Example
White with #EB514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB514E; }
p { color: rgb(235,81,78); }
H1.HeaderClassName
{
color: #EB514E;
}
.AnyTagClassName
{
color: #EB514E;
}
</style>
background-color css
<style>
a { background-color: #EB514E; }
a { background-color: rgb(235,81,78); }
div.DivClassName
{
background-color: #EB514E;
}
.BgClassName
{
background-color: #EB514E;
}
</style>
border-color css
<style>
span { border-color: #EB514E; }
span { border-color: rgb(235,81,78); }
td.TdClassName
{
border-color: #EB514E;
}
.TagClassName
{
border-color: #EB514E;
}
</style>