#ED6055

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

Shades of Flamingo #ED6055

Tints of Flamingo #ED6055

Color information

#ED6055 (or 0xED6055) is unknown color: approx Flamingo. HEX triplet: ED, 60 and 55. RGB value is (237,96,85). Sum of RGB (Red+Green+Blue) = 237+96+85=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6055 is #129FAA. Grayscale: #898989. Windows color (decimal): -1220523 or 5595373. OLE color: 5595373.

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

Color convert

RGB2379685-
CMYK00.590.640.07
HSL4.34º80.85%63.14%-
HSV(B)4.34º64.14%92.94%-
XYZ40.7527.0311.66-
YUV136.998.71199.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=56.70%
G=22.97%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237968500.590.640.074.3480.8563.14
HexED605503B4074513f
Octal3551401250731007412177
Binary1110110111000001010101011101110000001111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6055; }

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

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

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

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

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

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

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

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