Html Css Color HEX #EC5E49 Flamingo

📋 copy color: '#EC5E49'

red 236 ◦ green 94 ◦ blue 73

#EC5E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EC5E49

Tints of Flamingo #EC5E49

RGB

 RED value IS 236 (92.58% from 255) = 58.56%

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 58.56%
G = 23.33%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5E49 (or 0xEC5E49) is known color: Flamingo. HEX triplet: EC, 5E and 49. RGB value is (236,94,73). Sum of RGB (Red+Green+Blue) = 236+94+73=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E49 is #13A1B6. Grayscale: #868686. Windows color (decimal): -1286583 or 4808428. OLE color: 4808428.

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

Color convert

RGB 236 94 73 -
CMYK 0 0.60 0.69 0.07
HSL 7.73º 0.81% 0.61% -
HSV(B) 7.73º 0.69% 0.93% -
XYZ 39.8 26.32 9.29 -
YUV 134.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 236 94 73 0 0.60 0.69 0.07 7.73 0.81 0.61
Hex EC 5E 49 0 3C 45 7 8 51 3D
Octal 354 136 111 0 74 105 7 10 121 75
Binary 11101100 1011110 1001001 0 111100 1000101 111 1000 1010001 111101

Color Harmonies of #EC5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E49

Black with #EC5E49

Text Example


Text Example

White with #EC5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E49; }

 p { color: rgb(236,94,73); }

 H1.HeaderClassName
 {
   color: #EC5E49;
 }
 .AnyTagClassName
 {
   color: #EC5E49;
 }
</style>

background-color css

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

 a { background-color: rgb(236,94,73); }

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

border-color css

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

 span { border-color: rgb(236,94,73); }

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