#ED6552

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

Shades of Flamingo #ED6552

Tints of Flamingo #ED6552

Color information

#ED6552 (or 0xED6552) is unknown color: approx Flamingo. HEX triplet: ED, 65 and 52. RGB value is (237,101,82). Sum of RGB (Red+Green+Blue) = 237+101+82=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6552 is #129AAD. Grayscale: #8B8B8B. Windows color (decimal): -1219246 or 5400045. OLE color: 5400045.

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

Color convert

RGB23710182-
CMYK00.570.650.07
HSL7.35º81.15%62.55%-
HSV(B)7.35º65.4%92.94%-
XYZ41.127.9211.21-
YUV139.595.56197.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.43%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=56.43%
G=24.05%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371018200.570.650.077.3581.1562.55
HexED65520394177513f
Octal3551451220711017712177
Binary1110110111001011010010011100110000011111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6552; }

 p { color: rgb(237,101,82); }

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

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

 a { background-color: rgb(237,101,82); }

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

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

 span { border-color: rgb(237,101,82); }

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