#ED6250

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

Shades of Flamingo #ED6250

Tints of Flamingo #ED6250

Color information

#ED6250 (or 0xED6250) is unknown color: approx Flamingo. HEX triplet: ED, 62 and 50. RGB value is (237,98,80). Sum of RGB (Red+Green+Blue) = 237+98+80=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6250 is #129DAF. Grayscale: #898989. Windows color (decimal): -1220016 or 5268205. OLE color: 5268205.

HSL color Cylindrical-coordinate representation of color #ED6250: hue angle of 6.88º 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 #ED6250 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2379880-
CMYK00.590.660.07
HSL6.88º81.35%62.16%-
HSV(B)6.88º66.24%92.94%-
XYZ40.7427.3210.72-
YUV137.5195.55198.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=57.11%
G=23.61%
B=19.28%

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
Decimal237988000.590.660.076.8881.3562.16
HexED625003B4277513e
Octal3551421200731027712176
Binary1110110111000101010000011101110000101111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6250; }

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

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

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

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

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

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

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

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