Html Css Color HEX #EC5C49 Flamingo

📋 copy color: '#EC5C49'

red 236 ◦ green 92 ◦ blue 73

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

Shades of Flamingo #EC5C49

Tints of Flamingo #EC5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 58.85%
G = 22.94%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5C49 (or 0xEC5C49) is known color: Flamingo. HEX triplet: EC, 5C and 49. RGB value is (236,92,73). Sum of RGB (Red+Green+Blue) = 236+92+73=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C49 is #13A3B6. Grayscale: #858585. Windows color (decimal): -1287095 or 4807916. OLE color: 4807916.

HSL color Cylindrical-coordinate representation of color #EC5C49: hue angle of 6.99º 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 #EC5C49 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 73 -
CMYK 0 0.61 0.69 0.07
HSL 6.99º 0.81% 0.61% -
HSV(B) 6.99º 0.69% 0.93% -
XYZ 39.62 25.97 9.23 -
YUV 132.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 236 92 73 0 0.61 0.69 0.07 6.99 0.81 0.61
Hex EC 5C 49 0 3D 45 7 7 51 3D
Octal 354 134 111 0 75 105 7 7 121 75
Binary 11101100 1011100 1001001 0 111101 1000101 111 111 1010001 111101

Color Harmonies of #EC5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C49

Black with #EC5C49

Text Example


Text Example

White with #EC5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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