#ED6350

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

Shades of Flamingo #ED6350

Tints of Flamingo #ED6350

Color information

#ED6350 (or 0xED6350) is unknown color: approx Flamingo. HEX triplet: ED, 63 and 50. RGB value is (237,99,80). Sum of RGB (Red+Green+Blue) = 237+99+80=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6350 is #129CAF. Grayscale: #8A8A8A. Windows color (decimal): -1219760 or 5268461. OLE color: 5268461.

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

Color convert

RGB2379980-
CMYK00.580.660.07
HSL7.26º81.35%62.16%-
HSV(B)7.26º66.24%92.94%-
XYZ40.8327.5110.75-
YUV138.195.22198.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.97%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=56.97%
G=23.80%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237998000.580.660.077.2681.3562.16
HexED635003A4277513e
Octal3551431200721027712176
Binary1110110111000111010000011101010000101111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6350; }

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

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

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

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

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

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

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

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