Shades of Flamingo #ED584B
Tints of Flamingo #ED584B
RGB
CMYK
RGB Variations
Color information
#ED584B (or 0xED584B) is known color: Flamingo. HEX triplet: ED, 58 and 4B. RGB value is (237,88,75). Sum of RGB (Red+Green+Blue) = 237+88+75=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED584B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED584B is #12A7B4. Grayscale: #838383. Windows color (decimal): -1222581 or 4937965. OLE color: 4937965.
HSL color Cylindrical-coordinate representation of color #ED584B: hue angle of 4.81º 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 #ED584B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 75 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.81º | 0.82% | 0.61% | - |
| HSV(B) | 4.81º | 0.68% | 0.93% | - |
| XYZ | 39.68 | 25.49 | 9.49 | - |
| YUV | 131.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 75 | 0 | 0.63 | 0.68 | 0.07 | 4.81 | 0.82 | 0.61 |
| Hex | ED | 58 | 4B | 0 | 3F | 44 | 7 | 5 | 52 | 3D |
| Octal | 355 | 130 | 113 | 0 | 77 | 104 | 7 | 5 | 122 | 75 |
| Binary | 11101101 | 1011000 | 1001011 | 0 | 111111 | 1000100 | 111 | 101 | 1010010 | 111101 |
Color Harmonies of #ED584B
Complementary color
Monochromatic Colors of #ED584B
Black with #ED584B
Text Example
Text Example
White with #ED584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED584B; }
p { color: rgb(237,88,75); }
H1.HeaderClassName
{
color: #ED584B;
}
.AnyTagClassName
{
color: #ED584B;
}
</style>
background-color css
<style>
a { background-color: #ED584B; }
a { background-color: rgb(237,88,75); }
div.DivClassName
{
background-color: #ED584B;
}
.BgClassName
{
background-color: #ED584B;
}
</style>
border-color css
<style>
span { border-color: #ED584B; }
span { border-color: rgb(237,88,75); }
td.TdClassName
{
border-color: #ED584B;
}
.TagClassName
{
border-color: #ED584B;
}
</style>