Shades of Flamingo #EB655B
Tints of Flamingo #EB655B
RGB
CMYK
RGB Variations
Color information
#EB655B (or 0xEB655B) is known color: Flamingo. HEX triplet: EB, 65 and 5B. RGB value is (235,101,91). Sum of RGB (Red+Green+Blue) = 235+101+91=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB655B is #149AA4. Grayscale: #8C8C8C. Windows color (decimal): -1350309 or 5989867. OLE color: 5989867.
HSL color Cylindrical-coordinate representation of color #EB655B: hue angle of 4.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB655B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 91 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.08 |
| HSL | 4.17º | 0.78% | 0.64% | - |
| HSV(B) | 4.17º | 0.61% | 0.92% | - |
| XYZ | 40.8 | 27.72 | 13.1 | - |
| YUV | 139.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 91 | 0 | 0.57 | 0.61 | 0.08 | 4.17 | 0.78 | 0.64 |
| Hex | EB | 65 | 5B | 0 | 39 | 3D | 8 | 4 | 4E | 40 |
| Octal | 353 | 145 | 133 | 0 | 71 | 75 | 10 | 4 | 116 | 100 |
| Binary | 11101011 | 1100101 | 1011011 | 0 | 111001 | 111101 | 1000 | 100 | 1001110 | 1000000 |
Color Harmonies of #EB655B
Complementary color
Monochromatic Colors of #EB655B
Black with #EB655B
Text Example
Text Example
White with #EB655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB655B; }
p { color: rgb(235,101,91); }
H1.HeaderClassName
{
color: #EB655B;
}
.AnyTagClassName
{
color: #EB655B;
}
</style>
background-color css
<style>
a { background-color: #EB655B; }
a { background-color: rgb(235,101,91); }
div.DivClassName
{
background-color: #EB655B;
}
.BgClassName
{
background-color: #EB655B;
}
</style>
border-color css
<style>
span { border-color: #EB655B; }
span { border-color: rgb(235,101,91); }
td.TdClassName
{
border-color: #EB655B;
}
.TagClassName
{
border-color: #EB655B;
}
</style>