Html Css Color HEX #EC5746 Flamingo

📋 copy color: '#EC5746'

red 236 ◦ green 87 ◦ blue 70

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

Shades of Flamingo #EC5746

Tints of Flamingo #EC5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 60.05%
G = 22.14%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC5746 (or 0xEC5746) is known color: Flamingo. HEX triplet: EC, 57 and 46. RGB value is (236,87,70). Sum of RGB (Red+Green+Blue) = 236+87+70=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5746 is #13A8B9. Grayscale: #818181. Windows color (decimal): -1288378 or 4610028. OLE color: 4610028.

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

Color convert

RGB 236 87 70 -
CMYK 0 0.63 0.70 0.07
HSL 6.14º 0.81% 0.6% -
HSV(B) 6.14º 0.7% 0.93% -
XYZ 39.11 25.09 8.58 -
YUV 129.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 236 87 70 0 0.63 0.70 0.07 6.14 0.81 0.6
Hex EC 57 46 0 3F 46 7 6 51 3C
Octal 354 127 106 0 77 106 7 6 121 74
Binary 11101100 1010111 1000110 0 111111 1000110 111 110 1010001 111100

Color Harmonies of #EC5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5746

Black with #EC5746

Text Example


Text Example

White with #EC5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5746; }

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

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

background-color css

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

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

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

border-color css

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

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

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