Shades of Flamingo #ED5B4B
Tints of Flamingo #ED5B4B
RGB
CMYK
RGB Variations
Color information
#ED5B4B (or 0xED5B4B) is known color: Flamingo. HEX triplet: ED, 5B and 4B. RGB value is (237,91,75). Sum of RGB (Red+Green+Blue) = 237+91+75=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5B4B is #12A4B4. Grayscale: #858585. Windows color (decimal): -1221813 or 4938733. OLE color: 4938733.
HSL color Cylindrical-coordinate representation of color #ED5B4B: hue angle of 5.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED5B4B is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 75 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.07 |
| HSL | 5.93º | 0.82% | 0.61% | - |
| HSV(B) | 5.93º | 0.68% | 0.93% | - |
| XYZ | 39.94 | 25.99 | 9.57 | - |
| YUV | 132.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 75 | 0 | 0.62 | 0.68 | 0.07 | 5.93 | 0.82 | 0.61 |
| Hex | ED | 5B | 4B | 0 | 3E | 44 | 7 | 6 | 52 | 3D |
| Octal | 355 | 133 | 113 | 0 | 76 | 104 | 7 | 6 | 122 | 75 |
| Binary | 11101101 | 1011011 | 1001011 | 0 | 111110 | 1000100 | 111 | 110 | 1010010 | 111101 |
Color Harmonies of #ED5B4B
Complementary color
Monochromatic Colors of #ED5B4B
Black with #ED5B4B
Text Example
Text Example
White with #ED5B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5B4B; }
p { color: rgb(237,91,75); }
H1.HeaderClassName
{
color: #ED5B4B;
}
.AnyTagClassName
{
color: #ED5B4B;
}
</style>
background-color css
<style>
a { background-color: #ED5B4B; }
a { background-color: rgb(237,91,75); }
div.DivClassName
{
background-color: #ED5B4B;
}
.BgClassName
{
background-color: #ED5B4B;
}
</style>
border-color css
<style>
span { border-color: #ED5B4B; }
span { border-color: rgb(237,91,75); }
td.TdClassName
{
border-color: #ED5B4B;
}
.TagClassName
{
border-color: #ED5B4B;
}
</style>