Html Css Color HEX #EC5D49 Flamingo

📋 copy color: '#EC5D49'

red 236 ◦ green 93 ◦ blue 73

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

Shades of Flamingo #EC5D49

Tints of Flamingo #EC5D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

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

R = 58.71%
G = 23.13%
B = 18.16%

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

#EC5D49 (or 0xEC5D49) is known color: Flamingo. HEX triplet: EC, 5D and 49. RGB value is (236,93,73). Sum of RGB (Red+Green+Blue) = 236+93+73=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D49 is #13A2B6. Grayscale: #858585. Windows color (decimal): -1286839 or 4808172. OLE color: 4808172.

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

Color convert

RGB 236 93 73 -
CMYK 0 0.61 0.69 0.07
HSL 7.36º 0.81% 0.61% -
HSV(B) 7.36º 0.69% 0.93% -
XYZ 39.71 26.14 9.26 -
YUV 133.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 236 93 73 0 0.61 0.69 0.07 7.36 0.81 0.61
Hex EC 5D 49 0 3D 45 7 7 51 3D
Octal 354 135 111 0 75 105 7 7 121 75
Binary 11101100 1011101 1001001 0 111101 1000101 111 111 1010001 111101

Color Harmonies of #EC5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D49

Black with #EC5D49

Text Example


Text Example

White with #EC5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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