Shades of Flamingo #ED534E
Tints of Flamingo #ED534E
RGB
CMYK
RGB Variations
Color information
#ED534E (or 0xED534E) is known color: Flamingo. HEX triplet: ED, 53 and 4E. RGB value is (237,83,78). Sum of RGB (Red+Green+Blue) = 237+83+78=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED534E is #12ACB1. Grayscale: #808080. Windows color (decimal): -1223858 or 5133293. OLE color: 5133293.
HSL color Cylindrical-coordinate representation of color #ED534E: hue angle of 1.89º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED534E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 83 | 78 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.07 |
| HSL | 1.89º | 0.82% | 0.62% | - |
| HSV(B) | 1.89º | 0.67% | 0.93% | - |
| XYZ | 39.39 | 24.74 | 9.91 | - |
| YUV | 128.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 83 | 78 | 0 | 0.65 | 0.67 | 0.07 | 1.89 | 0.82 | 0.62 |
| Hex | ED | 53 | 4E | 0 | 41 | 43 | 7 | 2 | 52 | 3E |
| Octal | 355 | 123 | 116 | 0 | 101 | 103 | 7 | 2 | 122 | 76 |
| Binary | 11101101 | 1010011 | 1001110 | 0 | 1000001 | 1000011 | 111 | 10 | 1010010 | 111110 |
Color Harmonies of #ED534E
Complementary color
Monochromatic Colors of #ED534E
Black with #ED534E
Text Example
Text Example
White with #ED534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED534E; }
p { color: rgb(237,83,78); }
H1.HeaderClassName
{
color: #ED534E;
}
.AnyTagClassName
{
color: #ED534E;
}
</style>
background-color css
<style>
a { background-color: #ED534E; }
a { background-color: rgb(237,83,78); }
div.DivClassName
{
background-color: #ED534E;
}
.BgClassName
{
background-color: #ED534E;
}
</style>
border-color css
<style>
span { border-color: #ED534E; }
span { border-color: rgb(237,83,78); }
td.TdClassName
{
border-color: #ED534E;
}
.TagClassName
{
border-color: #ED534E;
}
</style>