Shades of Flamingo #EB634F
Tints of Flamingo #EB634F
RGB
CMYK
RGB Variations
Color information
#EB634F (or 0xEB634F) is known color: Flamingo. HEX triplet: EB, 63 and 4F. RGB value is (235,99,79). Sum of RGB (Red+Green+Blue) = 235+99+79=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB634F is #149CB0. Grayscale: #898989. Windows color (decimal): -1350833 or 5202923. OLE color: 5202923.
HSL color Cylindrical-coordinate representation of color #EB634F: hue angle of 7.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB634F is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 99 | 79 | - |
CMYK | 0 | 0.58 | 0.66 | 0.08 |
HSL | 7.69º | 0.8% | 0.62% | - |
HSV(B) | 7.69º | 0.66% | 0.92% | - |
XYZ | 40.13 | 27.15 | 10.52 | - |
YUV | 137.38 | 95.06 | 197.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 99 | 79 | 0 | 0.58 | 0.66 | 0.08 | 7.69 | 0.8 | 0.62 |
Hex | EB | 63 | 4F | 0 | 3A | 42 | 8 | 8 | 50 | 3E |
Octal | 353 | 143 | 117 | 0 | 72 | 102 | 10 | 10 | 120 | 76 |
Binary | 11101011 | 1100011 | 1001111 | 0 | 111010 | 1000010 | 1000 | 1000 | 1010000 | 111110 |
Color Harmonies of #EB634F
Complementary color
Monochromatic Colors of #EB634F
Black with #EB634F
Text Example
Text Example
White with #EB634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB634F; }
p { color: rgb(235,99,79); }
H1.HeaderClassName
{
color: #EB634F;
}
.AnyTagClassName
{
color: #EB634F;
}
</style>
background-color css
<style>
a { background-color: #EB634F; }
a { background-color: rgb(235,99,79); }
div.DivClassName
{
background-color: #EB634F;
}
.BgClassName
{
background-color: #EB634F;
}
</style>
border-color css
<style>
span { border-color: #EB634F; }
span { border-color: rgb(235,99,79); }
td.TdClassName
{
border-color: #EB634F;
}
.TagClassName
{
border-color: #EB634F;
}
</style>