#ED6050

Color #ED6050 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #ED6050

Tints of Flamingo #ED6050

Color information

#ED6050 (or 0xED6050) is unknown color: approx Flamingo. HEX triplet: ED, 60 and 50. RGB value is (237,96,80). Sum of RGB (Red+Green+Blue) = 237+96+80=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6050 is #129FAF. Grayscale: #888888. Windows color (decimal): -1220528 or 5267693. OLE color: 5267693.

HSL color Cylindrical-coordinate representation of color #ED6050: hue angle of 6.11º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED6050 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2379680-
CMYK00.590.660.07
HSL6.11º81.35%62.16%-
HSV(B)6.11º66.24%92.94%-
XYZ40.5626.9510.65-
YUV136.3496.21199.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 57.38%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=57.38%
G=23.24%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237968000.590.660.076.1181.3562.16
HexED605003B4276513e
Octal3551401200731027612176
Binary1110110111000001010000011101110000101111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6050; }

 p { color: rgb(237,96,80); }

 H1.HeaderClassName
 {
   color: #ED6050;
 }
 .AnyTagClassName
 {
   color: #ED6050;
 }
</style>
background-color css

<style>
 a { background-color: #ED6050; }

 a { background-color: rgb(237,96,80); }

 div.DivClassName
 {
   background-color: #ED6050;
 }
 .BgClassName
 {
   background-color: #ED6050;
 }
</style>
border-color css

<style>
 span { border-color: #ED6050; }

 span { border-color: rgb(237,96,80); }

 td.TdClassName
 {
   border-color: #ED6050;
 }
 .TagClassName
 {
   border-color: #ED6050;
 }
</style>