#ED665A

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

Shades of Flamingo #ED665A

Tints of Flamingo #ED665A

Color information

#ED665A (or 0xED665A) is unknown color: approx Flamingo. HEX triplet: ED, 66 and 5A. RGB value is (237,102,90). Sum of RGB (Red+Green+Blue) = 237+102+90=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED665A is #1299A5. Grayscale: #8D8D8D. Windows color (decimal): -1218982 or 5924589. OLE color: 5924589.

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

Color convert

RGB23710290-
CMYK00.570.620.07
HSL4.9º80.33%64.12%-
HSV(B)4.9º62.03%92.94%-
XYZ41.5228.2512.94-
YUV14199.23196.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.24%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=55.24%
G=23.78%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371029000.570.620.074.980.3364.12
HexED665A0393E755040
Octal3551461320717675120100
Binary1110110111001101011010011100111111011110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED665A; }

 p { color: rgb(237,102,90); }

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

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

 a { background-color: rgb(237,102,90); }

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

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

 span { border-color: rgb(237,102,90); }

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