Shades of Flamingo #ED6042
Tints of Flamingo #ED6042
RGB
CMYK
RGB Variations
Color information
#ED6042 (or 0xED6042) is known color: Flamingo. HEX triplet: ED, 60 and 42. RGB value is (237,96,66). Sum of RGB (Red+Green+Blue) = 237+96+66=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6042 is #129FBD. Grayscale: #878787. Windows color (decimal): -1220542 or 4350189. OLE color: 4350189.
HSL color Cylindrical-coordinate representation of color #ED6042: hue angle of 10.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED6042 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 66 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.07 |
| HSL | 10.53º | 0.83% | 0.59% | - |
| HSV(B) | 10.53º | 0.72% | 0.93% | - |
| XYZ | 40.09 | 26.76 | 8.21 | - |
| YUV | 134.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 66 | 0 | 0.59 | 0.72 | 0.07 | 10.53 | 0.83 | 0.59 |
| Hex | ED | 60 | 42 | 0 | 3B | 48 | 7 | B | 53 | 3B |
| Octal | 355 | 140 | 102 | 0 | 73 | 110 | 7 | 13 | 123 | 73 |
| Binary | 11101101 | 1100000 | 1000010 | 0 | 111011 | 1001000 | 111 | 1011 | 1010011 | 111011 |
Color Harmonies of #ED6042
Complementary color
Monochromatic Colors of #ED6042
Black with #ED6042
Text Example
Text Example
White with #ED6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6042; }
p { color: rgb(237,96,66); }
H1.HeaderClassName
{
color: #ED6042;
}
.AnyTagClassName
{
color: #ED6042;
}
</style>
background-color css
<style>
a { background-color: #ED6042; }
a { background-color: rgb(237,96,66); }
div.DivClassName
{
background-color: #ED6042;
}
.BgClassName
{
background-color: #ED6042;
}
</style>
border-color css
<style>
span { border-color: #ED6042; }
span { border-color: rgb(237,96,66); }
td.TdClassName
{
border-color: #ED6042;
}
.TagClassName
{
border-color: #ED6042;
}
</style>