#ED615D

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

Shades of Flamingo #ED615D

Tints of Flamingo #ED615D

Color information

#ED615D (or 0xED615D) is unknown color: approx Flamingo. HEX triplet: ED, 61 and 5D. RGB value is (237,97,93). Sum of RGB (Red+Green+Blue) = 237+97+93=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED615D is #129EA2. Grayscale: #8A8A8A. Windows color (decimal): -1220259 or 6119917. OLE color: 6119917.

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

Color convert

RGB2379793-
CMYK00.590.610.07
HSL1.67º80%64.71%-
HSV(B)1.67º60.76%92.94%-
XYZ41.1827.3413.46-
YUV138.4102.38198.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=55.50%
G=22.72%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237979300.590.610.071.678064.71
HexED615D03B3D725041
Octal3551411350737572120101
Binary111011011100001101110101110111111011111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED615D; }

 p { color: rgb(237,97,93); }

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

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

 a { background-color: rgb(237,97,93); }

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

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

 span { border-color: rgb(237,97,93); }

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