Shades of Flamingo #EB645D
Tints of Flamingo #EB645D
RGB
CMYK
RGB Variations
Color information
#EB645D (or 0xEB645D) is known color: Flamingo. HEX triplet: EB, 64 and 5D. RGB value is (235,100,93). Sum of RGB (Red+Green+Blue) = 235+100+93=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB645D is #149BA2. Grayscale: #8B8B8B. Windows color (decimal): -1350563 or 6120683. OLE color: 6120683.
HSL color Cylindrical-coordinate representation of color #EB645D: hue angle of 2.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB645D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 93 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.08 |
| HSL | 2.96º | 0.78% | 0.64% | - |
| HSV(B) | 2.96º | 0.6% | 0.92% | - |
| XYZ | 40.79 | 27.57 | 13.53 | - |
| YUV | 139.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 93 | 0 | 0.57 | 0.60 | 0.08 | 2.96 | 0.78 | 0.64 |
| Hex | EB | 64 | 5D | 0 | 39 | 3C | 8 | 3 | 4E | 40 |
| Octal | 353 | 144 | 135 | 0 | 71 | 74 | 10 | 3 | 116 | 100 |
| Binary | 11101011 | 1100100 | 1011101 | 0 | 111001 | 111100 | 1000 | 11 | 1001110 | 1000000 |
Color Harmonies of #EB645D
Complementary color
Monochromatic Colors of #EB645D
Black with #EB645D
Text Example
Text Example
White with #EB645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB645D; }
p { color: rgb(235,100,93); }
H1.HeaderClassName
{
color: #EB645D;
}
.AnyTagClassName
{
color: #EB645D;
}
</style>
background-color css
<style>
a { background-color: #EB645D; }
a { background-color: rgb(235,100,93); }
div.DivClassName
{
background-color: #EB645D;
}
.BgClassName
{
background-color: #EB645D;
}
</style>
border-color css
<style>
span { border-color: #EB645D; }
span { border-color: rgb(235,100,93); }
td.TdClassName
{
border-color: #EB645D;
}
.TagClassName
{
border-color: #EB645D;
}
</style>