Shades of Flamingo #EB665A
Tints of Flamingo #EB665A
RGB
CMYK
RGB Variations
Color information
#EB665A (or 0xEB665A) is known color: Flamingo. HEX triplet: EB, 66 and 5A. RGB value is (235,102,90). Sum of RGB (Red+Green+Blue) = 235+102+90=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB665A is #1499A5. Grayscale: #8C8C8C. Windows color (decimal): -1350054 or 5924587. OLE color: 5924587.
HSL color Cylindrical-coordinate representation of color #EB665A: hue angle of 4.97º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB665A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 90 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.08 |
| HSL | 4.97º | 0.78% | 0.64% | - |
| HSV(B) | 4.97º | 0.62% | 0.92% | - |
| XYZ | 40.86 | 27.9 | 12.91 | - |
| YUV | 140.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 90 | 0 | 0.57 | 0.62 | 0.08 | 4.97 | 0.78 | 0.64 |
| Hex | EB | 66 | 5A | 0 | 39 | 3E | 8 | 5 | 4E | 40 |
| Octal | 353 | 146 | 132 | 0 | 71 | 76 | 10 | 5 | 116 | 100 |
| Binary | 11101011 | 1100110 | 1011010 | 0 | 111001 | 111110 | 1000 | 101 | 1001110 | 1000000 |
Color Harmonies of #EB665A
Complementary color
Monochromatic Colors of #EB665A
Black with #EB665A
Text Example
Text Example
White with #EB665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB665A; }
p { color: rgb(235,102,90); }
H1.HeaderClassName
{
color: #EB665A;
}
.AnyTagClassName
{
color: #EB665A;
}
</style>
background-color css
<style>
a { background-color: #EB665A; }
a { background-color: rgb(235,102,90); }
div.DivClassName
{
background-color: #EB665A;
}
.BgClassName
{
background-color: #EB665A;
}
</style>
border-color css
<style>
span { border-color: #EB665A; }
span { border-color: rgb(235,102,90); }
td.TdClassName
{
border-color: #EB665A;
}
.TagClassName
{
border-color: #EB665A;
}
</style>