Shades of Flamingo #ED5E58
Tints of Flamingo #ED5E58
RGB
CMYK
RGB Variations
Color information
#ED5E58 (or 0xED5E58) is known color: Flamingo. HEX triplet: ED, 5E and 58. RGB value is (237,94,88). Sum of RGB (Red+Green+Blue) = 237+94+88=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E58 is #12A1A7. Grayscale: #888888. Windows color (decimal): -1221032 or 5791469. OLE color: 5791469.
HSL color Cylindrical-coordinate representation of color #ED5E58: hue angle of 2.42º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5E58 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 94 | 88 | - |
CMYK | 0 | 0.60 | 0.63 | 0.07 |
HSL | 2.42º | 0.81% | 0.64% | - |
HSV(B) | 2.42º | 0.63% | 0.93% | - |
XYZ | 40.69 | 26.71 | 12.24 | - |
YUV | 136.07 | 100.88 | 199.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 94 | 88 | 0 | 0.60 | 0.63 | 0.07 | 2.42 | 0.81 | 0.64 |
Hex | ED | 5E | 58 | 0 | 3C | 3F | 7 | 2 | 51 | 40 |
Octal | 355 | 136 | 130 | 0 | 74 | 77 | 7 | 2 | 121 | 100 |
Binary | 11101101 | 1011110 | 1011000 | 0 | 111100 | 111111 | 111 | 10 | 1010001 | 1000000 |
Color Harmonies of #ED5E58
Complementary color
Monochromatic Colors of #ED5E58
Black with #ED5E58
Text Example
Text Example
White with #ED5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E58; }
p { color: rgb(237,94,88); }
H1.HeaderClassName
{
color: #ED5E58;
}
.AnyTagClassName
{
color: #ED5E58;
}
</style>
background-color css
<style>
a { background-color: #ED5E58; }
a { background-color: rgb(237,94,88); }
div.DivClassName
{
background-color: #ED5E58;
}
.BgClassName
{
background-color: #ED5E58;
}
</style>
border-color css
<style>
span { border-color: #ED5E58; }
span { border-color: rgb(237,94,88); }
td.TdClassName
{
border-color: #ED5E58;
}
.TagClassName
{
border-color: #ED5E58;
}
</style>