Html Css Color HEX #EC544D Flamingo

📋 copy color: '#EC544D'

red 236 ◦ green 84 ◦ blue 77

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

Shades of Flamingo #EC544D

Tints of Flamingo #EC544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 59.45%
G = 21.16%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC544D (or 0xEC544D) is known color: Flamingo. HEX triplet: EC, 54 and 4D. RGB value is (236,84,77). Sum of RGB (Red+Green+Blue) = 236+84+77=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC544D is #13ABB2. Grayscale: #808080. Windows color (decimal): -1289139 or 5068012. OLE color: 5068012.

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

Color convert

RGB 236 84 77 -
CMYK 0 0.64 0.67 0.07
HSL 2.64º 0.81% 0.61% -
HSV(B) 2.64º 0.67% 0.93% -
XYZ 39.1 24.71 9.73 -
YUV 128.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 236 84 77 0 0.64 0.67 0.07 2.64 0.81 0.61
Hex EC 54 4D 0 40 43 7 3 51 3D
Octal 354 124 115 0 100 103 7 3 121 75
Binary 11101100 1010100 1001101 0 1000000 1000011 111 11 1010001 111101

Color Harmonies of #EC544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC544D

Black with #EC544D

Text Example


Text Example

White with #EC544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC544D; }

 p { color: rgb(236,84,77); }

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

background-color css

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

 a { background-color: rgb(236,84,77); }

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

border-color css

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

 span { border-color: rgb(236,84,77); }

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