Html Css Color HEX #EC5A49 Flamingo

📋 copy color: '#EC5A49'

red 236 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #EC5A49

Tints of Flamingo #EC5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 59.15%
G = 22.56%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5A49 (or 0xEC5A49) is known color: Flamingo. HEX triplet: EC, 5A and 49. RGB value is (236,90,73). Sum of RGB (Red+Green+Blue) = 236+90+73=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A49 is #13A5B6. Grayscale: #838383. Windows color (decimal): -1287607 or 4807404. OLE color: 4807404.

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

Color convert

RGB 236 90 73 -
CMYK 0 0.62 0.69 0.07
HSL 6.26º 0.81% 0.61% -
HSV(B) 6.26º 0.69% 0.93% -
XYZ 39.45 25.63 9.17 -
YUV 131.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 236 90 73 0 0.62 0.69 0.07 6.26 0.81 0.61
Hex EC 5A 49 0 3E 45 7 6 51 3D
Octal 354 132 111 0 76 105 7 6 121 75
Binary 11101100 1011010 1001001 0 111110 1000101 111 110 1010001 111101

Color Harmonies of #EC5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A49

Black with #EC5A49

Text Example


Text Example

White with #EC5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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