Html Css Color HEX #EC5546 Flamingo

📋 copy color: '#EC5546'

red 236 ◦ green 85 ◦ blue 70

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

Shades of Flamingo #EC5546

Tints of Flamingo #EC5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 60.36%
G = 21.74%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC5546 (or 0xEC5546) is known color: Flamingo. HEX triplet: EC, 55 and 46. RGB value is (236,85,70). Sum of RGB (Red+Green+Blue) = 236+85+70=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5546 is #13AAB9. Grayscale: #808080. Windows color (decimal): -1288890 or 4609516. OLE color: 4609516.

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

Color convert

RGB 236 85 70 -
CMYK 0 0.64 0.70 0.07
HSL 5.42º 0.81% 0.6% -
HSV(B) 5.42º 0.7% 0.93% -
XYZ 38.95 24.77 8.52 -
YUV 128.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 236 85 70 0 0.64 0.70 0.07 5.42 0.81 0.6
Hex EC 55 46 0 40 46 7 5 51 3C
Octal 354 125 106 0 100 106 7 5 121 74
Binary 11101100 1010101 1000110 0 1000000 1000110 111 101 1010001 111100

Color Harmonies of #EC5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5546

Black with #EC5546

Text Example


Text Example

White with #EC5546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5546; }

 p { color: rgb(236,85,70); }

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

background-color css

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

 a { background-color: rgb(236,85,70); }

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

border-color css

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

 span { border-color: rgb(236,85,70); }

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