Shades of Flamingo #EB534B
Tints of Flamingo #EB534B
RGB
CMYK
RGB Variations
Color information
#EB534B (or 0xEB534B) is known color: Flamingo. HEX triplet: EB, 53 and 4B. RGB value is (235,83,75). Sum of RGB (Red+Green+Blue) = 235+83+75=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB534B is #14ACB4. Grayscale: #7F7F7F. Windows color (decimal): -1354933 or 4936683. OLE color: 4936683.
HSL color Cylindrical-coordinate representation of color #EB534B: hue angle of 3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB534B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.08 |
| HSL | 3º | 0.8% | 0.61% | - |
| HSV(B) | 3º | 0.68% | 0.92% | - |
| XYZ | 38.62 | 24.36 | 9.32 | - |
| YUV | 127.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 75 | 0 | 0.65 | 0.68 | 0.08 | 3 | 0.8 | 0.61 |
| Hex | EB | 53 | 4B | 0 | 41 | 44 | 8 | 3 | 50 | 3D |
| Octal | 353 | 123 | 113 | 0 | 101 | 104 | 10 | 3 | 120 | 75 |
| Binary | 11101011 | 1010011 | 1001011 | 0 | 1000001 | 1000100 | 1000 | 11 | 1010000 | 111101 |
Color Harmonies of #EB534B
Complementary color
Monochromatic Colors of #EB534B
Black with #EB534B
Text Example
Text Example
White with #EB534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB534B; }
p { color: rgb(235,83,75); }
H1.HeaderClassName
{
color: #EB534B;
}
.AnyTagClassName
{
color: #EB534B;
}
</style>
background-color css
<style>
a { background-color: #EB534B; }
a { background-color: rgb(235,83,75); }
div.DivClassName
{
background-color: #EB534B;
}
.BgClassName
{
background-color: #EB534B;
}
</style>
border-color css
<style>
span { border-color: #EB534B; }
span { border-color: rgb(235,83,75); }
td.TdClassName
{
border-color: #EB534B;
}
.TagClassName
{
border-color: #EB534B;
}
</style>