Shades of Flamingo #EB6453
Tints of Flamingo #EB6453
RGB
CMYK
RGB Variations
Color information
#EB6453 (or 0xEB6453) is known color: Flamingo. HEX triplet: EB, 64 and 53. RGB value is (235,100,83). Sum of RGB (Red+Green+Blue) = 235+100+83=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6453 is #149BAC. Grayscale: #8A8A8A. Windows color (decimal): -1350573 or 5465323. OLE color: 5465323.
HSL color Cylindrical-coordinate representation of color #EB6453: hue angle of 6.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB6453 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 83 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.08 |
| HSL | 6.71º | 0.79% | 0.62% | - |
| HSV(B) | 6.71º | 0.65% | 0.92% | - |
| XYZ | 40.38 | 27.4 | 11.34 | - |
| YUV | 138.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 83 | 0 | 0.57 | 0.65 | 0.08 | 6.71 | 0.79 | 0.62 |
| Hex | EB | 64 | 53 | 0 | 39 | 41 | 8 | 7 | 4F | 3E |
| Octal | 353 | 144 | 123 | 0 | 71 | 101 | 10 | 7 | 117 | 76 |
| Binary | 11101011 | 1100100 | 1010011 | 0 | 111001 | 1000001 | 1000 | 111 | 1001111 | 111110 |
Color Harmonies of #EB6453
Complementary color
Monochromatic Colors of #EB6453
Black with #EB6453
Text Example
Text Example
White with #EB6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6453; }
p { color: rgb(235,100,83); }
H1.HeaderClassName
{
color: #EB6453;
}
.AnyTagClassName
{
color: #EB6453;
}
</style>
background-color css
<style>
a { background-color: #EB6453; }
a { background-color: rgb(235,100,83); }
div.DivClassName
{
background-color: #EB6453;
}
.BgClassName
{
background-color: #EB6453;
}
</style>
border-color css
<style>
span { border-color: #EB6453; }
span { border-color: rgb(235,100,83); }
td.TdClassName
{
border-color: #EB6453;
}
.TagClassName
{
border-color: #EB6453;
}
</style>