Html Css Color HEX #EC544A Flamingo

📋 copy color: '#EC544A'

red 236 ◦ green 84 ◦ blue 74

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

Shades of Flamingo #EC544A

Tints of Flamingo #EC544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 59.9%
G = 21.32%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC544A (or 0xEC544A) is known color: Flamingo. HEX triplet: EC, 54 and 4A. RGB value is (236,84,74). Sum of RGB (Red+Green+Blue) = 236+84+74=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC544A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC544A is #13ABB5. Grayscale: #808080. Windows color (decimal): -1289142 or 4871404. OLE color: 4871404.

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

Color convert

RGB 236 84 74 -
CMYK 0 0.64 0.69 0.07
HSL 3.7º 0.81% 0.61% -
HSV(B) 3.7º 0.69% 0.93% -
XYZ 39 24.67 9.18 -
YUV 128.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 236 84 74 0 0.64 0.69 0.07 3.7 0.81 0.61
Hex EC 54 4A 0 40 45 7 4 51 3D
Octal 354 124 112 0 100 105 7 4 121 75
Binary 11101100 1010100 1001010 0 1000000 1000101 111 100 1010001 111101

Color Harmonies of #EC544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC544A

Black with #EC544A

Text Example


Text Example

White with #EC544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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