Shades of Flamingo #EB655C
Tints of Flamingo #EB655C
RGB
CMYK
RGB Variations
Color information
#EB655C (or 0xEB655C) is known color: Flamingo. HEX triplet: EB, 65 and 5C. RGB value is (235,101,92). Sum of RGB (Red+Green+Blue) = 235+101+92=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB655C is #149AA3. Grayscale: #8C8C8C. Windows color (decimal): -1350308 or 6055403. OLE color: 6055403.
HSL color Cylindrical-coordinate representation of color #EB655C: hue angle of 3.78º 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 #EB655C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 92 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.08 |
| HSL | 3.78º | 0.78% | 0.64% | - |
| HSV(B) | 3.78º | 0.61% | 0.92% | - |
| XYZ | 40.85 | 27.74 | 13.33 | - |
| YUV | 140.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 92 | 0 | 0.57 | 0.61 | 0.08 | 3.78 | 0.78 | 0.64 |
| Hex | EB | 65 | 5C | 0 | 39 | 3D | 8 | 4 | 4E | 40 |
| Octal | 353 | 145 | 134 | 0 | 71 | 75 | 10 | 4 | 116 | 100 |
| Binary | 11101011 | 1100101 | 1011100 | 0 | 111001 | 111101 | 1000 | 100 | 1001110 | 1000000 |
Color Harmonies of #EB655C
Complementary color
Monochromatic Colors of #EB655C
Black with #EB655C
Text Example
Text Example
White with #EB655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB655C; }
p { color: rgb(235,101,92); }
H1.HeaderClassName
{
color: #EB655C;
}
.AnyTagClassName
{
color: #EB655C;
}
</style>
background-color css
<style>
a { background-color: #EB655C; }
a { background-color: rgb(235,101,92); }
div.DivClassName
{
background-color: #EB655C;
}
.BgClassName
{
background-color: #EB655C;
}
</style>
border-color css
<style>
span { border-color: #EB655C; }
span { border-color: rgb(235,101,92); }
td.TdClassName
{
border-color: #EB655C;
}
.TagClassName
{
border-color: #EB655C;
}
</style>