#EC5948

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

Shades of Flamingo #EC5948

Tints of Flamingo #EC5948

Color information

#EC5948 (or 0xEC5948) is unknown color: approx Flamingo. HEX triplet: EC, 59 and 48. RGB value is (236,89,72). Sum of RGB (Red+Green+Blue) = 236+89+72=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5948 is #13A6B7. Grayscale: #838383. Windows color (decimal): -1287864 or 4741612. OLE color: 4741612.

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

Color convert

RGB2368972-
CMYK00.620.690.07
HSL6.22º81.19%60.39%-
HSV(B)6.22º69.49%92.55%-
XYZ39.3325.458.97-
YUV131.0194.7202.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.45%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=59.45%
G=22.42%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236897200.620.690.076.2281.1960.39
HexEC594803E4576513c
Octal3541311100761057612174
Binary1110110010110011001000011111010001011111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5948; }

 p { color: rgb(236,89,72); }

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

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

 a { background-color: rgb(236,89,72); }

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

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

 span { border-color: rgb(236,89,72); }

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